@savvy-web/vitest 1.4.0 → 1.5.1

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.
Files changed (4) hide show
  1. package/index.d.ts +523 -556
  2. package/index.js +783 -517
  3. package/package.json +49 -59
  4. package/tsdoc-metadata.json +11 -11
package/package.json CHANGED
@@ -1,61 +1,51 @@
1
1
  {
2
- "name": "@savvy-web/vitest",
3
- "version": "1.4.0",
4
- "private": false,
5
- "description": "Vitest utility functions for Silk Suite deployment system",
6
- "homepage": "https://github.com/savvy-web/vitest#readme",
7
- "bugs": {
8
- "url": "https://github.com/savvy-web/vitest/issues"
9
- },
10
- "repository": {
11
- "type": "git",
12
- "url": "https://github.com/savvy-web/vitest.git",
13
- "directory": "package"
14
- },
15
- "license": "MIT",
16
- "author": {
17
- "name": "C. Spencer Beggs",
18
- "email": "spencer@savvyweb.systems",
19
- "url": "https://savvyweb.systems"
20
- },
21
- "type": "module",
22
- "exports": {
23
- ".": {
24
- "types": "./index.d.ts",
25
- "import": "./index.js"
26
- }
27
- },
28
- "dependencies": {
29
- "workspace-tools": "0.41.7"
30
- },
31
- "peerDependencies": {
32
- "@types/node": "^25.9.0",
33
- "@typescript/native-preview": "^7.0.0-dev.20260513.1",
34
- "@vitest/coverage-v8": "^4.1.0",
35
- "typescript": "^6.0.0",
36
- "vitest": "^4.1.0",
37
- "vitest-agent-reporter": "^1.3.1"
38
- },
39
- "peerDependenciesMeta": {
40
- "@vitest/coverage-v8": {
41
- "optional": false
42
- },
43
- "vitest": {
44
- "optional": false
45
- },
46
- "vitest-agent-reporter": {
47
- "optional": false
48
- }
49
- },
50
- "files": [
51
- "!tsconfig.json",
52
- "!tsdoc.json",
53
- "!vitest.api.json",
54
- "LICENSE",
55
- "README.md",
56
- "index.d.ts",
57
- "index.js",
58
- "package.json",
59
- "tsdoc-metadata.json"
60
- ]
2
+ "name": "@savvy-web/vitest",
3
+ "version": "1.5.1",
4
+ "private": false,
5
+ "description": "Vitest utility functions for Silk Suite deployment system",
6
+ "homepage": "https://github.com/savvy-web/vitest#readme",
7
+ "bugs": {
8
+ "url": "https://github.com/savvy-web/vitest/issues"
9
+ },
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "https://github.com/savvy-web/vitest.git",
13
+ "directory": "package"
14
+ },
15
+ "license": "MIT",
16
+ "author": {
17
+ "name": "C. Spencer Beggs",
18
+ "email": "spencer@savvyweb.systems",
19
+ "url": "https://savvyweb.systems"
20
+ },
21
+ "type": "module",
22
+ "exports": {
23
+ ".": {
24
+ "types": "./index.d.ts",
25
+ "import": "./index.js"
26
+ },
27
+ "./package.json": "./package.json"
28
+ },
29
+ "dependencies": {
30
+ "workspace-tools": "0.41.7"
31
+ },
32
+ "peerDependencies": {
33
+ "@types/node": "^25.9.0",
34
+ "@typescript/native-preview": "^7.0.0-dev.20260513.1",
35
+ "@vitest/coverage-v8": "^4.1.0",
36
+ "typescript": "^6.0.0",
37
+ "vitest": "^4.1.0",
38
+ "vitest-agent-reporter": "^1.3.1"
39
+ },
40
+ "peerDependenciesMeta": {
41
+ "@vitest/coverage-v8": {
42
+ "optional": false
43
+ },
44
+ "vitest": {
45
+ "optional": false
46
+ },
47
+ "vitest-agent-reporter": {
48
+ "optional": false
49
+ }
50
+ }
61
51
  }
@@ -1,11 +1,11 @@
1
- // This file is read by tools that parse documentation comments conforming to the TSDoc standard.
2
- // It should be published with your NPM package. It should not be tracked by Git.
3
- {
4
- "tsdocVersion": "0.12",
5
- "toolPackages": [
6
- {
7
- "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.58.7"
9
- }
10
- ]
11
- }
1
+ // This file is read by tools that parse documentation comments conforming to the TSDoc standard.
2
+ // It should be published with your NPM package. It should not be tracked by Git.
3
+ {
4
+ "tsdocVersion": "0.12",
5
+ "toolPackages": [
6
+ {
7
+ "packageName": "@microsoft/api-extractor",
8
+ "packageVersion": "7.58.9"
9
+ }
10
+ ]
11
+ }