@alwatr/flux 4.0.4 → 4.0.5

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 CHANGED
@@ -3,6 +3,12 @@
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.5](https://github.com/Alwatr/flux/compare/v4.0.4...v4.0.5) (2025-03-13)
7
+
8
+ ### Dependencies update
9
+
10
+ * update @types/node to version 22.13.10 and bump [@lerna-lite](https://github.com/lerna-lite) packages to version 3.12.3 ([e918359](https://github.com/Alwatr/flux/commit/e918359ec013c32b3224aebf04f92553be31b395)) by @
11
+
6
12
  ## [4.0.4](https://github.com/Alwatr/flux/compare/v4.0.3...v4.0.4) (2025-03-06)
7
13
 
8
14
  ### Dependencies update
package/dist/main.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/flux v4.0.4 */
1
+ /* @alwatr/flux v4.0.5 */
2
2
  "use strict";
3
3
  var __defProp = Object.defineProperty;
4
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
package/dist/main.mjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/flux v4.0.4 */
1
+ /* @alwatr/flux v4.0.5 */
2
2
 
3
3
  // src/main.ts
4
4
  export * from "@alwatr/context";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwatr/flux",
3
- "version": "4.0.4",
3
+ "version": "4.0.5",
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.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"
59
+ "@alwatr/context": "^4.0.5",
60
+ "@alwatr/fetch-state-machine": "^4.0.5",
61
+ "@alwatr/fsm": "^4.0.5",
62
+ "@alwatr/observable": "^4.0.5",
63
+ "@alwatr/remote-context": "^4.0.5",
64
+ "@alwatr/signal": "^4.0.5"
65
65
  },
66
66
  "devDependencies": {
67
67
  "@alwatr/nano-build": "^5.5.0",
68
68
  "@alwatr/prettier-config": "^5.0.0",
69
69
  "@alwatr/tsconfig-base": "^5.0.0",
70
70
  "@alwatr/type-helper": "^5.4.0",
71
- "@types/node": "^22.13.9",
71
+ "@types/node": "^22.13.10",
72
72
  "jest": "^29.7.0",
73
73
  "typescript": "^5.8.2"
74
74
  },
75
- "gitHead": "d6f693f97c837142a92a8b83dc0a9a608c2af01e"
75
+ "gitHead": "5cb1db2aa97cdb1f2b093ade62bccaca691a5d46"
76
76
  }