@quenty/rogue-properties 11.30.7-canary.ba2274e.0 → 11.30.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.
Files changed (25) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +27 -27
  3. package/src/Shared/Array/RoguePropertyArrayConstants.lua +1 -0
  4. package/src/Shared/Array/RoguePropertyArrayUtils.lua +1 -0
  5. package/src/Shared/Cache/RoguePropertyCache.lua +1 -0
  6. package/src/Shared/Cache/RoguePropertyCacheService.lua +1 -0
  7. package/src/Shared/Definition/RoguePropertyDefinition.lua +1 -0
  8. package/src/Shared/Definition/RoguePropertyDefinitionArrayHelper.lua +1 -0
  9. package/src/Shared/Definition/RoguePropertyTableDefinition.lua +1 -0
  10. package/src/Shared/Implementation/RogueProperty.lua +1 -0
  11. package/src/Shared/Implementation/RoguePropertyArrayHelper.lua +1 -0
  12. package/src/Shared/Implementation/RoguePropertyTable.lua +1 -0
  13. package/src/Shared/Implementation/RoguePropertyUtils.lua +1 -0
  14. package/src/Shared/Modifiers/Implementations/RogueAdditive.lua +1 -0
  15. package/src/Shared/Modifiers/Implementations/RogueModifierBase.lua +1 -0
  16. package/src/Shared/Modifiers/Implementations/RogueMultiplier.lua +1 -0
  17. package/src/Shared/Modifiers/Implementations/RogueSetter.lua +1 -0
  18. package/src/Shared/Modifiers/RogueModifierInterface.lua +1 -0
  19. package/src/Shared/Modifiers/RoguePropertyModifierData.lua +1 -0
  20. package/src/Shared/RoguePropertyBaseValueTypeUtils.lua +1 -0
  21. package/src/Shared/RoguePropertyBaseValueTypes.lua +1 -0
  22. package/src/Shared/RoguePropertyConstants.lua +1 -0
  23. package/src/Shared/RoguePropertyService.lua +1 -0
  24. package/test/scripts/Client/ClientMain.client.lua +1 -0
  25. package/test/scripts/Server/ServerMain.server.lua +1 -0
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
- ## [11.30.7-canary.ba2274e.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/rogue-properties@11.30.6...@quenty/rogue-properties@11.30.7-canary.ba2274e.0) (2026-01-02)
6
+ ## [11.30.7](https://github.com/Quenty/NevermoreEngine/compare/@quenty/rogue-properties@11.30.6...@quenty/rogue-properties@11.30.7) (2026-01-03)
7
7
 
8
8
  **Note:** Version bump only for package @quenty/rogue-properties
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/rogue-properties",
3
- "version": "11.30.7-canary.ba2274e.0",
3
+ "version": "11.30.7",
4
4
  "description": "Roguelike properties which can be modified by external provides",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -24,35 +24,35 @@
24
24
  "Quenty"
25
25
  ],
26
26
  "dependencies": {
27
- "@quenty/adorneedata": "7.22.6",
28
- "@quenty/attributeutils": "14.20.5",
29
- "@quenty/baseobject": "10.9.0",
30
- "@quenty/binder": "14.25.7-canary.ba2274e.0",
31
- "@quenty/brio": "14.20.4",
32
- "@quenty/defaultvalueutils": "1.2.2",
33
- "@quenty/ducktype": "5.9.0",
34
- "@quenty/instanceutils": "13.20.5",
35
- "@quenty/jsonutils": "10.12.3",
36
- "@quenty/linkutils": "13.20.5",
37
- "@quenty/loader": "10.9.0",
38
- "@quenty/maid": "3.5.0",
39
- "@quenty/observablecollection": "12.24.6",
40
- "@quenty/remoting": "12.21.5",
41
- "@quenty/rx": "13.20.3",
42
- "@quenty/rxbinderutils": "14.25.7-canary.ba2274e.0",
43
- "@quenty/rxsignal": "7.20.3",
44
- "@quenty/servicebag": "11.13.3",
45
- "@quenty/signal": "7.11.2",
46
- "@quenty/spring": "10.9.1",
47
- "@quenty/string": "3.3.3",
48
- "@quenty/table": "3.8.0",
49
- "@quenty/tie": "10.26.6",
50
- "@quenty/valuebaseutils": "13.20.6",
51
- "@quenty/valueobject": "13.21.6",
27
+ "@quenty/adorneedata": "^7.22.7",
28
+ "@quenty/attributeutils": "^14.20.6",
29
+ "@quenty/baseobject": "^10.9.1",
30
+ "@quenty/binder": "^14.25.7",
31
+ "@quenty/brio": "^14.20.5",
32
+ "@quenty/defaultvalueutils": "^1.2.2",
33
+ "@quenty/ducktype": "^5.9.1",
34
+ "@quenty/instanceutils": "^13.20.6",
35
+ "@quenty/jsonutils": "^10.12.4",
36
+ "@quenty/linkutils": "^13.20.6",
37
+ "@quenty/loader": "^10.9.1",
38
+ "@quenty/maid": "^3.5.1",
39
+ "@quenty/observablecollection": "^12.24.7",
40
+ "@quenty/remoting": "^12.21.6",
41
+ "@quenty/rx": "^13.20.4",
42
+ "@quenty/rxbinderutils": "^14.25.7",
43
+ "@quenty/rxsignal": "^7.20.4",
44
+ "@quenty/servicebag": "^11.13.4",
45
+ "@quenty/signal": "^7.11.3",
46
+ "@quenty/spring": "^10.9.2",
47
+ "@quenty/string": "^3.3.4",
48
+ "@quenty/table": "^3.8.0",
49
+ "@quenty/tie": "^10.26.7",
50
+ "@quenty/valuebaseutils": "^13.20.7",
51
+ "@quenty/valueobject": "^13.21.7",
52
52
  "@quentystudios/t": "^3.0.0"
53
53
  },
54
54
  "publishConfig": {
55
55
  "access": "public"
56
56
  },
57
- "gitHead": "ba2274ec070356518a157d80f912b05de9f74451"
57
+ "gitHead": "44e41814ddc3c14c3879320a10ed2d8e88103a4c"
58
58
  }
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class RoguePropertyArrayConstants
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class RoguePropertyArrayUtils
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  Utility class that helps cache rogue properties per an instance
3
4
 
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  Constructing a new rogue property/rogue property table can be expensive.
3
4
  This caches it so frame-usage is cheap.
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class RoguePropertyDefinition
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class RoguePropertyDefinitionArrayHelper
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  This holds the definition for a variety of tables.
3
4
  @class RoguePropertyTableDefinition
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class RogueProperty
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class RoguePropertyArrayHelper
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class RoguePropertyTable
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class RoguePropertyUtils
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class RogueAdditive
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class RogueModifierBase
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class RogueMultiplier
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class RogueSetter
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class RogueModifierInterface
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class RoguePropertyModifierData
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class RoguePropertyBaseValueTypeUtils
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class RoguePropertyBaseValueTypes
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  @class RoguePropertyConstants
3
4
  ]=]
@@ -1,3 +1,4 @@
1
+ --!nonstrict
1
2
  --[=[
2
3
  This service handles the observable part of a rogue property which allows for us to listen
3
4
  for all of these additives and multipliers in a centralized location.
@@ -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
  ]]