@alwatr/fsm 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 CHANGED
@@ -3,6 +3,22 @@
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 @alwatr/nanolib in the alwatr group across 1 directory ([2f52985](https://github.com/Alwatr/flux/commit/2f52985a74d4c5719dcb5d8d0440e3c2fac9be72)) by @dependabot[bot]
20
+ * **deps:** bump the alwatr group with 4 updates ([7e1b5fd](https://github.com/Alwatr/flux/commit/7e1b5fdde606bd76a443356c74f332015beed275)) by @dependabot[bot]
21
+
6
22
  ## [4.0.2](https://github.com/Alwatr/flux/compare/v4.0.1...v4.0.2) (2024-11-06)
7
23
 
8
24
  ### Bug Fixes
package/dist/main.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/fsm v4.0.2 */
1
+ /* @alwatr/fsm v4.0.4 */
2
2
  "use strict";
3
3
  var __defProp = Object.defineProperty;
4
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -29,7 +29,7 @@ module.exports = __toCommonJS(main_exports);
29
29
  // src/base.ts
30
30
  var import_nanolib = require("@alwatr/nanolib");
31
31
  var import_observable = require("@alwatr/observable");
32
- __dev_mode__: import_nanolib.packageTracer.add("@alwatr/fsm", "4.0.2");
32
+ __dev_mode__: import_nanolib.packageTracer.add("@alwatr/fsm", "4.0.4");
33
33
  var AlwatrFluxStateMachineBase = class extends import_observable.AlwatrObservable {
34
34
  constructor(config) {
35
35
  config.loggerPrefix ?? (config.loggerPrefix = "flux-state-machine");
@@ -141,5 +141,4 @@ var AlwatrFluxStateMachine = class extends AlwatrFluxStateMachineBase {
141
141
  AlwatrFluxStateMachine,
142
142
  AlwatrFluxStateMachineBase
143
143
  });
144
- /*! For license information please see main.cjs.LEGAL.txt */
145
144
  //# sourceMappingURL=main.cjs.map
package/dist/main.mjs CHANGED
@@ -1,9 +1,9 @@
1
- /* @alwatr/fsm v4.0.2 */
1
+ /* @alwatr/fsm v4.0.4 */
2
2
 
3
3
  // src/base.ts
4
4
  import { packageTracer } from "@alwatr/nanolib";
5
5
  import { AlwatrObservable } from "@alwatr/observable";
6
- __dev_mode__: packageTracer.add("@alwatr/fsm", "4.0.2");
6
+ __dev_mode__: packageTracer.add("@alwatr/fsm", "4.0.4");
7
7
  var AlwatrFluxStateMachineBase = class extends AlwatrObservable {
8
8
  constructor(config) {
9
9
  config.loggerPrefix ?? (config.loggerPrefix = "flux-state-machine");
@@ -114,5 +114,4 @@ export {
114
114
  AlwatrFluxStateMachine,
115
115
  AlwatrFluxStateMachineBase
116
116
  };
117
- /*! For license information please see main.mjs.LEGAL.txt */
118
117
  //# sourceMappingURL=main.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwatr/fsm",
3
- "version": "4.0.2",
3
+ "version": "4.0.4",
4
4
  "description": "A robust TypeScript library for implementing Flux (Finite) State Machines, enabling clear and organized management of application state and transitions.",
5
5
  "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com> (https://ali.mihandoost.com)",
6
6
  "keywords": [
@@ -58,17 +58,17 @@
58
58
  "clean": "rm -rfv dist *.tsbuildinfo"
59
59
  },
60
60
  "dependencies": {
61
- "@alwatr/nanolib": "^5.1.0",
62
- "@alwatr/observable": "^4.0.0"
61
+ "@alwatr/nanolib": "^5.5.0",
62
+ "@alwatr/observable": "^4.0.4"
63
63
  },
64
64
  "devDependencies": {
65
- "@alwatr/nano-build": "^5.0.0",
65
+ "@alwatr/nano-build": "^5.5.0",
66
66
  "@alwatr/prettier-config": "^5.0.0",
67
67
  "@alwatr/tsconfig-base": "^5.0.0",
68
- "@alwatr/type-helper": "^5.0.0",
69
- "@types/node": "^22.9.0",
68
+ "@alwatr/type-helper": "^5.4.0",
69
+ "@types/node": "^22.13.9",
70
70
  "jest": "^29.7.0",
71
- "typescript": "^5.6.3"
71
+ "typescript": "^5.8.2"
72
72
  },
73
- "gitHead": "54abf016196574d5de04e0cc5fa31c7b0cd5b24d"
73
+ "gitHead": "d6f693f97c837142a92a8b83dc0a9a608c2af01e"
74
74
  }