@warp-drive/core 5.10.0-alpha.8 → 5.10.0-alpha.9
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/dist/types/-private.js
CHANGED
|
@@ -2,7 +2,7 @@ import { getGlobalConfig, macroCondition } from "@embroider/macros";
|
|
|
2
2
|
|
|
3
3
|
//#region src/types/-private.ts
|
|
4
4
|
const name = "@warp-drive/core";
|
|
5
|
-
const version = "5.10.0-alpha.
|
|
5
|
+
const version = "5.10.0-alpha.9";
|
|
6
6
|
const GlobalRef = globalThis;
|
|
7
7
|
const UniversalCache = GlobalRef.__warpDrive_universalCache = GlobalRef.__warpDrive_universalCache ?? {};
|
|
8
8
|
GlobalRef[name] = GlobalRef[name] ?? { __version: version };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
//#region src/types/-private.ts
|
|
2
2
|
const name = "@warp-drive/core";
|
|
3
|
-
const version = "5.10.0-alpha.
|
|
3
|
+
const version = "5.10.0-alpha.9";
|
|
4
4
|
const GlobalRef = globalThis;
|
|
5
5
|
const UniversalCache = GlobalRef.__warpDrive_universalCache = GlobalRef.__warpDrive_universalCache ?? {};
|
|
6
6
|
GlobalRef[name] = GlobalRef[name] ?? { __version: version };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
//#region src/types/-private.ts
|
|
2
2
|
const name = "@warp-drive/core";
|
|
3
|
-
const version = "5.10.0-alpha.
|
|
3
|
+
const version = "5.10.0-alpha.9";
|
|
4
4
|
const GlobalRef = globalThis;
|
|
5
5
|
const UniversalCache = GlobalRef.__warpDrive_universalCache = GlobalRef.__warpDrive_universalCache ?? {};
|
|
6
6
|
GlobalRef[name] = GlobalRef[name] ?? { __version: version };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
//#region src/types/-private.ts
|
|
2
2
|
const name = "@warp-drive/core";
|
|
3
|
-
const version = "5.10.0-alpha.
|
|
3
|
+
const version = "5.10.0-alpha.9";
|
|
4
4
|
const GlobalRef = globalThis;
|
|
5
5
|
const UniversalCache = GlobalRef.__warpDrive_universalCache = GlobalRef.__warpDrive_universalCache ?? {};
|
|
6
6
|
GlobalRef[name] = GlobalRef[name] ?? { __version: version };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
//#region src/types/-private.ts
|
|
2
2
|
const name = "@warp-drive/core";
|
|
3
|
-
const version = "5.10.0-alpha.
|
|
3
|
+
const version = "5.10.0-alpha.9";
|
|
4
4
|
const GlobalRef = globalThis;
|
|
5
5
|
const UniversalCache = GlobalRef.__warpDrive_universalCache = GlobalRef.__warpDrive_universalCache ?? {};
|
|
6
6
|
GlobalRef[name] = GlobalRef[name] ?? { __version: version };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@warp-drive/core",
|
|
3
|
-
"version": "5.10.0-alpha.
|
|
3
|
+
"version": "5.10.0-alpha.9",
|
|
4
4
|
"description": "Core package for WarpDrive | All the Universal Basics",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon"
|
|
@@ -44,18 +44,18 @@
|
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@embroider/macros": "^1.21.1",
|
|
47
|
-
"@warp-drive/build-config": "5.10.0-alpha.
|
|
47
|
+
"@warp-drive/build-config": "5.10.0-alpha.9"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@babel/core": "^7.29.7",
|
|
51
|
-
"@babel/plugin-transform-typescript": "^7.29.
|
|
51
|
+
"@babel/plugin-transform-typescript": "^7.29.9",
|
|
52
52
|
"@babel/preset-typescript": "^7.29.7",
|
|
53
|
-
"@warp-drive/internal-config": "5.10.0-alpha.
|
|
53
|
+
"@warp-drive/internal-config": "5.10.0-alpha.9",
|
|
54
54
|
"decorator-transforms": "^2.4.0",
|
|
55
55
|
"ember-source": "~7.3.0",
|
|
56
56
|
"expect-type": "^1.4.0",
|
|
57
57
|
"tsdown": "^0.23.0",
|
|
58
|
-
"typescript-7": "npm:typescript@7.1.0-dev.
|
|
58
|
+
"typescript-7": "npm:typescript@7.1.0-dev.20260919.1"
|
|
59
59
|
},
|
|
60
60
|
"ember-addon": {
|
|
61
61
|
"main": "addon-main.cjs",
|