diff --git a/package-lock.json b/package-lock.json index 0df5f1f6748..0c8632c978e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5479,10 +5479,6 @@ "resolved": "packages/shared", "link": true }, - "node_modules/@nangohq/type": { - "resolved": "packages/type", - "link": true - }, "node_modules/@nangohq/types": { "resolved": "packages/types", "link": true @@ -33302,7 +33298,7 @@ "version": "0.42.12", "license": "SEE LICENSE IN LICENSE FILE IN GIT REPOSITORY", "devDependencies": { - "@nangohq/types": "^0.42.10" + "@nangohq/types": "^0.42.12" } }, "packages/integration-template-tests": { @@ -33389,7 +33385,7 @@ "knex": "3.1.0" }, "devDependencies": { - "@nangohq/type": "file:../type", + "@nangohq/types": "file:../types", "vitest": "1.6.0" } }, @@ -36306,7 +36302,7 @@ } }, "packages/type": { - "dev": true + "extraneous": true }, "packages/types": { "name": "@nangohq/types", diff --git a/packages/frontend/package.json b/packages/frontend/package.json index 800fafdc4cb..28ea73c956d 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -16,7 +16,7 @@ "scripts": {}, "dependencies": {}, "devDependencies": { - "@nangohq/types": "^0.42.10" + "@nangohq/types": "^0.42.12" }, "files": [ "dist/**/*.js", diff --git a/packages/keystore/package.json b/packages/keystore/package.json index 07390c0e108..1f5d97d2dd7 100644 --- a/packages/keystore/package.json +++ b/packages/keystore/package.json @@ -22,7 +22,7 @@ "knex": "3.1.0" }, "devDependencies": { - "@nangohq/type": "file:../type", + "@nangohq/types": "file:../types", "vitest": "1.6.0" } } diff --git a/scripts/publish.sh b/scripts/publish.sh index 95a4c78ff87..235e2811c11 100755 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -80,10 +80,11 @@ popd # Types bump_and_npm_publish "@nangohq/types" "$VERSION" -bump_other_pkg "shared" "types" bump_other_pkg "cli" "types" +bump_other_pkg "frontend" "types" bump_other_pkg "nango-yaml" "types" bump_other_pkg "node-client" "types" +bump_other_pkg "shared" "types" # NangoYaml bump_and_npm_publish "@nangohq/nango-yaml" "$VERSION"