Skip to content

Commit

Permalink
fix: packages and refs
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Mar 19, 2023
1 parent d07327b commit eea2382
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/context",
"version": "0.1.0",
"version": "0.30.0",
"description": "Elegant powerful context manager base on alwatr signal, written in tiny TypeScript, ES module.",
"keywords": [
"context",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
{"path": "./core/logger"},
{"path": "./core/fetch"},
{"path": "./core/signal"},
{"path": "./core/context"},
{"path": "./core/router"},
{"path": "./core/i18n"},
{"path": "./core/math"},
Expand Down
1 change: 1 addition & 0 deletions uniquely/com-pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"@alwatr/element": "^0.30.0",
"@alwatr/fetch": "^0.30.0",
"@alwatr/fsm": "^0.30.0",
"@alwatr/context": "^0.30.0",
"@alwatr/i18n": "^0.30.0",
"@alwatr/math": "^0.30.0",
"@alwatr/pwa-helper": "^0.30.0",
Expand Down
1 change: 1 addition & 0 deletions uniquely/com-pwa/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
{"path": "../../core/signal"},
{"path": "../../core/util"},
{"path": "../../core/fsm"},
{"path": "../../core/context"},
{"path": "../../ui/element"},
{"path": "../../ui/ui-kit"},
{"path": "../../ui/pwa-helper"},
Expand Down

0 comments on commit eea2382

Please sign in to comment.