Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: bump @alwatr/nanolib from 1.4.0 to 1.5.0 in the alwatr-dependencies group #222

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"clean": "rm -rfv dist *.tsbuildinfo"
},
"dependencies": {
"@alwatr/nanolib": "^1.4.0",
"@alwatr/nanolib": "^1.5.0",
"@alwatr/observable": "workspace:^"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/fetch-state-machine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
"dependencies": {
"@alwatr/fsm": "workspace:^",
"@alwatr/nanolib": "^1.4.0"
"@alwatr/nanolib": "^1.5.0"
},
"devDependencies": {
"@alwatr/nano-build": "^2.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/fsm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"clean": "rm -rfv dist *.tsbuildinfo"
},
"dependencies": {
"@alwatr/nanolib": "^1.4.0",
"@alwatr/nanolib": "^1.5.0",
"@alwatr/observable": "workspace:^"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/observable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"clean": "rm -rfv dist *.tsbuildinfo"
},
"dependencies": {
"@alwatr/nanolib": "^1.4.0"
"@alwatr/nanolib": "^1.5.0"
},
"devDependencies": {
"@alwatr/nano-build": "^2.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/remote-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
},
"dependencies": {
"@alwatr/fetch-state-machine": "workspace:^",
"@alwatr/nanolib": "^1.4.0"
"@alwatr/nanolib": "^1.5.0"
},
"devDependencies": {
"@alwatr/nano-build": "^2.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/signal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"clean": "rm -rfv dist *.tsbuildinfo"
},
"dependencies": {
"@alwatr/nanolib": "^1.4.0",
"@alwatr/nanolib": "^1.5.0",
"@alwatr/observable": "workspace:^"
},
"devDependencies": {
Expand Down
41 changes: 26 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ __metadata:
resolution: "@alwatr/context@workspace:packages/context"
dependencies:
"@alwatr/nano-build": "npm:^2.0.3"
"@alwatr/nanolib": "npm:^1.4.0"
"@alwatr/nanolib": "npm:^1.5.0"
"@alwatr/observable": "workspace:^"
"@alwatr/prettier-config": "npm:^1.0.6"
"@alwatr/tsconfig-base": "npm:^1.3.3"
Expand Down Expand Up @@ -103,7 +103,7 @@ __metadata:
dependencies:
"@alwatr/fsm": "workspace:^"
"@alwatr/nano-build": "npm:^2.0.3"
"@alwatr/nanolib": "npm:^1.4.0"
"@alwatr/nanolib": "npm:^1.5.0"
"@alwatr/prettier-config": "npm:^1.0.6"
"@alwatr/tsconfig-base": "npm:^1.3.3"
"@alwatr/type-helper": "npm:^2.0.3"
Expand All @@ -113,16 +113,17 @@ __metadata:
languageName: unknown
linkType: soft

"@alwatr/fetch@npm:^4.1.7":
version: 4.1.7
resolution: "@alwatr/fetch@npm:4.1.7"
"@alwatr/fetch@npm:^4.2.0":
version: 4.2.0
resolution: "@alwatr/fetch@npm:4.2.0"
dependencies:
"@alwatr/delay": "npm:^1.0.7"
"@alwatr/global-this": "npm:^1.0.2"
"@alwatr/http-primer": "npm:^1.0.0"
"@alwatr/logger": "npm:^4.0.7"
"@alwatr/package-tracer": "npm:^1.0.7"
"@alwatr/parse-duration": "npm:^1.1.7"
checksum: 10c0/54673a5e0b7691400e9e9dacb64e85f0a4ecf629449f756548cde4fd433c39a15dcd9318415786b41188f7eb44277b6128d4740e86e7072bdbde734a0705ba43
checksum: 10c0/d8e5400665741b425a9f347107bac505c940d1fb2bccea48b0236629ec0a8ec920e0bf6f4268bd259d9ad621455b5ba460ce179be4789017bb89ceb06b667916
languageName: node
linkType: hard

Expand Down Expand Up @@ -169,7 +170,7 @@ __metadata:
resolution: "@alwatr/fsm@workspace:packages/fsm"
dependencies:
"@alwatr/nano-build": "npm:^2.0.3"
"@alwatr/nanolib": "npm:^1.4.0"
"@alwatr/nanolib": "npm:^1.5.0"
"@alwatr/observable": "workspace:^"
"@alwatr/prettier-config": "npm:^1.0.6"
"@alwatr/tsconfig-base": "npm:^1.3.3"
Expand All @@ -189,6 +190,15 @@ __metadata:
languageName: node
linkType: hard

"@alwatr/http-primer@npm:^1.0.0":
version: 1.0.0
resolution: "@alwatr/http-primer@npm:1.0.0"
dependencies:
"@alwatr/package-tracer": "npm:^1.0.7"
checksum: 10c0/20f36367cebedc7fd29ac25c87a7ec45bac62208ec1c225cd444aedeac67bb60160fe0cf2d0f61cce0a8bb10c6f059844a654ad4faea9f180565c1792c02391d
languageName: node
linkType: hard

"@alwatr/is-number@npm:^1.1.7":
version: 1.1.7
resolution: "@alwatr/is-number@npm:1.1.7"
Expand Down Expand Up @@ -228,20 +238,21 @@ __metadata:
languageName: node
linkType: hard

"@alwatr/nanolib@npm:^1.4.0":
version: 1.4.0
resolution: "@alwatr/nanolib@npm:1.4.0"
"@alwatr/nanolib@npm:^1.5.0":
version: 1.5.0
resolution: "@alwatr/nanolib@npm:1.5.0"
dependencies:
"@alwatr/async-queue": "npm:^1.3.7"
"@alwatr/dedupe": "npm:^1.1.7"
"@alwatr/deep-clone": "npm:^1.1.7"
"@alwatr/delay": "npm:^1.0.7"
"@alwatr/env": "npm:^1.0.0"
"@alwatr/exit-hook": "npm:^1.1.7"
"@alwatr/fetch": "npm:^4.1.7"
"@alwatr/fetch": "npm:^4.2.0"
"@alwatr/flat-string": "npm:^1.1.7"
"@alwatr/flatomise": "npm:^1.2.7"
"@alwatr/global-this": "npm:^1.0.2"
"@alwatr/http-primer": "npm:^1.0.0"
"@alwatr/is-number": "npm:^1.1.7"
"@alwatr/local-storage": "npm:^1.1.7"
"@alwatr/logger": "npm:^4.0.7"
Expand All @@ -252,7 +263,7 @@ __metadata:
"@alwatr/render-state": "npm:^1.0.7"
"@alwatr/resolve-url": "npm:^1.0.1"
"@alwatr/unicode-digits": "npm:^1.1.2"
checksum: 10c0/358c99653dd36af9c19370b43f66102ad6718a2adb1fbe1efba1df715b6af7dae2134131855df48c43a6cb3d631b2fe7acb995f6a7e26829a52e102f43cd1786
checksum: 10c0/91b1b0d6d4d1cab117d5cf827b3cd0fba80780030ab2900a31056e82d5be0fda1e3478f3d52fddf573a78a1c887b48aa6a711e382046aca52cb8859166940456
languageName: node
linkType: hard

Expand All @@ -273,7 +284,7 @@ __metadata:
resolution: "@alwatr/observable@workspace:packages/observable"
dependencies:
"@alwatr/nano-build": "npm:^2.0.3"
"@alwatr/nanolib": "npm:^1.4.0"
"@alwatr/nanolib": "npm:^1.5.0"
"@alwatr/prettier-config": "npm:^1.0.6"
"@alwatr/tsconfig-base": "npm:^1.3.3"
"@alwatr/type-helper": "npm:^2.0.3"
Expand Down Expand Up @@ -331,7 +342,7 @@ __metadata:
dependencies:
"@alwatr/fetch-state-machine": "workspace:^"
"@alwatr/nano-build": "npm:^2.0.3"
"@alwatr/nanolib": "npm:^1.4.0"
"@alwatr/nanolib": "npm:^1.5.0"
"@alwatr/prettier-config": "npm:^1.0.6"
"@alwatr/tsconfig-base": "npm:^1.3.3"
"@alwatr/type-helper": "npm:^2.0.3"
Expand Down Expand Up @@ -365,7 +376,7 @@ __metadata:
resolution: "@alwatr/signal@workspace:packages/signal"
dependencies:
"@alwatr/nano-build": "npm:^2.0.3"
"@alwatr/nanolib": "npm:^1.4.0"
"@alwatr/nanolib": "npm:^1.5.0"
"@alwatr/observable": "workspace:^"
"@alwatr/prettier-config": "npm:^1.0.6"
"@alwatr/tsconfig-base": "npm:^1.3.3"
Expand Down