@alwatr/signal 3.2.1 → 3.2.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 CHANGED
@@ -3,6 +3,13 @@
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
+ ## [3.2.2](https://github.com/Alwatr/flux/compare/v3.2.1...v3.2.2) (2024-11-02)
7
+
8
+ ### Dependencies update
9
+
10
+ * **deps-dev:** bump @types/node from 22.8.1 to 22.8.6 in the dependencies group ([#224](https://github.com/Alwatr/flux/issues/224)) ([2ffa758](https://github.com/Alwatr/flux/commit/2ffa7587f46b55bddc98be25c60940c3eb61f815)) by @dependabot[bot]
11
+ * **deps:** bump the alwatr group with 6 updates ([#225](https://github.com/Alwatr/flux/issues/225)) ([6f22eda](https://github.com/Alwatr/flux/commit/6f22eda4e9ee6c31e4c32b23b870a5c148a818da)) by @dependabot[bot]
12
+
6
13
  ## [3.2.1](https://github.com/Alwatr/flux/compare/v3.2.0...v3.2.1) (2024-10-28)
7
14
 
8
15
  ### Dependencies update
package/dist/main.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/signal v3.2.1 */
1
+ /* @alwatr/signal v3.2.2 */
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/signal v3.2.1 */
1
+ /* @alwatr/signal v3.2.2 */
2
2
 
3
3
  // src/trigger.ts
4
4
  import { AlwatrObservable } from "@alwatr/observable";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwatr/signal",
3
- "version": "3.2.1",
3
+ "version": "3.2.2",
4
4
  "description": "A simple and efficient TypeScript library for event-driven communication using signals.",
5
5
  "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
6
6
  "keywords": [
@@ -56,17 +56,17 @@
56
56
  "clean": "rm -rfv dist *.tsbuildinfo"
57
57
  },
58
58
  "dependencies": {
59
- "@alwatr/nanolib": "^1.4.0",
60
- "@alwatr/observable": "^3.2.1"
59
+ "@alwatr/nanolib": "^5.0.0",
60
+ "@alwatr/observable": "^3.2.2"
61
61
  },
62
62
  "devDependencies": {
63
- "@alwatr/nano-build": "^2.0.3",
64
- "@alwatr/prettier-config": "^1.0.6",
65
- "@alwatr/tsconfig-base": "^1.3.3",
66
- "@alwatr/type-helper": "^2.0.3",
67
- "@types/node": "^22.8.1",
63
+ "@alwatr/nano-build": "^5.0.0",
64
+ "@alwatr/prettier-config": "^5.0.0",
65
+ "@alwatr/tsconfig-base": "^5.0.0",
66
+ "@alwatr/type-helper": "^5.0.0",
67
+ "@types/node": "^22.8.6",
68
68
  "jest": "^29.7.0",
69
69
  "typescript": "^5.6.3"
70
70
  },
71
- "gitHead": "0d441ca3f7529d11090f349ef80209dcc1984a05"
71
+ "gitHead": "4952c4c6c9758dfcd30e9bc584aec25f10169219"
72
72
  }