@warp-drive/legacy 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.
package/dist/unpkg/dev/compat.js
CHANGED
|
@@ -353,7 +353,7 @@ function initializeRuntimeMacrosConfig() {
|
|
|
353
353
|
"features": {
|
|
354
354
|
"ENFORCE_STRICT_RESOURCE_FINALIZATION": false,
|
|
355
355
|
"JSON_API_CACHE_VALIDATION_ERRORS": false,
|
|
356
|
-
"SAMPLE_FEATURE_FLAG":
|
|
356
|
+
"SAMPLE_FEATURE_FLAG": false
|
|
357
357
|
},
|
|
358
358
|
"activeLogging": {
|
|
359
359
|
"DEBUG_RELATIONSHIP_NOTIFICATIONS": true,
|
|
@@ -353,7 +353,7 @@ function initializeRuntimeMacrosConfig() {
|
|
|
353
353
|
"features": {
|
|
354
354
|
"ENFORCE_STRICT_RESOURCE_FINALIZATION": false,
|
|
355
355
|
"JSON_API_CACHE_VALIDATION_ERRORS": false,
|
|
356
|
-
"SAMPLE_FEATURE_FLAG":
|
|
356
|
+
"SAMPLE_FEATURE_FLAG": false
|
|
357
357
|
},
|
|
358
358
|
"activeLogging": {
|
|
359
359
|
"DEBUG_RELATIONSHIP_NOTIFICATIONS": true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@warp-drive/legacy",
|
|
3
|
-
"version": "5.9.0-
|
|
3
|
+
"version": "5.9.0-beta.0",
|
|
4
4
|
"description": "Decommissioned Packages for WarpDrive | Things your app might still want to maintain use of for a little longer.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon"
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
|
-
"@warp-drive/core": "5.9.0-
|
|
44
|
-
"@warp-drive/utilities": "5.9.0-
|
|
43
|
+
"@warp-drive/core": "5.9.0-beta.0",
|
|
44
|
+
"@warp-drive/utilities": "5.9.0-beta.0"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@embroider/macros": "^1.18.1"
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
"@babel/plugin-transform-typescript": "^7.28.0",
|
|
52
52
|
"@babel/preset-typescript": "^7.27.1",
|
|
53
53
|
"@types/jquery": "^3.5.33",
|
|
54
|
-
"@warp-drive/internal-config": "5.9.0-
|
|
55
|
-
"@warp-drive/core": "5.9.0-
|
|
56
|
-
"@warp-drive/utilities": "5.9.0-
|
|
54
|
+
"@warp-drive/internal-config": "5.9.0-beta.0",
|
|
55
|
+
"@warp-drive/core": "5.9.0-beta.0",
|
|
56
|
+
"@warp-drive/utilities": "5.9.0-beta.0",
|
|
57
57
|
"ember-source": "~6.6.0",
|
|
58
58
|
"decorator-transforms": "^2.3.0",
|
|
59
59
|
"expect-type": "^1.2.2",
|