@warp-drive/build-config 5.8.0-alpha.30 → 5.8.0-alpha.32
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.
|
@@ -502,9 +502,10 @@ export declare const DEPRECATE_TRACKING_PACKAGE: boolean;
|
|
|
502
502
|
/**
|
|
503
503
|
* <Badge type="warning" text="warp-drive:deprecate-legacy-request-methods" />
|
|
504
504
|
*
|
|
505
|
-
* Deprecates all the
|
|
505
|
+
* Deprecates all the methods that lead to making requests that don't directly
|
|
506
|
+
* use `store.request()` or `manager.request()`.
|
|
506
507
|
*
|
|
507
|
-
*
|
|
508
|
+
* A cheatsheat for moving from various methods to using requests is [available here](https://request-service-cheat-sheet.netlify.app/)
|
|
508
509
|
*
|
|
509
510
|
* @since 5.6
|
|
510
511
|
* @until 6.0
|
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-BUBNGiZ-.js';
|
|
3
|
-
import { C as CURRENT_DEPRECATIONS } from './deprecations-
|
|
3
|
+
import { C as CURRENT_DEPRECATIONS } from './deprecations-vEj59ee0.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)
|
|
@@ -515,9 +515,10 @@ const DEPRECATE_TRACKING_PACKAGE = true;
|
|
|
515
515
|
/**
|
|
516
516
|
* <Badge type="warning" text="warp-drive:deprecate-legacy-request-methods" />
|
|
517
517
|
*
|
|
518
|
-
* Deprecates all the
|
|
518
|
+
* Deprecates all the methods that lead to making requests that don't directly
|
|
519
|
+
* use `store.request()` or `manager.request()`.
|
|
519
520
|
*
|
|
520
|
-
*
|
|
521
|
+
* A cheatsheat for moving from various methods to using requests is [available here](https://request-service-cheat-sheet.netlify.app/)
|
|
521
522
|
*
|
|
522
523
|
* @since 5.6
|
|
523
524
|
* @until 6.0
|
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-vEj59ee0.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@warp-drive/build-config",
|
|
3
|
-
"version": "5.8.0-alpha.
|
|
3
|
+
"version": "5.8.0-alpha.32",
|
|
4
4
|
"description": "Provides Build Configuration for projects using WarpDrive",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-data",
|
|
@@ -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.32",
|
|
47
47
|
"@types/babel__core": "^7.20.5",
|
|
48
48
|
"@types/node": "^20.19.11",
|
|
49
49
|
"@babel/plugin-transform-typescript": "^7.28.0",
|