@quenty/signal 7.8.0 → 7.8.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
+ ## [7.8.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/signal@7.8.0...@quenty/signal@7.8.1) (2024-11-04)
7
+
8
+ **Note:** Version bump only for package @quenty/signal
9
+
10
+
11
+
12
+
13
+
6
14
  # [7.8.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/signal@7.7.0...@quenty/signal@7.8.0) (2024-10-06)
7
15
 
8
16
  **Note:** Version bump only for package @quenty/signal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/signal",
3
- "version": "7.8.0",
3
+ "version": "7.8.1",
4
4
  "description": "A simple signal implementation for Roblox",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -30,7 +30,7 @@
30
30
  "access": "public"
31
31
  },
32
32
  "dependencies": {
33
- "@quenty/loader": "^10.7.0"
33
+ "@quenty/loader": "^10.7.1"
34
34
  },
35
- "gitHead": "67c5dbf46f6f45213812f3f117419a5534936a0b"
35
+ "gitHead": "01c43a0ddd3c5e0cb2d9027313dbfa9852eedef1"
36
36
  }
@@ -40,7 +40,7 @@
40
40
  stravant - July 31st, 2021 - Created the file.
41
41
  Quenty - Auguest 21st, 2023 - Modified to fit Nevermore contract, with Moonwave docs
42
42
 
43
- @class Signal
43
+ @class GoodSignal
44
44
  ]=]
45
45
 
46
46
  -- The currently idle thread to run the next handler on