diff --git a/.changeset/cyan-cougars-impress.md b/.changeset/cyan-cougars-impress.md deleted file mode 100644 index 1a9a7e2f..00000000 --- a/.changeset/cyan-cougars-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'bob-esbuild': patch ---- - -Put exports.types first as required by typescript diff --git a/examples/basic/package.json b/examples/basic/package.json index 35c338a6..ea2d2385 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -35,7 +35,7 @@ "test": "bob-tsm --cjs --paths src/index.ts && bob-tsm --paths src/index.ts" }, "dependencies": { - "bob-esbuild": "workspace:^4.0.2", + "bob-esbuild": "workspace:^4.0.3", "bob-esbuild-cli": "workspace:^4.0.0", "bob-ts": "workspace:^4.0.0", "bob-tsm": "workspace:^1.0.0", diff --git a/examples/shared/package.json b/examples/shared/package.json index c399b991..52ca0259 100644 --- a/examples/shared/package.json +++ b/examples/shared/package.json @@ -26,7 +26,7 @@ "prepare": "bob-esbuild build" }, "dependencies": { - "bob-esbuild": "workspace:^4.0.2", + "bob-esbuild": "workspace:^4.0.3", "bob-esbuild-cli": "workspace:^4.0.0" }, "devDependencies": { diff --git a/packages/bob/CHANGELOG.md b/packages/bob/CHANGELOG.md index 52c78508..6f120f02 100644 --- a/packages/bob/CHANGELOG.md +++ b/packages/bob/CHANGELOG.md @@ -1,5 +1,11 @@ # bob-esbuild +## 4.0.3 + +### Patch Changes + +- 40bae3b: Put exports.types first as required by typescript + ## 4.0.2 ### Patch Changes diff --git a/packages/bob/package.json b/packages/bob/package.json index af2cfa9d..f7eaf998 100644 --- a/packages/bob/package.json +++ b/packages/bob/package.json @@ -1,6 +1,6 @@ { "name": "bob-esbuild", - "version": "4.0.2", + "version": "4.0.3", "repository": { "type": "git", "url": "https://github.com/PabloSzx/bob-esbuild", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 306cd3b1..1acb1bc9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -41,7 +41,7 @@ importers: examples/basic: specifiers: '@types/node': ^18.0.0 - bob-esbuild: workspace:^4.0.2 + bob-esbuild: workspace:^4.0.3 bob-esbuild-cli: workspace:^4.0.0 bob-ts: workspace:^4.0.0 bob-tsm: workspace:^1.0.0 @@ -50,7 +50,7 @@ importers: typescript: ^4.7.4 dependencies: bob-esbuild: file:packages/bob_tgltyodexxgeoydizohv436tty - bob-esbuild-cli: file:packages/bob-cli_bob-esbuild@4.0.2 + bob-esbuild-cli: file:packages/bob-cli_bob-esbuild@4.0.3 bob-ts: file:packages/bob-ts_onib24mpuoivl4jjrfktfnwquu bob-tsm: file:packages/bob-tsm_tgltyodexxgeoydizohv436tty shared: link:../shared @@ -102,13 +102,13 @@ importers: examples/shared: specifiers: - bob-esbuild: workspace:^4.0.2 + bob-esbuild: workspace:^4.0.3 bob-esbuild-cli: workspace:^4.0.0 esbuild: ^0.14.46 typescript: ^4.7.4 dependencies: bob-esbuild: file:packages/bob_tgltyodexxgeoydizohv436tty - bob-esbuild-cli: file:packages/bob-cli_bob-esbuild@4.0.2 + bob-esbuild-cli: file:packages/bob-cli_bob-esbuild@4.0.3 devDependencies: esbuild: 0.14.46 typescript: 4.7.4 @@ -3606,7 +3606,7 @@ packages: engines: {node: '>=10'} dev: true - file:packages/bob-cli_bob-esbuild@4.0.2: + file:packages/bob-cli_bob-esbuild@4.0.3: resolution: {directory: packages/bob-cli, type: directory} id: file:packages/bob-cli name: bob-esbuild-cli @@ -3671,7 +3671,7 @@ packages: resolution: {directory: packages/bob, type: directory} id: file:packages/bob name: bob-esbuild - version: 4.0.2 + version: 4.0.3 peerDependencies: esbuild: '>=0.14.39' typescript: '*'