@alwatr/signal 3.2.2 → 4.0.3
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 +15 -0
- package/dist/main.cjs +1 -2
- package/dist/main.mjs +1 -2
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,21 @@
|
|
|
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.3](https://github.com/Alwatr/flux/compare/v4.0.2...v4.0.3) (2025-02-18)
|
|
7
|
+
|
|
8
|
+
### Dependencies update
|
|
9
|
+
|
|
10
|
+
* **deps-dev:** bump the dependencies group across 1 directory with 11 updates ([18e3479](https://github.com/Alwatr/flux/commit/18e34795f826270a407d77440b946f8101513ba9)) by @dependabot[bot]
|
|
11
|
+
* **deps-dev:** bump the dependencies group with 10 updates ([b70907b](https://github.com/Alwatr/flux/commit/b70907bcb78b664c80e7d7acec9acf04c805cb2f)) by @dependabot[bot]
|
|
12
|
+
* **deps:** bump @alwatr/nanolib in the alwatr group across 1 directory ([2f52985](https://github.com/Alwatr/flux/commit/2f52985a74d4c5719dcb5d8d0440e3c2fac9be72)) by @dependabot[bot]
|
|
13
|
+
* **deps:** bump the alwatr group with 4 updates ([7e1b5fd](https://github.com/Alwatr/flux/commit/7e1b5fdde606bd76a443356c74f332015beed275)) by @dependabot[bot]
|
|
14
|
+
|
|
15
|
+
## [4.0.0](https://github.com/Alwatr/flux/compare/v3.2.2...v4.0.0) (2024-11-06)
|
|
16
|
+
|
|
17
|
+
### Dependencies update
|
|
18
|
+
|
|
19
|
+
* update ([a0c4014](https://github.com/Alwatr/flux/commit/a0c40144c50ba69083864bd4403b7c0dab388a2f)) by @AliMD
|
|
20
|
+
|
|
6
21
|
## [3.2.2](https://github.com/Alwatr/flux/compare/v3.2.1...v3.2.2) (2024-11-02)
|
|
7
22
|
|
|
8
23
|
### Dependencies update
|
package/dist/main.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* @alwatr/signal
|
|
1
|
+
/* @alwatr/signal v4.0.3 */
|
|
2
2
|
"use strict";
|
|
3
3
|
var __defProp = Object.defineProperty;
|
|
4
4
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
@@ -80,5 +80,4 @@ var AlwatrSignal = class extends import_observable2.AlwatrObservable {
|
|
|
80
80
|
AlwatrSignal,
|
|
81
81
|
AlwatrTrigger
|
|
82
82
|
});
|
|
83
|
-
/*! For license information please see main.cjs.LEGAL.txt */
|
|
84
83
|
//# sourceMappingURL=main.cjs.map
|
package/dist/main.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* @alwatr/signal
|
|
1
|
+
/* @alwatr/signal v4.0.3 */
|
|
2
2
|
|
|
3
3
|
// src/trigger.ts
|
|
4
4
|
import { AlwatrObservable } from "@alwatr/observable";
|
|
@@ -53,5 +53,4 @@ export {
|
|
|
53
53
|
AlwatrSignal,
|
|
54
54
|
AlwatrTrigger
|
|
55
55
|
};
|
|
56
|
-
/*! For license information please see main.mjs.LEGAL.txt */
|
|
57
56
|
//# sourceMappingURL=main.mjs.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alwatr/signal",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.3",
|
|
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.
|
|
60
|
-
"@alwatr/observable": "^
|
|
59
|
+
"@alwatr/nanolib": "^5.4.0",
|
|
60
|
+
"@alwatr/observable": "^4.0.3"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@alwatr/nano-build": "^5.
|
|
63
|
+
"@alwatr/nano-build": "^5.4.0",
|
|
64
64
|
"@alwatr/prettier-config": "^5.0.0",
|
|
65
65
|
"@alwatr/tsconfig-base": "^5.0.0",
|
|
66
|
-
"@alwatr/type-helper": "^5.
|
|
67
|
-
"@types/node": "^22.
|
|
66
|
+
"@alwatr/type-helper": "^5.3.0",
|
|
67
|
+
"@types/node": "^22.13.4",
|
|
68
68
|
"jest": "^29.7.0",
|
|
69
|
-
"typescript": "^5.
|
|
69
|
+
"typescript": "^5.7.3"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "a649ceaeb839657f9755bb6742a504a2d0d1dabe"
|
|
72
72
|
}
|