@alwatr/signal 3.2.0 → 3.2.1

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,14 @@
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.1](https://github.com/Alwatr/flux/compare/v3.2.0...v3.2.1) (2024-10-28)
7
+
8
+ ### Dependencies update
9
+
10
+ * bump the alwatr-dependencies group with 2 updates ([#217](https://github.com/Alwatr/flux/issues/217)) ([a5fd542](https://github.com/Alwatr/flux/commit/a5fd542e8866589a4edcaaf4312bdc4f322dc59f)) by @dependabot[bot]
11
+ * bump the development-dependencies group across 1 directory with 9 updates ([9d1d05d](https://github.com/Alwatr/flux/commit/9d1d05d33e259fd810138a37b36adc910b71c4bb)) by @dependabot[bot]
12
+ * update nanolib v1.4.0 with other deps ([8c0fdcd](https://github.com/Alwatr/flux/commit/8c0fdcd4a827790f7c97bfbf7119ba315450f822)) by @AliMD
13
+
6
14
  ## [3.2.0](https://github.com/Alwatr/flux/compare/v3.1.1...v3.2.0) (2024-10-11)
7
15
 
8
16
  ### Bug Fixes
package/dist/main.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/signal v3.2.0 */
1
+ /* @alwatr/signal v3.2.1 */
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.0 */
1
+ /* @alwatr/signal v3.2.1 */
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.0",
3
+ "version": "3.2.1",
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.2.0",
60
- "@alwatr/observable": "^3.2.0"
59
+ "@alwatr/nanolib": "^1.4.0",
60
+ "@alwatr/observable": "^3.2.1"
61
61
  },
62
62
  "devDependencies": {
63
- "@alwatr/nano-build": "^2.0.1",
63
+ "@alwatr/nano-build": "^2.0.3",
64
64
  "@alwatr/prettier-config": "^1.0.6",
65
- "@alwatr/tsconfig-base": "^1.3.2",
66
- "@alwatr/type-helper": "^2.0.2",
67
- "@types/node": "^22.7.5",
65
+ "@alwatr/tsconfig-base": "^1.3.3",
66
+ "@alwatr/type-helper": "^2.0.3",
67
+ "@types/node": "^22.8.1",
68
68
  "jest": "^29.7.0",
69
69
  "typescript": "^5.6.3"
70
70
  },
71
- "gitHead": "52e38b665b848a23e74024340208ae4a4d98cbb8"
71
+ "gitHead": "0d441ca3f7529d11090f349ef80209dcc1984a05"
72
72
  }