@quenty/rxbinderutils 14.20.0-canary.559.b31717d.0 → 14.20.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,7 +3,7 @@
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.20.0-canary.559.b31717d.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/rxbinderutils@14.19.3...@quenty/rxbinderutils@14.20.0-canary.559.b31717d.0) (2025-05-10)
6
+ # [14.20.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/rxbinderutils@14.19.3...@quenty/rxbinderutils@14.20.0) (2025-05-10)
7
7
 
8
8
 
9
9
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/rxbinderutils",
3
- "version": "14.20.0-canary.559.b31717d.0",
3
+ "version": "14.20.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.20.0-canary.559.b31717d.0",
30
- "@quenty/brio": "14.18.0-canary.559.b31717d.0",
31
- "@quenty/instanceutils": "13.18.0-canary.559.b31717d.0",
32
- "@quenty/linkutils": "13.18.0-canary.559.b31717d.0",
33
- "@quenty/loader": "10.8.3",
34
- "@quenty/maid": "3.4.3",
35
- "@quenty/rx": "13.18.0-canary.559.b31717d.0"
29
+ "@quenty/binder": "^14.20.0",
30
+ "@quenty/brio": "^14.18.0",
31
+ "@quenty/instanceutils": "^13.18.0",
32
+ "@quenty/linkutils": "^13.18.0",
33
+ "@quenty/loader": "^10.9.0",
34
+ "@quenty/maid": "^3.5.0",
35
+ "@quenty/rx": "^13.18.0"
36
36
  },
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "b31717d8c9f7620c457f5018a2affa760a65334a"
40
+ "gitHead": "20cff952c2cf06b959f2f11d2293bdef38acc604"
41
41
  }
@@ -6,11 +6,11 @@
6
6
 
7
7
  local require = require(script.Parent.loader).load(script)
8
8
 
9
- local RxBinderUtils = require("RxBinderUtils")
10
- local Observable = require("Observable")
9
+ local BinderGroup = require("BinderGroup")
11
10
  local Maid = require("Maid")
11
+ local Observable = require("Observable")
12
12
  local Rx = require("Rx")
13
- local BinderGroup = require("BinderGroup")
13
+ local RxBinderUtils = require("RxBinderUtils")
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