@quenty/rx 3.6.0-canary.241.a4e8214.0 → 3.7.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,12 +3,20 @@
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.6.0-canary.241.a4e8214.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/rx@3.5.2...@quenty/rx@3.6.0-canary.241.a4e8214.0) (2022-01-03)
6
+ # [3.7.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/rx@3.6.0...@quenty/rx@3.7.0) (2022-01-07)
7
+
8
+ **Note:** Version bump only for package @quenty/rx
9
+
10
+
11
+
12
+
13
+
14
+ # [3.6.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/rx@3.5.2...@quenty/rx@3.6.0) (2022-01-03)
7
15
 
8
16
 
9
17
  ### Bug Fixes
10
18
 
11
- * Fix Rx typing in documentation and provide better error messages. Also... ([c355602](https://github.com/Quenty/NevermoreEngine/commit/c355602a0180c787e4fc4a44ab69eb9eb5b4a51c))
19
+ * Fix Rx typing in documentation and provide better error messages. Also... ([47f8d9a](https://github.com/Quenty/NevermoreEngine/commit/47f8d9a17f814b81d4cb239c78b3a7075280e2cc))
12
20
 
13
21
 
14
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/rx",
3
- "version": "3.6.0-canary.241.a4e8214.0",
3
+ "version": "3.7.0",
4
4
  "description": "Quenty's reactive library for Roblox",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -27,16 +27,16 @@
27
27
  "Quenty"
28
28
  ],
29
29
  "dependencies": {
30
- "@quenty/loader": "3.2.0-canary.241.a4e8214.0",
31
- "@quenty/maid": "2.0.2",
32
- "@quenty/promise": "3.4.0-canary.241.a4e8214.0",
33
- "@quenty/signal": "2.1.0-canary.241.a4e8214.0",
34
- "@quenty/symbol": "2.0.1",
35
- "@quenty/table": "2.1.1",
36
- "@quenty/throttle": "3.3.0-canary.241.a4e8214.0"
30
+ "@quenty/loader": "^3.3.0",
31
+ "@quenty/maid": "^2.0.2",
32
+ "@quenty/promise": "^3.5.0",
33
+ "@quenty/signal": "^2.1.0",
34
+ "@quenty/symbol": "^2.0.1",
35
+ "@quenty/table": "^2.1.1",
36
+ "@quenty/throttle": "^3.4.0"
37
37
  },
38
38
  "publishConfig": {
39
39
  "access": "public"
40
40
  },
41
- "gitHead": "a4e821471f35998d63f38a4f4a578e07b4e79035"
41
+ "gitHead": "5a3f3fb6c908fd3874f5ceacc70b404780275119"
42
42
  }
@@ -1,6 +1,6 @@
1
- --[=[
1
+ --[[
2
2
  @class Rx.spec.lua
3
- ]=]
3
+ ]]
4
4
 
5
5
  local require = require(game:GetService("ServerScriptService"):FindFirstChild("LoaderUtils", true).Parent).load(script)
6
6