diff --git a/.github/workflows/version-or-publish.yml b/.github/workflows/version-or-publish.yml index 88baa7e..5138d6c 100644 --- a/.github/workflows/version-or-publish.yml +++ b/.github/workflows/version-or-publish.yml @@ -41,7 +41,7 @@ jobs: - run: pnpm check-dts - uses: changesets/action@v1 with: - publish: pnpm changeset publish + publish: pnpm publish -r version: pnpm run version env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/packages/cli/package.json b/packages/cli/package.json index b848154..53fcad8 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -53,7 +53,7 @@ "typescript": "5.3.3" }, "dependencies": { - "@arethetypeswrong/core": "0.15.1", + "@arethetypeswrong/core": "workspace:../core", "chalk": "^4.1.2", "cli-table3": "^0.6.3", "commander": "^10.0.1", diff --git a/packages/history/package.json b/packages/history/package.json index be589c6..d18281b 100644 --- a/packages/history/package.json +++ b/packages/history/package.json @@ -33,10 +33,9 @@ "prepublishOnly": "pnpm tsc && pnpm generate" }, "dependencies": { - "@arethetypeswrong/core": "0.15.1" + "@arethetypeswrong/core": "workspace:../core" }, "devDependencies": { - "@arethetypeswrong/core": "file:../core", "@azure/storage-blob": "^12.14.0", "@types/cli-progress": "^3.11.0", "@types/node": "^22.5.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 55c7653..1fca7ec 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -21,8 +21,8 @@ importers: packages/cli: dependencies: '@arethetypeswrong/core': - specifier: 0.15.1 - version: 0.15.1 + specifier: workspace:../core + version: link:../core chalk: specifier: ^4.1.2 version: 4.1.2 @@ -95,8 +95,8 @@ importers: packages/history: dependencies: '@arethetypeswrong/core': - specifier: 0.15.1 - version: 0.15.1 + specifier: workspace:../core + version: link:../core devDependencies: '@azure/storage-blob': specifier: ^12.14.0 @@ -180,10 +180,6 @@ packages: '@andrewbranch/untar.js@1.0.3': resolution: {integrity: sha512-Jh15/qVmrLGhkKJBdXlK1+9tY4lZruYjsgkDFj08ZmDiWVBLJcqkok7Z0/R0In+i1rScBpJlSvrTS2Lm41Pbnw==} - '@arethetypeswrong/core@0.15.1': - resolution: {integrity: sha512-FYp6GBAgsNz81BkfItRz8RLZO03w5+BaeiPma1uCfmxTnxbtuMrI/dbzGiOk8VghO108uFI0oJo0OkewdSHw7g==} - engines: {node: '>=18'} - '@azure/abort-controller@1.1.0': resolution: {integrity: sha512-TrRLIoSQVzfAJX9H1JeFjzAoDGcoK1IYX1UImfceTZpsyYfWr09Ss1aHW1y5TrrR3iq6RZLBwJ3E24uwPhwahw==} engines: {node: '>=12.0.0'} @@ -2090,9 +2086,6 @@ packages: resolution: {integrity: sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==} engines: {node: '>=8'} - ts-expose-internals-conditionally@1.0.0-empty.0: - resolution: {integrity: sha512-F8m9NOF6ZhdOClDVdlM8gj3fDCav4ZIFSs/EI3ksQbAAXVSCN/Jh5OCJDDZWBuBy9psFc6jULGDlPwjMYMhJDw==} - ts-expose-internals@5.6.1-rc: resolution: {integrity: sha512-oniL1xnqHuXgMVW3LzErbpAANor2jkhZh3qmD+a04dagAek9EfmDjtQgaIvmRd+X+SWWe6wgxZGPqIqsFZzYpw==} @@ -2330,15 +2323,6 @@ snapshots: '@andrewbranch/untar.js@1.0.3': {} - '@arethetypeswrong/core@0.15.1': - dependencies: - '@andrewbranch/untar.js': 1.0.3 - fflate: 0.8.2 - semver: 7.5.4 - ts-expose-internals-conditionally: 1.0.0-empty.0 - typescript: 5.3.3 - validate-npm-package-name: 5.0.0 - '@azure/abort-controller@1.1.0': dependencies: tslib: 2.6.2 @@ -4407,8 +4391,6 @@ snapshots: trim-newlines@3.0.1: {} - ts-expose-internals-conditionally@1.0.0-empty.0: {} - ts-expose-internals@5.6.1-rc: {} tslib@2.6.2: {}