@warp-drive-mirror/json-api 5.9.0-alpha.0 → 5.9.0-beta.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.
@@ -979,7 +979,7 @@ function initializeRuntimeMacrosConfig() {
979
979
  "features": {
980
980
  "ENFORCE_STRICT_RESOURCE_FINALIZATION": false,
981
981
  "JSON_API_CACHE_VALIDATION_ERRORS": false,
982
- "SAMPLE_FEATURE_FLAG": null
982
+ "SAMPLE_FEATURE_FLAG": false
983
983
  },
984
984
  "activeLogging": {
985
985
  "DEBUG_RELATIONSHIP_NOTIFICATIONS": true,
@@ -979,7 +979,7 @@ function initializeRuntimeMacrosConfig() {
979
979
  "features": {
980
980
  "ENFORCE_STRICT_RESOURCE_FINALIZATION": false,
981
981
  "JSON_API_CACHE_VALIDATION_ERRORS": false,
982
- "SAMPLE_FEATURE_FLAG": null
982
+ "SAMPLE_FEATURE_FLAG": false
983
983
  },
984
984
  "activeLogging": {
985
985
  "DEBUG_RELATIONSHIP_NOTIFICATIONS": true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@warp-drive-mirror/json-api",
3
- "version": "5.9.0-alpha.0",
3
+ "version": "5.9.0-beta.0",
4
4
  "description": "A {json:api} Cache Implementation for WarpDrive",
5
5
  "keywords": [
6
6
  "ember-addon"
@@ -40,7 +40,7 @@
40
40
  }
41
41
  },
42
42
  "peerDependencies": {
43
- "@warp-drive-mirror/core": "5.9.0-alpha.0"
43
+ "@warp-drive-mirror/core": "5.9.0-beta.0"
44
44
  },
45
45
  "dependencies": {
46
46
  "@embroider/macros": "^1.18.1",
@@ -52,8 +52,8 @@
52
52
  "@babel/plugin-transform-typescript": "^7.28.0",
53
53
  "@babel/preset-typescript": "^7.27.1",
54
54
  "@types/json-to-ast": "^2.1.4",
55
- "@warp-drive/internal-config": "5.9.0-alpha.0",
56
- "@warp-drive-mirror/core": "5.9.0-alpha.0",
55
+ "@warp-drive/internal-config": "5.9.0-beta.0",
56
+ "@warp-drive-mirror/core": "5.9.0-beta.0",
57
57
  "decorator-transforms": "^2.3.0",
58
58
  "expect-type": "^1.2.2",
59
59
  "typescript": "^5.9.2",