@warp-drive/experiments 0.2.5-alpha.38 → 0.2.5-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.
@@ -8,6 +8,5 @@ type RobustError = Error & {
8
8
  errors?: ApiError[];
9
9
  content?: unknown;
10
10
  };
11
- // TODO @runspired, consider if we should deep freeze errors (potentially only in debug) vs cloning them
12
11
  export declare function cloneError(error: RobustError): RobustError;
13
12
  export {};
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@warp-drive/experiments",
3
3
  "description": "Experimental features for EmberData/WarpDrive",
4
- "version": "0.2.5-alpha.38",
4
+ "version": "0.2.5-alpha.39",
5
5
  "license": "MIT",
6
6
  "author": "Chris Thoburn <runspired@users.noreply.github.com>",
7
7
  "repository": {
@@ -44,7 +44,7 @@
44
44
  ],
45
45
  "peerDependencies": {
46
46
  "@sqlite.org/sqlite-wasm": "3.46.0-build2",
47
- "@warp-drive/core": "5.7.0-alpha.38"
47
+ "@warp-drive/core": "5.7.0-alpha.39"
48
48
  },
49
49
  "peerDependenciesMeta": {
50
50
  "@sqlite.org/sqlite-wasm": {
@@ -55,15 +55,15 @@
55
55
  "@embroider/macros": "^1.18.1"
56
56
  },
57
57
  "devDependencies": {
58
- "@babel/core": "^7.28.0",
58
+ "@babel/core": "^7.28.3",
59
59
  "@babel/plugin-transform-typescript": "^7.28.0",
60
- "@babel/preset-env": "^7.28.0",
60
+ "@babel/preset-env": "^7.28.3",
61
61
  "@babel/preset-typescript": "^7.27.1",
62
- "@warp-drive/internal-config": "5.7.0-alpha.38",
63
- "@warp-drive/core": "5.7.0-alpha.38",
62
+ "@warp-drive/internal-config": "5.7.0-alpha.39",
63
+ "@warp-drive/core": "5.7.0-alpha.39",
64
64
  "@sqlite.org/sqlite-wasm": "3.46.0-build2",
65
65
  "typescript": "^5.9.2",
66
- "vite": "^7.1.2"
66
+ "vite": "^7.1.3"
67
67
  },
68
68
  "volta": {
69
69
  "extends": "../../package.json"