@ember-data-mirror/request-utils 5.6.0-alpha.11 → 5.6.0-alpha.13

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.
@@ -2,6 +2,7 @@ import { deprecate } from '@ember/debug';
2
2
  import { macroCondition, getGlobalConfig, dependencySatisfies, importSync } from '@embroider/macros';
3
3
  import { InflectionRuleDefaults } from '@warp-drive-mirror/utilities/-private';
4
4
  import { plural, singular, irregular, uncountable } from '@warp-drive-mirror/utilities/string';
5
+
5
6
  if (macroCondition(getGlobalConfig().WarpDriveMirror.deprecations.DEPRECATE_EMBER_INFLECTOR)) {
6
7
  if (macroCondition(dependencySatisfies('ember-inflector', '*'))) {
7
8
  const Inflector = importSync('ember-inflector').default;
@@ -185,4 +186,5 @@ if (macroCondition(getGlobalConfig().WarpDriveMirror.deprecations.DEPRECATE_EMBE
185
186
  return originalUncountable.apply(inflector, args);
186
187
  };
187
188
  }
188
- }
189
+ }
190
+ //# sourceMappingURL=deprecation-support.js.map
package/dist/handlers.js CHANGED
@@ -1 +1,2 @@
1
- export * from '@warp-drive-mirror/utilities/handlers';
1
+ export * from '@warp-drive-mirror/utilities/handlers';
2
+ //# sourceMappingURL=handlers.js.map
package/dist/index.js CHANGED
@@ -56,4 +56,6 @@ class LifetimesService extends DefaultCachePolicy {
56
56
  super(config);
57
57
  }
58
58
  }
59
- export { LifetimesService };
59
+
60
+ export { LifetimesService };
61
+ //# sourceMappingURL=index.js.map
package/dist/string.js CHANGED
@@ -1 +1,2 @@
1
- export * from '@warp-drive-mirror/utilities/string';
1
+ export * from '@warp-drive-mirror/utilities/string';
2
+ //# sourceMappingURL=string.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ember-data-mirror/request-utils",
3
3
  "description": "Request Building Utilities for use with EmberData",
4
- "version": "5.6.0-alpha.11",
4
+ "version": "5.6.0-alpha.13",
5
5
  "private": false,
6
6
  "license": "MIT",
7
7
  "author": "Chris Thoburn <runspired@users.noreply.github.com>",
@@ -52,15 +52,15 @@
52
52
  },
53
53
  "dependencies": {
54
54
  "@embroider/macros": "^1.16.12",
55
- "@warp-drive-mirror/core": "5.6.0-alpha.11",
56
- "@warp-drive-mirror/utilities": "5.6.0-alpha.11"
55
+ "@warp-drive-mirror/core": "5.6.0-alpha.13",
56
+ "@warp-drive-mirror/utilities": "5.6.0-alpha.13"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@babel/core": "^7.26.10",
60
60
  "@babel/plugin-transform-typescript": "^7.27.0",
61
61
  "@babel/preset-env": "^7.26.9",
62
62
  "@babel/preset-typescript": "^7.27.0",
63
- "@warp-drive/internal-config": "5.6.0-alpha.11",
63
+ "@warp-drive/internal-config": "5.6.0-alpha.13",
64
64
  "ember-source": "~6.3.0",
65
65
  "ember-inflector": "6.0.0",
66
66
  "typescript": "^5.8.3",