-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
182 additions
and
422 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@alwatr/ui-demo-pwa", | ||
"version": "1.0.0", | ||
"version": "0.0.0", | ||
"description": "Alwatr Progressive Web Application Demo.", | ||
"type": "module", | ||
"author": "S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com)", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@alwatr/i18n2", | ||
"version": "1.0.0", | ||
"name": "@alwatr/i18n", | ||
"version": "2.0.0-beta", | ||
"description": "Elegant powerful translation module (i18n/l10n) with dynamic json storage written in tiny TypeScript, ES module.", | ||
"keywords": [ | ||
"i18n", | ||
|
@@ -16,7 +16,6 @@ | |
"types": "index.d.ts", | ||
"author": "S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com)", | ||
"license": "MIT", | ||
"private": "true", | ||
"files": [ | ||
"**/*.{d.ts.map,d.ts,js.map,js,html,md}" | ||
], | ||
|
@@ -35,7 +34,7 @@ | |
"dependencies": { | ||
"@alwatr/logger": "^1.0.0", | ||
"@alwatr/math": "^1.0.0", | ||
"@alwatr/signal2": "^1.0.0", | ||
"@alwatr/signal": "^2.0.0", | ||
"tslib": "^2.6.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@alwatr/router2", | ||
"version": "1.0.0", | ||
"name": "@alwatr/router", | ||
"version": "2.0.0-beta", | ||
"description": "Elegant powerful router (fundamental advance browser page routing) based on the simplicity of the signals written in tiny TypeScript module.", | ||
"keywords": [ | ||
"router", | ||
|
@@ -15,7 +15,6 @@ | |
"types": "index.d.ts", | ||
"author": "S. Ali Mihandoost <[email protected]>", | ||
"license": "MIT", | ||
"private": "true", | ||
"files": [ | ||
"**/*.{d.ts.map,d.ts,js.map,js,html,md}" | ||
], | ||
|
@@ -34,7 +33,7 @@ | |
"dependencies": { | ||
"@alwatr/logger": "^1.0.0", | ||
"@alwatr/math": "^1.0.0", | ||
"@alwatr/signal2": "^1.0.0", | ||
"@alwatr/signal": "^2.0.0", | ||
"tslib": "^2.6.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.