@warp-drive-mirror/build-config 5.8.0-alpha.6 → 5.8.0-alpha.7

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
@@ -51,7 +51,7 @@ module.exports = async function (defaults) {
51
51
  const app = new EmberApp(defaults, {});
52
52
 
53
53
  setConfig(app, __dirname, {
54
- // WarpDrive/EmberData settings go here (if any)
54
+ // WarpDrive settings go here (if any)
55
55
  });
56
56
 
57
57
  return app.toTree();
@@ -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
- * EmberData/WarpDrive build config to mark the deprecation as resolved
453
+ * WarpDrive build config to mark the deprecation as resolved
454
454
  * in ember-cli-build
455
455
  *
456
456
  * ```js
@@ -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-DitCVLCo.js';
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
- * EmberData/WarpDrive build config to mark the deprecation as resolved
464
+ * WarpDrive build config to mark the deprecation as resolved
465
465
  * in ember-cli-build
466
466
  *
467
467
  * ```js
@@ -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-DitCVLCo.js';
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.6",
4
- "description": "Provides Build Configuration for projects using WarpDrive or EmberData",
3
+ "version": "5.8.0-alpha.7",
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.6",
46
+ "@warp-drive/internal-config": "5.8.0-alpha.7",
47
47
  "@types/babel__core": "^7.20.5",
48
48
  "@types/node": "^20.19.11",
49
49
  "@babel/plugin-transform-typescript": "^7.28.0",