@quenty/adorneedata 7.36.0 → 7.38.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,16 @@
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
+ # [7.38.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/adorneedata@7.37.0...@quenty/adorneedata@7.38.0) (2026-07-23)
7
+
8
+ **Note:** Version bump only for package @quenty/adorneedata
9
+
10
+ # [7.37.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/adorneedata@7.36.0...@quenty/adorneedata@7.37.0) (2026-07-20)
11
+
12
+ ### Features
13
+
14
+ - Datastore keys and error messages ([0fb1380](https://github.com/Quenty/NevermoreEngine/commit/0fb1380735d601b4a8ced180c38d3470aa1b1916))
15
+
6
16
  # [7.36.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/adorneedata@7.35.0...@quenty/adorneedata@7.36.0) (2026-07-18)
7
17
 
8
18
  **Note:** Version bump only for package @quenty/adorneedata
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/adorneedata",
3
- "version": "7.36.0",
3
+ "version": "7.38.0",
4
4
  "description": "Bridges attributes and serialization",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -28,18 +28,18 @@
28
28
  "Quenty"
29
29
  ],
30
30
  "dependencies": {
31
- "@quenty/attributeutils": "14.32.0",
31
+ "@quenty/attributeutils": "14.33.0",
32
32
  "@quenty/defaultvalueutils": "1.4.1",
33
33
  "@quenty/ducktype": "5.11.0",
34
34
  "@quenty/loader": "10.11.0",
35
- "@quenty/rx": "13.30.0",
36
- "@quenty/rxsignal": "7.30.0",
35
+ "@quenty/rx": "13.31.0",
36
+ "@quenty/rxsignal": "7.31.0",
37
37
  "@quenty/table": "3.9.2",
38
- "@quenty/valueobject": "13.33.0",
38
+ "@quenty/valueobject": "13.34.0",
39
39
  "@quentystudios/t": "^3.0.0"
40
40
  },
41
41
  "publishConfig": {
42
42
  "access": "public"
43
43
  },
44
- "gitHead": "647acfad93dca41c38f59cda247d2bfc0fff36d4"
44
+ "gitHead": "1de37218a2bedb8e3f8614a2e09bba9eddc812da"
45
45
  }
@@ -129,7 +129,7 @@ function AdorneeDataValue:__newindex(index, newValue)
129
129
  if attributeValues[key] then
130
130
  attributeValues[key].Value = value
131
131
  else
132
- error("%s is not a valid member of AttributeValue")
132
+ error(string.format("%s is not a valid member of AttributeValue", key))
133
133
  end
134
134
  end
135
135
  else