@alwatr/signal 4.0.3 → 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,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
+ ## [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
+
6
13
  ## [4.0.3](https://github.com/Alwatr/flux/compare/v4.0.2...v4.0.3) (2025-02-18)
7
14
 
8
15
  ### Dependencies update
package/dist/main.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/signal v4.0.3 */
1
+ /* @alwatr/signal v4.0.4 */
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 v4.0.3 */
1
+ /* @alwatr/signal v4.0.4 */
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": "4.0.3",
3
+ "version": "4.0.4",
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.4.0",
60
- "@alwatr/observable": "^4.0.3"
59
+ "@alwatr/nanolib": "^5.5.0",
60
+ "@alwatr/observable": "^4.0.4"
61
61
  },
62
62
  "devDependencies": {
63
- "@alwatr/nano-build": "^5.4.0",
63
+ "@alwatr/nano-build": "^5.5.0",
64
64
  "@alwatr/prettier-config": "^5.0.0",
65
65
  "@alwatr/tsconfig-base": "^5.0.0",
66
- "@alwatr/type-helper": "^5.3.0",
67
- "@types/node": "^22.13.4",
66
+ "@alwatr/type-helper": "^5.4.0",
67
+ "@types/node": "^22.13.9",
68
68
  "jest": "^29.7.0",
69
- "typescript": "^5.7.3"
69
+ "typescript": "^5.8.2"
70
70
  },
71
- "gitHead": "a649ceaeb839657f9755bb6742a504a2d0d1dabe"
71
+ "gitHead": "d6f693f97c837142a92a8b83dc0a9a608c2af01e"
72
72
  }