@quenty/rxbinderutils 14.19.4-canary.559.339cfa7.0 → 14.20.0-canary.0a5db80.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,25 +3,17 @@
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
- ## [14.19.4-canary.559.339cfa7.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/rxbinderutils@14.19.3...@quenty/rxbinderutils@14.19.4-canary.559.339cfa7.0) (2025-05-10)
6
+ # [14.20.0-canary.0a5db80.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/rxbinderutils@14.19.2...@quenty/rxbinderutils@14.20.0-canary.0a5db80.0) (2025-05-10)
7
7
 
8
8
 
9
9
  ### Bug Fixes
10
10
 
11
- * Additional type checking updates ([05ba29a](https://github.com/Quenty/NevermoreEngine/commit/05ba29a03efc9f3feed74b34f1d9dfb237496214))
11
+ * Additional type checking updates ([7e008c5](https://github.com/Quenty/NevermoreEngine/commit/7e008c58547bd00b5904e56541454a38c8d72ccc))
12
12
 
13
13
 
14
14
  ### Features
15
15
 
16
- * Add even more types ([b31717d](https://github.com/Quenty/NevermoreEngine/commit/b31717d8c9f7620c457f5018a2affa760a65334a))
17
-
18
-
19
-
20
-
21
-
22
- ## [14.19.3](https://github.com/Quenty/NevermoreEngine/compare/@quenty/rxbinderutils@14.19.2...@quenty/rxbinderutils@14.19.3) (2025-04-10)
23
-
24
- **Note:** Version bump only for package @quenty/rxbinderutils
16
+ * Add even more types ([0a5db80](https://github.com/Quenty/NevermoreEngine/commit/0a5db8004684dc3e76fd5944599a22602d48cfa9))
25
17
 
26
18
 
27
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/rxbinderutils",
3
- "version": "14.19.4-canary.559.339cfa7.0",
3
+ "version": "14.20.0-canary.0a5db80.0",
4
4
  "description": "Reactive extensions for binders",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -26,16 +26,16 @@
26
26
  "Quenty"
27
27
  ],
28
28
  "dependencies": {
29
- "@quenty/binder": "14.19.4-canary.559.339cfa7.0",
30
- "@quenty/brio": "14.17.4-canary.559.339cfa7.0",
31
- "@quenty/instanceutils": "13.17.4-canary.559.339cfa7.0",
32
- "@quenty/linkutils": "13.17.4-canary.559.339cfa7.0",
33
- "@quenty/loader": "10.8.4-canary.559.339cfa7.0",
34
- "@quenty/maid": "3.4.4-canary.559.339cfa7.0",
35
- "@quenty/rx": "13.17.4-canary.559.339cfa7.0"
29
+ "@quenty/binder": "14.20.0-canary.0a5db80.0",
30
+ "@quenty/brio": "14.18.0-canary.0a5db80.0",
31
+ "@quenty/instanceutils": "13.18.0-canary.0a5db80.0",
32
+ "@quenty/linkutils": "13.18.0-canary.0a5db80.0",
33
+ "@quenty/loader": "10.9.0-canary.0a5db80.0",
34
+ "@quenty/maid": "3.5.0-canary.0a5db80.0",
35
+ "@quenty/rx": "13.18.0-canary.0a5db80.0"
36
36
  },
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "339cfa778736f08768ed7305041f6221faa35bfc"
40
+ "gitHead": "0a5db8004684dc3e76fd5944599a22602d48cfa9"
41
41
  }
@@ -6,11 +6,11 @@
6
6
 
7
7
  local require = require(script.Parent.loader).load(script)
8
8
 
9
- local BinderGroup = require("BinderGroup")
10
- local Maid = require("Maid")
9
+ local RxBinderUtils = require("RxBinderUtils")
11
10
  local Observable = require("Observable")
11
+ local Maid = require("Maid")
12
12
  local Rx = require("Rx")
13
- local RxBinderUtils = require("RxBinderUtils")
13
+ local BinderGroup = require("BinderGroup")
14
14
 
15
15
  local RxBinderGroupUtils = {}
16
16
 
@@ -50,4 +50,4 @@ function RxBinderGroupUtils.observeAllClassesBrio(binderGroup)
50
50
  }) :: any
51
51
  end
52
52
 
53
- return RxBinderGroupUtils
53
+ return RxBinderGroupUtils
@@ -285,4 +285,4 @@ function RxBinderUtils.observeAllArrayBrio<T>(binder: Binder.Binder<T>): Observa
285
285
  end) :: any
286
286
  end
287
287
 
288
- return RxBinderUtils
288
+ return RxBinderUtils