vitest-browser-angular 0.0.3 → 0.0.4

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,4 +1,4 @@
1
- import { i as render, n as RenderResult, r as cleanup, t as RenderFn } from "./pure-CheJC9ys.js";
1
+ import { i as render, n as RenderResult, r as cleanup, t as RenderFn } from "./pure-DuuxgQMT.mjs";
2
2
 
3
3
  //#region src/index.d.ts
4
4
  declare module "vitest/browser" {
@@ -1,4 +1,4 @@
1
- import { n as render, t as cleanup } from "./pure-BCQUoZ4o.js";
1
+ import { n as render, t as cleanup } from "./pure-J6VXh4xd.mjs";
2
2
  import { beforeEach } from "vitest";
3
3
  import { page } from "vitest/browser";
4
4
 
@@ -0,0 +1,2 @@
1
+ import { i as render, n as RenderResult, r as cleanup, t as RenderFn } from "./pure-DuuxgQMT.mjs";
2
+ export { RenderFn, RenderResult, cleanup, render };
package/dist/pure.mjs ADDED
@@ -0,0 +1,3 @@
1
+ import { n as render, t as cleanup } from "./pure-J6VXh4xd.mjs";
2
+
3
+ export { cleanup, render };
@@ -0,0 +1,2 @@
1
+ import "@angular/compiler";
2
+ import "@analogjs/vitest-angular/setup-zone";
@@ -1,4 +1,4 @@
1
- import { t as setupAngularTestEnvironment } from "./setup-DUx6xbqk.js";
1
+ import { t as setupAngularTestEnvironment } from "./setup-CcdUOv69.mjs";
2
2
  import "@angular/compiler";
3
3
  import "@analogjs/vitest-angular/setup-zone";
4
4
 
package/dist/setup.mjs ADDED
@@ -0,0 +1,3 @@
1
+ import { t as setupAngularTestEnvironment } from "./setup-CcdUOv69.mjs";
2
+
3
+ export { setupAngularTestEnvironment };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vitest-browser-angular",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "Render Angular components in VItest Browser Mode",
5
5
  "author": "Shai Reznik (HiRez.io)",
6
6
  "license": "MIT",
@@ -21,17 +21,17 @@
21
21
  "type": "module",
22
22
  "exports": {
23
23
  ".": {
24
- "types": "./dist/index.d.ts",
25
- "default": "./dist/index.js"
24
+ "types": "./dist/index.d.mts",
25
+ "default": "./dist/index.mjs"
26
26
  },
27
27
  "./setup-zones": {
28
- "types": "./dist/setup-zones.d.ts",
29
- "default": "./dist/setup-zones.js"
28
+ "types": "./dist/setup-zones.d.mts",
29
+ "default": "./dist/setup-zones.mjs"
30
30
  }
31
31
  },
32
- "main": "./dist/index.js",
33
- "module": "./dist/index.js",
34
- "types": "./dist/index.d.ts",
32
+ "main": "./dist/index.mjs",
33
+ "module": "./dist/index.mjs",
34
+ "types": "./dist/index.d.mts",
35
35
  "files": [
36
36
  "*.d.ts",
37
37
  "*.mjs",
@@ -71,7 +71,7 @@
71
71
  "prettier": "^3.6.2",
72
72
  "pretty-quick": "^4.2.2",
73
73
  "simple-git-hooks": "^2.13.1",
74
- "tsdown": "^0.14.2",
74
+ "tsdown": "^0.16.2",
75
75
  "tsx": "^4.17.0",
76
76
  "typescript": "^5.5.4",
77
77
  "typescript-eslint": "^8.42.0",
@@ -1,2 +0,0 @@
1
- import { i as render, n as RenderResult, r as cleanup, t as RenderFn } from "./pure-CheJC9ys.js";
2
- export { RenderFn, RenderResult, cleanup, render };
package/dist/pure.js DELETED
@@ -1,3 +0,0 @@
1
- import { n as render, t as cleanup } from "./pure-BCQUoZ4o.js";
2
-
3
- export { cleanup, render };
@@ -1,3 +0,0 @@
1
- import "@angular/compiler";
2
- import "@analogjs/vitest-angular/setup-zone";
3
- export {};
package/dist/setup.js DELETED
@@ -1,3 +0,0 @@
1
- import { t as setupAngularTestEnvironment } from "./setup-DUx6xbqk.js";
2
-
3
- export { setupAngularTestEnvironment };
File without changes
File without changes
File without changes