@warp-drive-mirror/build-config 5.8.0-alpha.6 → 5.8.0-alpha.8
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/README.md
CHANGED
|
@@ -450,7 +450,7 @@ export declare const ENABLE_LEGACY_SCHEMA_SERVICE: boolean;
|
|
|
450
450
|
*
|
|
451
451
|
* This deprecation can be resolved by removing usage of ember-inflector or by using
|
|
452
452
|
* both ember-inflector and @ember-data-mirror/request-utils in parallel and updating your
|
|
453
|
-
*
|
|
453
|
+
* WarpDrive build config to mark the deprecation as resolved
|
|
454
454
|
* in ember-cli-build
|
|
455
455
|
*
|
|
456
456
|
* ```js
|
package/dist/babel-macros.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { L as LOGGING } from './debugging-DgRWKeE4.js';
|
|
2
2
|
import { C as CURRENT_FEATURES } from './canary-features-BM0to_ys.js';
|
|
3
|
-
import { C as CURRENT_DEPRECATIONS } from './deprecations-
|
|
3
|
+
import { C as CURRENT_DEPRECATIONS } from './deprecations-3a6psrPz.js';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Babel plugins that convert constants and expressions into [macroConditions](https://www.npmjs.com/package/@embroider/macros#the-macros)
|
|
@@ -461,7 +461,7 @@ const ENABLE_LEGACY_SCHEMA_SERVICE = true;
|
|
|
461
461
|
*
|
|
462
462
|
* This deprecation can be resolved by removing usage of ember-inflector or by using
|
|
463
463
|
* both ember-inflector and @ember-data-mirror/request-utils in parallel and updating your
|
|
464
|
-
*
|
|
464
|
+
* WarpDrive build config to mark the deprecation as resolved
|
|
465
465
|
* in ember-cli-build
|
|
466
466
|
*
|
|
467
467
|
* ```js
|
package/dist/deprecations.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { D as DEPRECATE_CATCH_ALL, a as DEPRECATE_COMPUTED_CHAINS, i as DEPRECATE_EMBER_INFLECTOR, d as DEPRECATE_LEGACY_IMPORTS, g as DEPRECATE_MANY_ARRAY_DUPLICATES, c as DEPRECATE_NON_STRICT_ID, b as DEPRECATE_NON_STRICT_TYPES, e as DEPRECATE_NON_UNIQUE_PAYLOADS, f as DEPRECATE_RELATIONSHIP_REMOTE_UPDATE_CLEARING_LOCAL_STATE, h as DEPRECATE_STORE_EXTENDS_EMBER_OBJECT, j as DEPRECATE_TRACKING_PACKAGE, l as DISABLE_7X_DEPRECATIONS, k as ENABLE_LEGACY_REQUEST_METHODS, E as ENABLE_LEGACY_SCHEMA_SERVICE } from './deprecations-
|
|
1
|
+
export { D as DEPRECATE_CATCH_ALL, a as DEPRECATE_COMPUTED_CHAINS, i as DEPRECATE_EMBER_INFLECTOR, d as DEPRECATE_LEGACY_IMPORTS, g as DEPRECATE_MANY_ARRAY_DUPLICATES, c as DEPRECATE_NON_STRICT_ID, b as DEPRECATE_NON_STRICT_TYPES, e as DEPRECATE_NON_UNIQUE_PAYLOADS, f as DEPRECATE_RELATIONSHIP_REMOTE_UPDATE_CLEARING_LOCAL_STATE, h as DEPRECATE_STORE_EXTENDS_EMBER_OBJECT, j as DEPRECATE_TRACKING_PACKAGE, l as DISABLE_7X_DEPRECATIONS, k as ENABLE_LEGACY_REQUEST_METHODS, E as ENABLE_LEGACY_SCHEMA_SERVICE } from './deprecations-3a6psrPz.js';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@warp-drive-mirror/build-config",
|
|
3
|
-
"version": "5.8.0-alpha.
|
|
4
|
-
"description": "Provides Build Configuration for projects using WarpDrive
|
|
3
|
+
"version": "5.8.0-alpha.8",
|
|
4
|
+
"description": "Provides Build Configuration for projects using WarpDrive",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-data-mirror",
|
|
7
7
|
"warp-drive"
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"semver": "^7.7.2"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@warp-drive/internal-config": "5.8.0-alpha.
|
|
46
|
+
"@warp-drive/internal-config": "5.8.0-alpha.8",
|
|
47
47
|
"@types/babel__core": "^7.20.5",
|
|
48
48
|
"@types/node": "^20.19.11",
|
|
49
49
|
"@babel/plugin-transform-typescript": "^7.28.0",
|