@push.rocks/smartstate 2.0.30 → 2.0.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist_ts/00_commitinfo_data.js +1 -1
- package/package.json +3 -3
- package/readme.hints.md +3 -3
- package/readme.md +1 -1
- package/ts/00_commitinfo_data.ts +1 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export const commitinfo = {
|
|
5
5
|
name: '@push.rocks/smartstate',
|
|
6
|
-
version: '2.0.
|
|
6
|
+
version: '2.0.31',
|
|
7
7
|
description: 'A package for handling and managing state in applications.'
|
|
8
8
|
};
|
|
9
9
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSx3QkFBd0I7SUFDOUIsT0FBTyxFQUFFLFFBQVE7SUFDakIsV0FBVyxFQUFFLDREQUE0RDtDQUMxRSxDQUFBIn0=
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@push.rocks/smartstate",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.31",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A package for handling and managing state in applications.",
|
|
6
6
|
"main": "dist_ts/index.js",
|
|
@@ -15,11 +15,11 @@
|
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@git.zone/tsbuild": "^4.1.2",
|
|
18
|
-
"@git.zone/tsbundle": "^2.
|
|
18
|
+
"@git.zone/tsbundle": "^2.9.0",
|
|
19
19
|
"@git.zone/tsrun": "^2.0.1",
|
|
20
20
|
"@git.zone/tstest": "^3.1.8",
|
|
21
21
|
"@push.rocks/tapbundle": "^6.0.3",
|
|
22
|
-
"@types/node": "^25.2
|
|
22
|
+
"@types/node": "^25.3.2"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@push.rocks/lik": "^6.2.2",
|
package/readme.hints.md
CHANGED
|
@@ -51,10 +51,10 @@
|
|
|
51
51
|
6. Made notifyChange() async to support proper hash comparison
|
|
52
52
|
7. Updated select() to filter undefined states
|
|
53
53
|
|
|
54
|
-
## Dependency Versions (v2.0.
|
|
54
|
+
## Dependency Versions (v2.0.30)
|
|
55
55
|
- @git.zone/tsbuild: ^4.1.2
|
|
56
|
-
- @git.zone/tsbundle: ^2.
|
|
56
|
+
- @git.zone/tsbundle: ^2.9.0
|
|
57
57
|
- @git.zone/tsrun: ^2.0.1
|
|
58
58
|
- @git.zone/tstest: ^3.1.8
|
|
59
59
|
- @push.rocks/smartjson: ^6.0.0
|
|
60
|
-
- @types/node: ^25.2
|
|
60
|
+
- @types/node: ^25.3.2
|
package/readme.md
CHANGED
|
@@ -311,7 +311,7 @@ await loginAction.trigger({ username: 'john', email: 'john@example.com' });
|
|
|
311
311
|
|
|
312
312
|
## License and Legal Information
|
|
313
313
|
|
|
314
|
-
This repository contains open-source code licensed under the MIT License. A copy of the license can be found in the [
|
|
314
|
+
This repository contains open-source code licensed under the MIT License. A copy of the license can be found in the [license](./license) file.
|
|
315
315
|
|
|
316
316
|
**Please note:** The MIT License does not grant permission to use the trade names, trademarks, service marks, or product names of the project, except as required for reasonable and customary use in describing the origin of the work and reproducing the content of the NOTICE file.
|
|
317
317
|
|