Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
chore(build): nano build preset
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm committed Dec 23, 2023
1 parent 47355f6 commit ed4b43b
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"cb": "yarn run clean && yarn run build",
"d": "yarn run build:es && ALWATR_DEBUG=1 yarn node",
"build": "yarn run build:ts & yarn run build:es",
"build:es": "nano-build",
"build:es": "nano-build --preset=module",
"build:ts": "tsc --build",
"watch": "yarn run watch:ts & yarn run watch:es",
"watch:es": "yarn run build:es --watch",
Expand All @@ -69,7 +69,7 @@
"@alwatr/util": "workspace:^"
},
"devDependencies": {
"@alwatr/nano-build": "^1.0.4",
"@alwatr/nano-build": "^1.1.1",
"@alwatr/prettier-config": "^1.0.4",
"@alwatr/tsconfig-base": "^1.0.4",
"@types/node": "^20.10.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"cb": "yarn run clean && yarn run build",
"d": "yarn run build:es && ALWATR_DEBUG=1 yarn node",
"build": "yarn run build:ts & yarn run build:es",
"build:es": "nano-build",
"build:es": "nano-build --preset=module",
"build:ts": "tsc --build",
"watch": "yarn run watch:ts & yarn run watch:es",
"watch:es": "yarn run build:es --watch",
Expand All @@ -61,7 +61,7 @@
"@alwatr/util": "workspace:^"
},
"devDependencies": {
"@alwatr/nano-build": "^1.0.4",
"@alwatr/nano-build": "^1.1.1",
"@alwatr/prettier-config": "^1.0.4",
"@alwatr/tsconfig-base": "^1.0.4",
"@alwatr/type": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@
"cb": "yarn run clean && yarn run build",
"d": "yarn run build:es && ALWATR_DEBUG=1 yarn node",
"build": "yarn run build:ts & yarn run build:es",
"build:es": "nano-build",
"build:es": "nano-build --preset=module",
"build:ts": "tsc --build",
"watch": "yarn run watch:ts & yarn run watch:es",
"watch:es": "yarn run build:es --watch",
"watch:ts": "yarn run build:ts --watch --preserveWatchOutput",
"clean": "rm -rfv dist .tsbuildinfo"
},
"devDependencies": {
"@alwatr/nano-build": "^1.0.4",
"@alwatr/nano-build": "^1.1.1",
"@alwatr/prettier-config": "^1.0.4",
"@alwatr/tsconfig-base": "^1.0.4",
"@types/node": "^20.10.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/math/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"cb": "yarn run clean && yarn run build",
"d": "yarn run build:es && ALWATR_DEBUG=1 yarn node",
"build": "yarn run build:ts & yarn run build:es",
"build:es": "nano-build",
"build:es": "nano-build --preset=module",
"build:ts": "tsc --build",
"watch": "yarn run watch:ts & yarn run watch:es",
"watch:es": "yarn run build:es --watch",
Expand All @@ -57,7 +57,7 @@
"@alwatr/logger": "workspace:^"
},
"devDependencies": {
"@alwatr/nano-build": "^1.0.4",
"@alwatr/nano-build": "^1.1.1",
"@alwatr/prettier-config": "^1.0.4",
"@alwatr/tsconfig-base": "^1.0.4",
"@types/node": "^20.10.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/nano-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"cb": "yarn run clean && yarn run build",
"d": "yarn run build:es && ALWATR_DEBUG=1 yarn node",
"build": "yarn run build:ts & yarn run build:es",
"build:es": "nano-build",
"build:es": "nano-build --preset=module",
"build:ts": "tsc --build",
"watch": "yarn run watch:ts & yarn run watch:es",
"watch:es": "yarn run build:es --watch",
Expand All @@ -59,7 +59,7 @@
"@alwatr/util": "workspace:^"
},
"devDependencies": {
"@alwatr/nano-build": "^1.0.4",
"@alwatr/nano-build": "^1.1.1",
"@alwatr/prettier-config": "^1.0.4",
"@alwatr/tsconfig-base": "^1.0.4",
"@alwatr/type": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions packages/type/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@
"cb": "yarn run clean && yarn run build",
"d": "yarn run build:es && ALWATR_DEBUG=1 yarn node",
"build": "yarn run build:ts & yarn run build:es",
"build:es": "nano-build",
"build:es": "nano-build --preset=module",
"build:ts": "tsc --build",
"watch": "yarn run watch:ts & yarn run watch:es",
"watch:es": "yarn run build:es --watch",
"watch:ts": "yarn run build:ts --watch --preserveWatchOutput",
"clean": "rm -rfv dist .tsbuildinfo"
},
"devDependencies": {
"@alwatr/nano-build": "^1.0.4",
"@alwatr/nano-build": "^1.1.1",
"@alwatr/prettier-config": "^1.0.4",
"@alwatr/tsconfig-base": "^1.0.4",
"@types/node": "^20.10.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"cb": "yarn run clean && yarn run build",
"d": "yarn run build:es && ALWATR_DEBUG=1 yarn node",
"build": "yarn run build:ts & yarn run build:es",
"build:es": "nano-build",
"build:es": "nano-build --preset=module",
"build:ts": "tsc --build",
"watch": "yarn run watch:ts & yarn run watch:es",
"watch:es": "yarn run build:es --watch",
Expand All @@ -68,7 +68,7 @@
"@alwatr/type": "workspace:^"
},
"devDependencies": {
"@alwatr/nano-build": "^1.0.4",
"@alwatr/nano-build": "^1.1.1",
"@alwatr/prettier-config": "^1.0.4",
"@alwatr/tsconfig-base": "^1.0.4",
"@types/node": "^20.10.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"cb": "yarn run clean && yarn run build",
"d": "yarn run build:es && ALWATR_DEBUG=1 yarn node",
"build": "yarn run build:ts & yarn run build:es",
"build:es": "nano-build",
"build:es": "nano-build --preset=module",
"build:ts": "tsc --build",
"watch": "yarn run watch:ts & yarn run watch:es",
"watch:es": "yarn run build:es --watch",
Expand All @@ -57,7 +57,7 @@
"@alwatr/util": "workspace:^"
},
"devDependencies": {
"@alwatr/nano-build": "^1.0.4",
"@alwatr/nano-build": "^1.1.1",
"@alwatr/prettier-config": "^1.0.4",
"@alwatr/tsconfig-base": "^1.0.4",
"@types/node": "^20.10.5",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ __metadata:
dependencies:
"@alwatr/logger": "workspace:^"
"@alwatr/math": "workspace:^"
"@alwatr/nano-build": "npm:^1.0.4"
"@alwatr/nano-build": "npm:^1.1.1"
"@alwatr/prettier-config": "npm:^1.0.4"
"@alwatr/tsconfig-base": "npm:^1.0.4"
"@alwatr/util": "workspace:^"
Expand Down Expand Up @@ -73,7 +73,7 @@ __metadata:
resolution: "@alwatr/fetch@workspace:packages/fetch"
dependencies:
"@alwatr/logger": "workspace:^"
"@alwatr/nano-build": "npm:^1.0.4"
"@alwatr/nano-build": "npm:^1.1.1"
"@alwatr/prettier-config": "npm:^1.0.4"
"@alwatr/tsconfig-base": "npm:^1.0.4"
"@alwatr/type": "workspace:^"
Expand All @@ -88,7 +88,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@alwatr/logger@workspace:packages/logger"
dependencies:
"@alwatr/nano-build": "npm:^1.0.4"
"@alwatr/nano-build": "npm:^1.1.1"
"@alwatr/prettier-config": "npm:^1.0.4"
"@alwatr/tsconfig-base": "npm:^1.0.4"
"@types/node": "npm:^20.10.5"
Expand All @@ -102,7 +102,7 @@ __metadata:
resolution: "@alwatr/math@workspace:packages/math"
dependencies:
"@alwatr/logger": "workspace:^"
"@alwatr/nano-build": "npm:^1.0.4"
"@alwatr/nano-build": "npm:^1.1.1"
"@alwatr/prettier-config": "npm:^1.0.4"
"@alwatr/tsconfig-base": "npm:^1.0.4"
"@types/node": "npm:^20.10.5"
Expand All @@ -111,14 +111,14 @@ __metadata:
languageName: unknown
linkType: soft

"@alwatr/nano-build@npm:^1.0.4":
version: 1.0.4
resolution: "@alwatr/nano-build@npm:1.0.4"
"@alwatr/nano-build@npm:^1.1.1":
version: 1.1.1
resolution: "@alwatr/nano-build@npm:1.1.1"
dependencies:
esbuild: "npm:^0.19.10"
bin:
nano-build: nano-build.cjs
checksum: 880945aaa77ec6f6f1af91ab620af65ce0c162f3a5a6692022ddd50bd28608bf7dbb9c2e32410a46a05b312dab4e2bf409fd8036629f648a49468f56577e7ee9
checksum: 96a59e01d0bf337c261297770ab1c8b0b37c6ef3b32c44dd6133936d23561887c5380c35d9a59d4b8d0110d2d26b948d72c424742cc46c823c9ad92fce3e4056
languageName: node
linkType: hard

Expand All @@ -128,7 +128,7 @@ __metadata:
dependencies:
"@alwatr/logger": "workspace:^"
"@alwatr/math": "workspace:^"
"@alwatr/nano-build": "npm:^1.0.4"
"@alwatr/nano-build": "npm:^1.1.1"
"@alwatr/prettier-config": "npm:^1.0.4"
"@alwatr/tsconfig-base": "npm:^1.0.4"
"@alwatr/type": "workspace:^"
Expand Down Expand Up @@ -157,7 +157,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@alwatr/type@workspace:packages/type"
dependencies:
"@alwatr/nano-build": "npm:^1.0.4"
"@alwatr/nano-build": "npm:^1.1.1"
"@alwatr/prettier-config": "npm:^1.0.4"
"@alwatr/tsconfig-base": "npm:^1.0.4"
"@types/node": "npm:^20.10.5"
Expand All @@ -172,7 +172,7 @@ __metadata:
dependencies:
"@alwatr/logger": "workspace:^"
"@alwatr/math": "workspace:^"
"@alwatr/nano-build": "npm:^1.0.4"
"@alwatr/nano-build": "npm:^1.1.1"
"@alwatr/prettier-config": "npm:^1.0.4"
"@alwatr/tsconfig-base": "npm:^1.0.4"
"@alwatr/type": "workspace:^"
Expand All @@ -188,7 +188,7 @@ __metadata:
resolution: "@alwatr/validator@workspace:packages/validator"
dependencies:
"@alwatr/math": "workspace:^"
"@alwatr/nano-build": "npm:^1.0.4"
"@alwatr/nano-build": "npm:^1.1.1"
"@alwatr/prettier-config": "npm:^1.0.4"
"@alwatr/tsconfig-base": "npm:^1.0.4"
"@alwatr/type": "workspace:^"
Expand Down

0 comments on commit ed4b43b

Please sign in to comment.