Skip to content

Commit

Permalink
Update Nanobundle 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Akamig committed Oct 30, 2023
1 parent 5330162 commit 7f86382
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion @planetarium/account-aws-kms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@vitest/coverage-c8": "^0.29.3",
"@vitest/ui": "^0.29.3",
"es-aggregate-error": "^1.0.9",
"nanobundle": "^1.5.0",
"nanobundle": "^1.6.0",
"vite": "^4.1.1",
"vitest": "^0.29.3"
},
Expand Down
2 changes: 1 addition & 1 deletion @planetarium/account-web3-secret-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@vitest/coverage-c8": "^0.29.2",
"@vitest/ui": "^0.29.2",
"fast-check": "^3.8.0",
"nanobundle": "^1.5.0",
"nanobundle": "^1.6.0",
"stream-buffers": "^3.0.2",
"vite": "^4.1.4",
"vitest": "^0.29.2"
Expand Down
2 changes: 1 addition & 1 deletion @planetarium/account/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@vitest/coverage-c8": "^0.29.2",
"@vitest/ui": "^0.29.2",
"fast-check": "^3.1.2",
"nanobundle": "^1.5.0",
"nanobundle": "^1.6.0",
"vite": "^4.1.1",
"vitest": "^0.29.2"
},
Expand Down
18 changes: 12 additions & 6 deletions @planetarium/tx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,26 @@
"description": "Creating Libplanet transactions from JavaScript/TypeScript",
"type": "module",
"main": "./dist/index.js",
"imports": {
"#crypto": {
"node": "./src/webcrypto/crypto.ts",
"default": "./src/webcrypto/cryptoNode.ts"
}
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./webcrypto/crypto": {
"types": "./webcrypto/crypto.d.ts",
"types": "./src/webcrypto/crypto.d.ts",
"node": {
"import": "./esm/webcrypto/cryptoNode.js",
"default": "./webcrypto/cryptoNode.js"
"import": "./src/webcrypto/cryptoNode.js",
"default": "./src/webcrypto/cryptoNode.cjs"
},
"import": "./esm/webcrypto/crypto.js",
"default": "./webcrypto/crypto.js"
"import": "./src/webcrypto/crypto.js",
"default": "./src/webcrypto/crypto.cjs"
}
},
"browser": {
Expand Down Expand Up @@ -59,7 +65,7 @@
"@vitest/ui": "^0.29.2",
"execa": "^6.1.0",
"fast-check": "^3.1.2",
"nanobundle": "^1.5.0",
"nanobundle": "^1.6.0",
"vite": "^4.1.3",
"vitest": "^0.29.2"
},
Expand Down

0 comments on commit 7f86382

Please sign in to comment.