@knapsack/spec-utils 4.78.10--canary.6036.10a51a6.0 → 4.78.10

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 +15 -15
  2. package/package.json +10 -10
@@ -7,25 +7,25 @@
7
7
  Coverage enabled with v8
8
8
 
9
9
  ✓ src/convert-to-spec.vtest.ts (4 tests) 5ms
10
+ ✓ src/resolve.vtest.ts (6 tests) 31ms
10
11
  ✓ src/utils.vtest.ts (3 tests) 5ms
11
- ✓ src/resolve.vtest.ts (6 tests) 26ms
12
- ✓ src/get-ts-config.vtest.ts (1 test) 32ms
13
- ✓ src/analyze-exports.vtest.ts (20 tests) 2216ms
14
- ✓ analyze-exports tests for .ts files > gets export names  1099ms
15
- ✓ analyze-exports tests for .d.ts files > gets export names  1110ms
16
- ✓ src/analyze-exports.sandbox-components.vtest.ts (2 tests) 5948ms
17
- ✓ analyze-exports sandbox components > analyzes react exports  2230ms
18
- ✓ analyze-exports sandbox components > analyzes angular exports  3715ms
19
- ✓ src/align/align.vtest.ts (8 tests) 7653ms
20
- ✓ '@knapsack/sandbox-components/react' > finds same export names in ts and js  2169ms
21
- ✓ '@knapsack/angular-sandbox-components' > finds same export names in ts and js  1515ms
22
- ✓ '@mui/material' > finds same export names in ts and js  2195ms
23
- ✓ '@knapsack/utils' > finds same export names in ts and js  1730ms
12
+ ✓ src/get-ts-config.vtest.ts (1 test) 34ms
13
+ ✓ src/analyze-exports.vtest.ts (20 tests) 2316ms
14
+ ✓ analyze-exports tests for .ts files > gets export names  1162ms
15
+ ✓ analyze-exports tests for .d.ts files > gets export names  1146ms
16
+ ✓ src/analyze-exports.sandbox-components.vtest.ts (2 tests) 5927ms
17
+ ✓ analyze-exports sandbox components > analyzes react exports  2281ms
18
+ ✓ analyze-exports sandbox components > analyzes angular exports  3644ms
19
+ ✓ src/align/align.vtest.ts (8 tests) 7598ms
20
+ ✓ '@knapsack/sandbox-components/react' > finds same export names in ts and js  2093ms
21
+ ✓ '@knapsack/angular-sandbox-components' > finds same export names in ts and js  1571ms
22
+ ✓ '@mui/material' > finds same export names in ts and js  2132ms
23
+ ✓ '@knapsack/utils' > finds same export names in ts and js  1754ms
24
24
 
25
25
   Test Files  7 passed (7)
26
26
   Tests  44 passed (44)
27
-  Start at  22:57:27
28
-  Duration  10.32s (transform 379ms, setup 77ms, collect 10.05s, tests 15.88s, environment 2ms, prepare 859ms)
27
+  Start at  23:16:42
28
+  Duration  10.28s (transform 418ms, setup 59ms, collect 10.14s, tests 15.92s, environment 2ms, prepare 834ms)
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.10--canary.6036.10a51a6.0",
4
+ "version": "4.78.10",
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.10--canary.6036.10a51a6.0",
23
+ "@knapsack/utils": "4.78.10",
24
24
  "typescript": "^5.8.3"
25
25
  },
26
26
  "devDependencies": {
27
- "@knapsack/angular-sandbox-components": "4.78.10--canary.6036.10a51a6.0",
28
- "@knapsack/eslint-config-starter": "4.78.10--canary.6036.10a51a6.0",
29
- "@knapsack/file-utils": "4.78.10--canary.6036.10a51a6.0",
30
- "@knapsack/prettier-config": "4.78.10--canary.6036.10a51a6.0",
31
- "@knapsack/sandbox-components": "4.78.10--canary.6036.10a51a6.0",
32
- "@knapsack/types": "4.78.10--canary.6036.10a51a6.0",
33
- "@knapsack/typescript-config-starter": "4.78.10--canary.6036.10a51a6.0",
27
+ "@knapsack/angular-sandbox-components": "4.78.10",
28
+ "@knapsack/eslint-config-starter": "4.78.10",
29
+ "@knapsack/file-utils": "4.78.10",
30
+ "@knapsack/prettier-config": "4.78.10",
31
+ "@knapsack/sandbox-components": "4.78.10",
32
+ "@knapsack/types": "4.78.10",
33
+ "@knapsack/typescript-config-starter": "4.78.10",
34
34
  "@mui/material": "^5.17.1",
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": "10a51a6b35e62c040eb94287bbb3074c9a1b3865"
48
+ "gitHead": "b321d00e8d2840f7160cdd27c7f92aa1cc2d763c"
49
49
  }