@analogjs/vitest-angular 2.3.0-beta.13 → 2.3.0-beta.14
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/package.json
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const ANALOG_JS_VITE_PLUGIN_ANGULAR = "^2.3.0-beta.
|
|
1
|
+
export declare const ANALOG_JS_VITE_PLUGIN_ANGULAR = "^2.3.0-beta.14";
|
|
2
2
|
export declare const JSDOM = "^22.0.0";
|
|
3
3
|
export declare const VITE_TSCONFIG_PATHS = "^4.2.0";
|
|
4
4
|
export declare const VITE = "^7.0.0";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PLAYWRIGHT = exports.VITEST_BROWSER_PLAYWRIGHT = exports.VITEST_V4 = exports.VITE = exports.VITE_TSCONFIG_PATHS = exports.JSDOM = exports.ANALOG_JS_VITE_PLUGIN_ANGULAR = void 0;
|
|
4
4
|
// Version constants (Angular 20+)
|
|
5
|
-
exports.ANALOG_JS_VITE_PLUGIN_ANGULAR = '^2.3.0-beta.
|
|
5
|
+
exports.ANALOG_JS_VITE_PLUGIN_ANGULAR = '^2.3.0-beta.14';
|
|
6
6
|
exports.JSDOM = '^22.0.0';
|
|
7
7
|
exports.VITE_TSCONFIG_PATHS = '^4.2.0';
|
|
8
8
|
exports.VITE = '^7.0.0';
|