@warp-drive-mirror/utilities 5.7.0-alpha.37 → 5.7.0-alpha.39

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.
@@ -1,7 +1,4 @@
1
1
  import type { QueryParamsSerializationOptions, QueryParamsSource, Serializable } from "@warp-drive-mirror/core/types/params";
2
- // prevents the final constructed object from needing to add
3
- // host and namespace which are provided by the final consuming
4
- // class to the prototype which can result in overwrite errors
5
2
  export interface BuildURLConfig {
6
3
  host: string | null;
7
4
  namespace: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@warp-drive-mirror/utilities",
3
- "version": "5.7.0-alpha.37",
3
+ "version": "5.7.0-alpha.39",
4
4
  "description": "Utilities package for WarpDrive | Things your app might find useful",
5
5
  "keywords": [
6
6
  "ember-addon"
@@ -36,21 +36,21 @@
36
36
  }
37
37
  },
38
38
  "peerDependencies": {
39
- "@warp-drive-mirror/core": "5.7.0-alpha.37"
39
+ "@warp-drive-mirror/core": "5.7.0-alpha.39"
40
40
  },
41
41
  "dependencies": {
42
42
  "@embroider/macros": "^1.18.1"
43
43
  },
44
44
  "devDependencies": {
45
- "@babel/core": "^7.28.0",
45
+ "@babel/core": "^7.28.3",
46
46
  "@babel/plugin-transform-typescript": "^7.28.0",
47
47
  "@babel/preset-typescript": "^7.27.1",
48
- "@warp-drive/internal-config": "5.7.0-alpha.37",
49
- "@warp-drive-mirror/core": "5.7.0-alpha.37",
48
+ "@warp-drive/internal-config": "5.7.0-alpha.39",
49
+ "@warp-drive-mirror/core": "5.7.0-alpha.39",
50
50
  "decorator-transforms": "^2.3.0",
51
- "expect-type": "^1.2.1",
51
+ "expect-type": "^1.2.2",
52
52
  "typescript": "^5.9.2",
53
- "vite": "^7.1.2"
53
+ "vite": "^7.1.3"
54
54
  },
55
55
  "volta": {
56
56
  "extends": "../../../../../../package.json"