Skip to content

Commit

Permalink
chore(dep): updates
Browse files Browse the repository at this point in the history
  • Loading branch information
morlay committed Apr 20, 2024
1 parent 6924927 commit 99e8acd
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion nodedevpkg/monobundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@innoai-tech/monobundle",
"version": "0.13.5",
"version": "0.13.6",
"monobundle": {
"exports": {
".": "./src/index.ts",
Expand Down Expand Up @@ -35,6 +35,7 @@
},
"exports": {
".": {
"bun": "./src/index.ts",
"import": {
"types": "./src/index.ts",
"default": "./dist/index.mjs"
Expand Down
1 change: 1 addition & 0 deletions nodedevpkg/monobundle/src/bundle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ const genExportsAndBin = (options?: MonoBundleOptions) => {
}

set(pkg, ["exports", e], {
bun: `${entryFile}`,
import: {
types: `${entryFile}`,
default: `./dist/${distName}.mjs`,
Expand Down
4 changes: 2 additions & 2 deletions nodedevpkg/purebundle/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nodedevpkg/purebundle/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ lto = true

[dependencies]
serde = { version = "1", features = ["derive"] }
swc_core = { version = "0.90.28", features = ["ecma_plugin_transform", "__parser"] }
swc_core = { version = "0.90.36", features = ["ecma_plugin_transform", "__parser"] }
swc_ecma_utils = { version = "0" }

[dev-dependencies]
Expand Down
3 changes: 3 additions & 0 deletions nodepkg/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,21 @@
],
"exports": {
".": {
"bun": "./src/index.ts",
"import": {
"types": "./src/index.ts",
"default": "./dist/index.mjs"
}
},
"./loader": {
"bun": "./src/loader/index.ts",
"import": {
"types": "./src/loader/index.ts",
"default": "./dist/loader.mjs"
}
},
"./vite-plugin-inject-config": {
"bun": "./src/vite-plugin-inject-config/index.ts",
"import": {
"types": "./src/vite-plugin-inject-config/index.ts",
"default": "./dist/vite-plugin-inject-config.mjs"
Expand Down
1 change: 1 addition & 0 deletions nodepkg/fetcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
},
"exports": {
".": {
"bun": "./src/index.ts",
"import": {
"types": "./src/index.ts",
"default": "./dist/index.mjs"
Expand Down
4 changes: 2 additions & 2 deletions nodepkg/lodash/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@innoai-tech/lodash",
"version": "0.2.1",
"version": "0.2.2",
"dependencies": {
"@types/lodash-es": "^4.17.12",
"@types/lodash-es": "^4.17.21",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21"
},
Expand Down

0 comments on commit 99e8acd

Please sign in to comment.