@knapsack/spec-utils 4.78.5 → 4.78.6

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
1
 
2
- > @knapsack/spec-utils@4.78.4 build /home/runner/work/app-monorepo/app-monorepo/apps/client/libs/spec-utils
2
+ > @knapsack/spec-utils@4.78.5 build /home/runner/work/app-monorepo/app-monorepo/apps/client/libs/spec-utils
3
3
  > tsc
4
4
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @knapsack/spec-utils@4.78.4 lint /home/runner/work/app-monorepo/app-monorepo/apps/client/libs/spec-utils
2
+ > @knapsack/spec-utils@4.78.5 lint /home/runner/work/app-monorepo/app-monorepo/apps/client/libs/spec-utils
3
3
  > eslint ./
4
4
 
@@ -1,31 +1,31 @@
1
1
 
2
- > @knapsack/spec-utils@4.78.4 test /home/runner/work/app-monorepo/app-monorepo/apps/client/libs/spec-utils
2
+ > @knapsack/spec-utils@4.78.5 test /home/runner/work/app-monorepo/app-monorepo/apps/client/libs/spec-utils
3
3
  > vitest run
4
4
 
5
5
 
6
6
   RUN  v3.0.9 /home/runner/work/app-monorepo/app-monorepo/apps/client/libs/spec-utils
7
7
  Coverage enabled with v8
8
8
 
9
- ✓ src/convert-to-spec.vtest.ts (4 tests) 6ms
10
- ✓ src/get-ts-config.vtest.ts (1 test) 32ms
11
- ✓ src/resolve.vtest.ts (6 tests) 33ms
9
+ ✓ src/convert-to-spec.vtest.ts (4 tests) 5ms
12
10
  ✓ src/utils.vtest.ts (3 tests) 5ms
13
- ✓ src/analyze-exports.vtest.ts (20 tests) 2274ms
14
- ✓ analyze-exports tests for .ts files > gets export names 1097ms
15
- ✓ analyze-exports tests for .d.ts files > gets export names 1165ms
16
- ✓ src/analyze-exports.sandbox-components.vtest.ts (2 tests) 5963ms
17
- ✓ analyze-exports sandbox components > analyzes react exports 2289ms
18
- ✓ analyze-exports sandbox components > analyzes angular exports 3672ms
19
- ✓ src/align/align.vtest.ts (8 tests) 7847ms
20
- ✓ '@knapsack/sandbox-components/react' > finds same export names in ts and js 2089ms
21
- ✓ '@knapsack/angular-sandbox-components' > finds same export names in ts and js 1635ms
22
- ✓ '@mui/material' > finds same export names in ts and js 2321ms
23
- ✓ '@knapsack/utils' > finds same export names in ts and js 1752ms
11
+ ✓ src/resolve.vtest.ts (6 tests) 30ms
12
+ ✓ src/get-ts-config.vtest.ts (1 test) 34ms
13
+ ✓ src/analyze-exports.vtest.ts (20 tests) 2221ms
14
+ ✓ analyze-exports tests for .ts files > gets export names 1106ms
15
+ ✓ analyze-exports tests for .d.ts files > gets export names 1108ms
16
+ ✓ src/analyze-exports.sandbox-components.vtest.ts (2 tests) 5908ms
17
+ ✓ analyze-exports sandbox components > analyzes react exports 2258ms
18
+ ✓ analyze-exports sandbox components > analyzes angular exports 3649ms
19
+ ✓ src/align/align.vtest.ts (8 tests) 7804ms
20
+ ✓ '@knapsack/sandbox-components/react' > finds same export names in ts and js 2219ms
21
+ ✓ '@knapsack/angular-sandbox-components' > finds same export names in ts and js 1567ms
22
+ ✓ '@mui/material' > finds same export names in ts and js 2206ms
23
+ ✓ '@knapsack/utils' > finds same export names in ts and js 1767ms
24
24
 
25
25
   Test Files  7 passed (7)
26
26
   Tests  44 passed (44)
27
-  Start at  14:47:12
28
-  Duration  10.57s (transform 345ms, setup 115ms, collect 9.89s, tests 16.16s, environment 2ms, prepare 850ms)
27
+  Start at  22:10:39
28
+  Duration  10.47s (transform 348ms, setup 88ms, collect 10.10s, tests 16.01s, environment 3ms, prepare 860ms)
29
29
 
30
30
   % Coverage report from v8
31
31
  -------------------|---------|----------|---------|---------|-------------------
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/spec-utils",
3
3
  "description": "",
4
- "version": "4.78.5",
4
+ "version": "4.78.6",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": {
@@ -20,17 +20,17 @@
20
20
  "test": "vitest run"
21
21
  },
22
22
  "dependencies": {
23
- "@knapsack/utils": "4.78.5",
23
+ "@knapsack/utils": "4.78.6",
24
24
  "typescript": "^5.7.3"
25
25
  },
26
26
  "devDependencies": {
27
- "@knapsack/angular-sandbox-components": "4.78.5",
28
- "@knapsack/eslint-config-starter": "4.78.5",
29
- "@knapsack/file-utils": "4.78.5",
30
- "@knapsack/prettier-config": "4.78.5",
31
- "@knapsack/sandbox-components": "4.78.5",
32
- "@knapsack/types": "4.78.5",
33
- "@knapsack/typescript-config-starter": "4.78.5",
27
+ "@knapsack/angular-sandbox-components": "4.78.6",
28
+ "@knapsack/eslint-config-starter": "4.78.6",
29
+ "@knapsack/file-utils": "4.78.6",
30
+ "@knapsack/prettier-config": "4.78.6",
31
+ "@knapsack/sandbox-components": "4.78.6",
32
+ "@knapsack/types": "4.78.6",
33
+ "@knapsack/typescript-config-starter": "4.78.6",
34
34
  "@mui/material": "^5.16.14",
35
35
  "@types/node": "^20.17.24",
36
36
  "eslint": "^8.57.0",
@@ -45,5 +45,5 @@
45
45
  "directory": "apps/client/libs/spec-utils",
46
46
  "type": "git"
47
47
  },
48
- "gitHead": "63a112e44e1cdd13b19782af305daa0e4ed1a4ac"
48
+ "gitHead": "a4930eaaa9000f98abaf051e11510e3f50feb280"
49
49
  }