@alwatr/flux 4.1.0 → 4.1.2
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 +8 -0
- package/dist/main.cjs +1 -1
- package/dist/main.mjs +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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.1.2](https://github.com/Alwatr/flux/compare/v4.1.1...v4.1.2) (2025-09-27)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @alwatr/flux
|
|
9
|
+
|
|
10
|
+
## [4.1.1](https://github.com/Alwatr/flux/compare/v4.1.0...v4.1.1) (2025-09-08)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @alwatr/flux
|
|
13
|
+
|
|
6
14
|
## [4.1.0](https://github.com/Alwatr/flux/compare/v4.0.5...v4.1.0) (2025-09-08)
|
|
7
15
|
|
|
8
16
|
### 🧹 Miscellaneous Chores
|
package/dist/main.cjs
CHANGED
package/dist/main.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alwatr/flux",
|
|
3
3
|
"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.",
|
|
4
|
-
"version": "4.1.
|
|
4
|
+
"version": "4.1.2",
|
|
5
5
|
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
|
|
6
6
|
"bugs": "https://github.com/Alwatr/flux/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@alwatr/context": "^4.1.
|
|
9
|
-
"@alwatr/fetch-state-machine": "^4.1.
|
|
10
|
-
"@alwatr/fsm": "^4.1.
|
|
11
|
-
"@alwatr/observable": "^4.1.
|
|
12
|
-
"@alwatr/remote-context": "^4.1.
|
|
13
|
-
"@alwatr/signal": "^4.1.
|
|
8
|
+
"@alwatr/context": "^4.1.2",
|
|
9
|
+
"@alwatr/fetch-state-machine": "^4.1.2",
|
|
10
|
+
"@alwatr/fsm": "^4.1.2",
|
|
11
|
+
"@alwatr/observable": "^4.1.2",
|
|
12
|
+
"@alwatr/remote-context": "^4.1.2",
|
|
13
|
+
"@alwatr/signal": "^4.1.2"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
16
|
"@alwatr/nano-build": "^6.1.0",
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
},
|
|
71
71
|
"type": "module",
|
|
72
72
|
"types": "./dist/main.d.ts",
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "d15f0af5f518bc13f6a6c021f9c9cf0a8f74a8e5"
|
|
74
74
|
}
|