@alwatr/flux 4.0.2 → 4.0.4
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/CHANGELOG.md +15 -0
- package/dist/main.cjs +1 -2
- package/dist/main.mjs +1 -2
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,21 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [4.0.4](https://github.com/Alwatr/flux/compare/v4.0.3...v4.0.4) (2025-03-06)
|
|
7
|
+
|
|
8
|
+
### Dependencies update
|
|
9
|
+
|
|
10
|
+
* bump @alwatr/nanolib, @alwatr/nano-build, and @alwatr/type-helper to version 5.5.0 across multiple packages ([db73076](https://github.com/Alwatr/flux/commit/db7307671b0f14cb19072656bd6021144b27dadb)) by @
|
|
11
|
+
* **deps-dev:** bump the dependencies group across 1 directory with 6 updates ([5978202](https://github.com/Alwatr/flux/commit/5978202acbdc6b2e3db6d315dc3c114daa4f0289)) by @dependabot[bot]
|
|
12
|
+
|
|
13
|
+
## [4.0.3](https://github.com/Alwatr/flux/compare/v4.0.2...v4.0.3) (2025-02-18)
|
|
14
|
+
|
|
15
|
+
### Dependencies update
|
|
16
|
+
|
|
17
|
+
* **deps-dev:** bump the dependencies group across 1 directory with 11 updates ([18e3479](https://github.com/Alwatr/flux/commit/18e34795f826270a407d77440b946f8101513ba9)) by @dependabot[bot]
|
|
18
|
+
* **deps-dev:** bump the dependencies group with 10 updates ([b70907b](https://github.com/Alwatr/flux/commit/b70907bcb78b664c80e7d7acec9acf04c805cb2f)) by @dependabot[bot]
|
|
19
|
+
* **deps:** bump the alwatr group with 4 updates ([7e1b5fd](https://github.com/Alwatr/flux/commit/7e1b5fdde606bd76a443356c74f332015beed275)) by @dependabot[bot]
|
|
20
|
+
|
|
6
21
|
## [4.0.2](https://github.com/Alwatr/flux/compare/v4.0.1...v4.0.2) (2024-11-06)
|
|
7
22
|
|
|
8
23
|
**Note:** Version bump only for package @alwatr/flux
|
package/dist/main.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* @alwatr/flux v4.0.
|
|
1
|
+
/* @alwatr/flux v4.0.4 */
|
|
2
2
|
"use strict";
|
|
3
3
|
var __defProp = Object.defineProperty;
|
|
4
4
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
@@ -33,5 +33,4 @@ __reExport(main_exports, require("@alwatr/signal"), module.exports);
|
|
|
33
33
|
...require("@alwatr/remote-context"),
|
|
34
34
|
...require("@alwatr/signal")
|
|
35
35
|
});
|
|
36
|
-
/*! For license information please see main.cjs.LEGAL.txt */
|
|
37
36
|
//# sourceMappingURL=main.cjs.map
|
package/dist/main.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* @alwatr/flux v4.0.
|
|
1
|
+
/* @alwatr/flux v4.0.4 */
|
|
2
2
|
|
|
3
3
|
// src/main.ts
|
|
4
4
|
export * from "@alwatr/context";
|
|
@@ -7,5 +7,4 @@ export * from "@alwatr/fsm";
|
|
|
7
7
|
export * from "@alwatr/observable";
|
|
8
8
|
export * from "@alwatr/remote-context";
|
|
9
9
|
export * from "@alwatr/signal";
|
|
10
|
-
/*! For license information please see main.mjs.LEGAL.txt */
|
|
11
10
|
//# sourceMappingURL=main.mjs.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alwatr/flux",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.4",
|
|
4
4
|
"description": "Flux empowers your applications with elegant and powerful state management and event handling capabilities. Built on the observable design pattern, Flux provides a lightweight yet robust foundation for managing global signals and states.",
|
|
5
5
|
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
|
|
6
6
|
"keywords": [
|
|
@@ -56,21 +56,21 @@
|
|
|
56
56
|
"clean": "rm -rfv dist *.tsbuildinfo"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@alwatr/context": "^4.0.
|
|
60
|
-
"@alwatr/fetch-state-machine": "^4.0.
|
|
61
|
-
"@alwatr/fsm": "^4.0.
|
|
62
|
-
"@alwatr/observable": "^4.0.
|
|
63
|
-
"@alwatr/remote-context": "^4.0.
|
|
64
|
-
"@alwatr/signal": "^4.0.
|
|
59
|
+
"@alwatr/context": "^4.0.4",
|
|
60
|
+
"@alwatr/fetch-state-machine": "^4.0.4",
|
|
61
|
+
"@alwatr/fsm": "^4.0.4",
|
|
62
|
+
"@alwatr/observable": "^4.0.4",
|
|
63
|
+
"@alwatr/remote-context": "^4.0.4",
|
|
64
|
+
"@alwatr/signal": "^4.0.4"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@alwatr/nano-build": "^5.
|
|
67
|
+
"@alwatr/nano-build": "^5.5.0",
|
|
68
68
|
"@alwatr/prettier-config": "^5.0.0",
|
|
69
69
|
"@alwatr/tsconfig-base": "^5.0.0",
|
|
70
|
-
"@alwatr/type-helper": "^5.
|
|
71
|
-
"@types/node": "^22.9
|
|
70
|
+
"@alwatr/type-helper": "^5.4.0",
|
|
71
|
+
"@types/node": "^22.13.9",
|
|
72
72
|
"jest": "^29.7.0",
|
|
73
|
-
"typescript": "^5.
|
|
73
|
+
"typescript": "^5.8.2"
|
|
74
74
|
},
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "d6f693f97c837142a92a8b83dc0a9a608c2af01e"
|
|
76
76
|
}
|