@quenty/tie 10.26.6 → 10.26.7

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
+ ## [10.26.7](https://github.com/Quenty/NevermoreEngine/compare/@quenty/tie@10.26.6...@quenty/tie@10.26.7) (2026-01-03)
7
+
8
+ **Note:** Version bump only for package @quenty/tie
9
+
10
+
11
+
12
+
13
+
6
14
  ## [10.26.6](https://github.com/Quenty/NevermoreEngine/compare/@quenty/tie@10.26.5...@quenty/tie@10.26.6) (2025-12-31)
7
15
 
8
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/tie",
3
- "version": "10.26.6",
3
+ "version": "10.26.7",
4
4
  "description": "Tie allows interfaces to be defined between Lua OOP and Roblox objects.",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -28,30 +28,30 @@
28
28
  "Quenty"
29
29
  ],
30
30
  "dependencies": {
31
- "@quenty/attributeutils": "^14.20.5",
32
- "@quenty/baseobject": "^10.9.0",
33
- "@quenty/brio": "^14.20.4",
34
- "@quenty/collectionserviceutils": "^8.21.4",
35
- "@quenty/instanceutils": "^13.20.5",
36
- "@quenty/loader": "^10.9.0",
37
- "@quenty/maid": "^3.5.0",
38
- "@quenty/rx": "^13.20.3",
39
- "@quenty/rxsignal": "^7.20.3",
40
- "@quenty/servicebag": "^11.13.3",
41
- "@quenty/statestack": "^14.22.6",
42
- "@quenty/string": "^3.3.3",
31
+ "@quenty/attributeutils": "^14.20.6",
32
+ "@quenty/baseobject": "^10.9.1",
33
+ "@quenty/brio": "^14.20.5",
34
+ "@quenty/collectionserviceutils": "^8.21.5",
35
+ "@quenty/instanceutils": "^13.20.6",
36
+ "@quenty/loader": "^10.9.1",
37
+ "@quenty/maid": "^3.5.1",
38
+ "@quenty/rx": "^13.20.4",
39
+ "@quenty/rxsignal": "^7.20.4",
40
+ "@quenty/servicebag": "^11.13.4",
41
+ "@quenty/statestack": "^14.22.7",
42
+ "@quenty/string": "^3.3.4",
43
43
  "@quenty/symbol": "^3.5.0",
44
44
  "@quenty/table": "^3.8.0",
45
- "@quenty/tuple": "^1.6.0",
46
- "@quenty/valuebaseutils": "^13.20.6",
47
- "@quenty/valueobject": "^13.21.6"
45
+ "@quenty/tuple": "^1.6.1",
46
+ "@quenty/valuebaseutils": "^13.20.7",
47
+ "@quenty/valueobject": "^13.21.7"
48
48
  },
49
49
  "devDependencies": {
50
- "@quenty/promise": "^10.12.3",
51
- "@quenty/signal": "^7.11.2"
50
+ "@quenty/promise": "^10.12.4",
51
+ "@quenty/signal": "^7.11.3"
52
52
  },
53
53
  "publishConfig": {
54
54
  "access": "public"
55
55
  },
56
- "gitHead": "ed3284dd547d8f9922043ca68ed16bf3769806bb"
56
+ "gitHead": "44e41814ddc3c14c3879320a10ed2d8e88103a4c"
57
57
  }
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class TiePropertyDefinition
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class TiePropertyImplementation
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class TiePropertyImplementationUtils
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class TiePropertyInterface
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class TieSignalConnection
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class TieSignalDefinition
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class TieSignalImplementation
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  Interface that mirrors [Signal] API
3
4
 
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  Base class for a member definition/declaration.
3
4
 
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class TieMemberInterface
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[[
2
3
  @class Action
3
4
  ]]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[[
2
3
  @class ActionInterface
3
4
  ]]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[[
2
3
  @class Door
3
4
  ]]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[[
2
3
  @class OpenableInterface
3
4
  ]]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[[
2
3
  @class Window
3
4
  ]]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[[
2
3
  @class ClientMain
3
4
  ]]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[[
2
3
  @class ServerMain
3
4
  ]]