@quenty/rx 3.2.0 → 3.4.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,6 +3,25 @@
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.4.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/rx@3.3.0...@quenty/rx@3.4.0) (2021-12-14)
7
+
8
+ **Note:** Version bump only for package @quenty/rx
9
+
10
+
11
+
12
+
13
+
14
+ # [3.3.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/rx@3.2.0...@quenty/rx@3.3.0) (2021-11-20)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * Support MacOS syncing ([#225](https://github.com/Quenty/NevermoreEngine/issues/225)) ([03f9183](https://github.com/Quenty/NevermoreEngine/commit/03f918392c6a5bdd33f8a17c38de371d1e06c67a))
20
+
21
+
22
+
23
+
24
+
6
25
  # [3.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/rx@3.1.2...@quenty/rx@3.2.0) (2021-10-30)
7
26
 
8
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/rx",
3
- "version": "3.2.0",
3
+ "version": "3.4.0",
4
4
  "description": "Quenty's reactive library for Roblox",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -29,14 +29,14 @@
29
29
  "dependencies": {
30
30
  "@quenty/loader": "^3.1.1",
31
31
  "@quenty/maid": "^2.0.1",
32
- "@quenty/promise": "^3.1.2",
32
+ "@quenty/promise": "^3.2.0",
33
33
  "@quenty/signal": "^2.0.0",
34
34
  "@quenty/symbol": "^2.0.0",
35
35
  "@quenty/table": "^2.1.0",
36
- "@quenty/throttle": "^3.1.1"
36
+ "@quenty/throttle": "^3.2.0"
37
37
  },
38
38
  "publishConfig": {
39
39
  "access": "public"
40
40
  },
41
- "gitHead": "010eff28095b349f39e02d08844d33f9f733b31f"
41
+ "gitHead": "8a33939501e25cf227e96f7eb0d1a23b86f10f3c"
42
42
  }
@@ -54,8 +54,7 @@ function Subscription:Fail()
54
54
  end
55
55
 
56
56
  function Subscription:GetFireFailComplete()
57
- return
58
- function(...)
57
+ return function(...)
59
58
  self:Fire(...)
60
59
  end, function(...)
61
60
  self:Fail(...)
@@ -2,6 +2,6 @@
2
2
  "name": "node_modules",
3
3
  "globIgnorePaths": [ "**/.package-lock.json" ],
4
4
  "tree": {
5
- "$path": { "optional": "..\\node_modules" }
5
+ "$path": { "optional": "../node_modules" }
6
6
  }
7
7
  }