@alwatr/signal 3.2.2 → 4.0.0

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.0](https://github.com/Alwatr/flux/compare/v3.2.2...v4.0.0) (2024-11-06)
7
+
8
+ ### Dependencies update
9
+
10
+ * update ([a0c4014](https://github.com/Alwatr/flux/commit/a0c40144c50ba69083864bd4403b7c0dab388a2f)) by @AliMD
11
+
6
12
  ## [3.2.2](https://github.com/Alwatr/flux/compare/v3.2.1...v3.2.2) (2024-11-02)
7
13
 
8
14
  ### Dependencies update
package/dist/main.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/signal v3.2.2 */
1
+ /* @alwatr/signal v4.0.0 */
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.2 */
1
+ /* @alwatr/signal v4.0.0 */
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.2",
3
+ "version": "4.0.0",
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": "^5.0.0",
60
- "@alwatr/observable": "^3.2.2"
59
+ "@alwatr/nanolib": "^5.1.0",
60
+ "@alwatr/observable": "^4.0.0"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@alwatr/nano-build": "^5.0.0",
64
64
  "@alwatr/prettier-config": "^5.0.0",
65
65
  "@alwatr/tsconfig-base": "^5.0.0",
66
66
  "@alwatr/type-helper": "^5.0.0",
67
- "@types/node": "^22.8.6",
67
+ "@types/node": "^22.9.0",
68
68
  "jest": "^29.7.0",
69
69
  "typescript": "^5.6.3"
70
70
  },
71
- "gitHead": "4952c4c6c9758dfcd30e9bc584aec25f10169219"
71
+ "gitHead": "88875a7de14d10fd1e4c0288182dccf4f87cdc62"
72
72
  }