@knapsack/spec-utils 4.78.7--canary.5902.7544ab2.0 → 4.78.7--canary.5915.00d29a5.0

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 (2) hide show
  1. package/.turbo/turbo-test.log +16 -16
  2. package/package.json +10 -10
@@ -6,26 +6,26 @@
6
6
   RUN  v3.1.1 /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) 4ms
10
- ✓ src/resolve.vtest.ts (6 tests) 32ms
9
+ ✓ src/convert-to-spec.vtest.ts (4 tests) 5ms
11
10
  ✓ src/utils.vtest.ts (3 tests) 6ms
12
- ✓ src/get-ts-config.vtest.ts (1 test) 25ms
13
- ✓ src/analyze-exports.vtest.ts (20 tests) 2331ms
14
- ✓ analyze-exports tests for .ts files > gets export names  1156ms
15
- ✓ analyze-exports tests for .d.ts files > gets export names  1167ms
16
- ✓ src/analyze-exports.sandbox-components.vtest.ts (2 tests) 5706ms
17
- ✓ analyze-exports sandbox components > analyzes react exports  2115ms
18
- ✓ analyze-exports sandbox components > analyzes angular exports  3589ms
19
- ✓ src/align/align.vtest.ts (8 tests) 7751ms
20
- ✓ '@knapsack/sandbox-components/react' > finds same export names in ts and js  2101ms
21
- ✓ '@knapsack/angular-sandbox-components' > finds same export names in ts and js  1606ms
22
- ✓ '@mui/material' > finds same export names in ts and js  2297ms
23
- ✓ '@knapsack/utils' > finds same export names in ts and js  1700ms
11
+ ✓ src/get-ts-config.vtest.ts (1 test) 31ms
12
+ ✓ src/resolve.vtest.ts (6 tests) 23ms
13
+ ✓ src/analyze-exports.vtest.ts (20 tests) 2144ms
14
+ ✓ analyze-exports tests for .ts files > gets export names  1073ms
15
+ ✓ analyze-exports tests for .d.ts files > gets export names  1065ms
16
+ ✓ src/analyze-exports.sandbox-components.vtest.ts (2 tests) 5846ms
17
+ ✓ analyze-exports sandbox components > analyzes react exports  2215ms
18
+ ✓ analyze-exports sandbox components > analyzes angular exports  3629ms
19
+ ✓ src/align/align.vtest.ts (8 tests) 7611ms
20
+ ✓ '@knapsack/sandbox-components/react' > finds same export names in ts and js  1988ms
21
+ ✓ '@knapsack/angular-sandbox-components' > finds same export names in ts and js  1566ms
22
+ ✓ '@mui/material' > finds same export names in ts and js  2281ms
23
+ ✓ '@knapsack/utils' > finds same export names in ts and js  1729ms
24
24
 
25
25
   Test Files  7 passed (7)
26
26
   Tests  44 passed (44)
27
-  Start at  22:29:37
28
-  Duration  10.51s (transform 317ms, setup 73ms, collect 10.10s, tests 15.86s, environment 2ms, prepare 846ms)
27
+  Start at  18:24:05
28
+  Duration  10.22s (transform 350ms, setup 76ms, collect 9.90s, tests 15.67s, environment 2ms, prepare 832ms)
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.7--canary.5902.7544ab2.0",
4
+ "version": "4.78.7--canary.5915.00d29a5.0",
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.7--canary.5902.7544ab2.0",
23
+ "@knapsack/utils": "4.78.7--canary.5915.00d29a5.0",
24
24
  "typescript": "^5.7.3"
25
25
  },
26
26
  "devDependencies": {
27
- "@knapsack/angular-sandbox-components": "4.78.7--canary.5902.7544ab2.0",
28
- "@knapsack/eslint-config-starter": "4.78.7--canary.5902.7544ab2.0",
29
- "@knapsack/file-utils": "4.78.7--canary.5902.7544ab2.0",
30
- "@knapsack/prettier-config": "4.78.7--canary.5902.7544ab2.0",
31
- "@knapsack/sandbox-components": "4.78.7--canary.5902.7544ab2.0",
32
- "@knapsack/types": "4.78.7--canary.5902.7544ab2.0",
33
- "@knapsack/typescript-config-starter": "4.78.7--canary.5902.7544ab2.0",
27
+ "@knapsack/angular-sandbox-components": "4.78.7--canary.5915.00d29a5.0",
28
+ "@knapsack/eslint-config-starter": "4.78.7--canary.5915.00d29a5.0",
29
+ "@knapsack/file-utils": "4.78.7--canary.5915.00d29a5.0",
30
+ "@knapsack/prettier-config": "4.78.7--canary.5915.00d29a5.0",
31
+ "@knapsack/sandbox-components": "4.78.7--canary.5915.00d29a5.0",
32
+ "@knapsack/types": "4.78.7--canary.5915.00d29a5.0",
33
+ "@knapsack/typescript-config-starter": "4.78.7--canary.5915.00d29a5.0",
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": "7544ab29716401b42f71b62cff3c0eb9b82c10c4"
48
+ "gitHead": "00d29a55a5614f90160d9fa6bab02cd92da2da1e"
49
49
  }