@apigames/sdk-core 23.3.4 → 23.3.6

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.
@@ -261,7 +261,7 @@ class ResourceObject {
261
261
  obj.attributes = this.SerializeAttributesPayload(undefined, this.attributes);
262
262
  }
263
263
  if ((0, json_1.isDefined)(this.relationships)) {
264
- obj.data.relationships = this.SerializeRelationshipsPayload(undefined, this.relationships);
264
+ obj.relationships = this.SerializeRelationshipsPayload(undefined, this.relationships);
265
265
  }
266
266
  (0, json_1.redactUndefinedValues)(obj);
267
267
  return JSON.parse(JSON.stringify(obj));
package/package.json CHANGED
@@ -13,7 +13,7 @@
13
13
  ],
14
14
  "description": "API Games SDK Core",
15
15
  "license": "MIT",
16
- "version": "23.3.4",
16
+ "version": "23.3.6",
17
17
  "main": "lib/index.js",
18
18
  "types": "lib/index.d.ts",
19
19
  "scripts": {
@@ -33,20 +33,20 @@
33
33
  "test:watch": "jest --watch"
34
34
  },
35
35
  "dependencies": {
36
- "@apigames/json": "23.3.2",
37
- "@apigames/rest-client": "23.3.2",
36
+ "@apigames/json": "23.3.4",
37
+ "@apigames/rest-client": "23.3.3",
38
38
  "object-hash": "3.0.0"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/date-and-time": "0.13.0",
42
- "@types/jest": "29.5.5",
43
- "@types/node": "20.8.2",
44
- "@typescript-eslint/eslint-plugin": "6.7.4",
45
- "@typescript-eslint/parser": "6.7.4",
42
+ "@types/jest": "29.5.6",
43
+ "@types/node": "20.8.9",
44
+ "@typescript-eslint/eslint-plugin": "6.9.0",
45
+ "@typescript-eslint/parser": "6.9.0",
46
46
  "date-and-time": "3.0.3",
47
- "eslint": "8.50.0",
47
+ "eslint": "8.52.0",
48
48
  "eslint-config-airbnb": "19.0.4",
49
- "eslint-plugin-import": "2.28.1",
49
+ "eslint-plugin-import": "2.29.0",
50
50
  "eslint-plugin-jsx-a11y": "6.7.1",
51
51
  "eslint-plugin-react": "7.33.2",
52
52
  "eslint-plugin-react-hooks": "4.6.0",