@knapsack/spec-utils 4.78.12 → 4.78.13--canary.6060.b95015b.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 +17 -17
  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) 5ms
10
- ✓ src/utils.vtest.ts (3 tests) 6ms
11
- ✓ src/get-ts-config.vtest.ts (1 test) 29ms
12
- ✓ src/resolve.vtest.ts (6 tests) 34ms
13
- ✓ src/analyze-exports.vtest.ts (20 tests) 2282ms
14
- ✓ analyze-exports tests for .ts files > gets export names  1150ms
15
- ✓ analyze-exports tests for .d.ts files > gets export names  1125ms
16
- ✓ src/analyze-exports.sandbox-components.vtest.ts (2 tests) 5805ms
17
- ✓ analyze-exports sandbox components > analyzes react exports  2208ms
18
- ✓ analyze-exports sandbox components > analyzes angular exports  3594ms
19
- ✓ src/align/align.vtest.ts (8 tests) 7547ms
20
- ✓ '@knapsack/sandbox-components/react' > finds same export names in ts and js  2045ms
21
- ✓ '@knapsack/angular-sandbox-components' > finds same export names in ts and js  1541ms
22
- ✓ '@mui/material' > finds same export names in ts and js  2193ms
23
- ✓ '@knapsack/utils' > finds same export names in ts and js  1723ms
9
+ ✓ src/convert-to-spec.vtest.ts (4 tests) 4ms
10
+ ✓ src/utils.vtest.ts (3 tests) 4ms
11
+ ✓ src/resolve.vtest.ts (6 tests) 28ms
12
+ ✓ src/get-ts-config.vtest.ts (1 test) 33ms
13
+ ✓ src/analyze-exports.vtest.ts (20 tests) 2135ms
14
+ ✓ analyze-exports tests for .ts files > gets export names  1068ms
15
+ ✓ analyze-exports tests for .d.ts files > gets export names  1060ms
16
+ ✓ src/analyze-exports.sandbox-components.vtest.ts (2 tests) 5520ms
17
+ ✓ analyze-exports sandbox components > analyzes react exports  2067ms
18
+ ✓ analyze-exports sandbox components > analyzes angular exports  3451ms
19
+ ✓ src/align/align.vtest.ts (8 tests) 6849ms
20
+ ✓ '@knapsack/sandbox-components/react' > finds same export names in ts and js  1781ms
21
+ ✓ '@knapsack/angular-sandbox-components' > finds same export names in ts and js  1539ms
22
+ ✓ '@mui/material' > finds same export names in ts and js  1916ms
23
+ ✓ '@knapsack/utils' > finds same export names in ts and js  1579ms
24
24
 
25
25
   Test Files  7 passed (7)
26
26
   Tests  44 passed (44)
27
-  Start at  22:23:07
28
-  Duration  10.44s (transform 338ms, setup 72ms, collect 10.11s, tests 15.71s, environment 2ms, prepare 841ms)
27
+  Start at  17:50:19
28
+  Duration  9.41s (transform 340ms, setup 75ms, collect 9.33s, tests 14.57s, environment 2ms, prepare 736ms)
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.12",
4
+ "version": "4.78.13--canary.6060.b95015b.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.12",
23
+ "@knapsack/utils": "4.78.13--canary.6060.b95015b.0",
24
24
  "typescript": "^5.8.3"
25
25
  },
26
26
  "devDependencies": {
27
- "@knapsack/angular-sandbox-components": "4.78.12",
28
- "@knapsack/eslint-config-starter": "4.78.12",
29
- "@knapsack/file-utils": "4.78.12",
30
- "@knapsack/prettier-config": "4.78.12",
31
- "@knapsack/sandbox-components": "4.78.12",
32
- "@knapsack/types": "4.78.12",
33
- "@knapsack/typescript-config-starter": "4.78.12",
27
+ "@knapsack/angular-sandbox-components": "4.78.13--canary.6060.b95015b.0",
28
+ "@knapsack/eslint-config-starter": "4.78.13--canary.6060.b95015b.0",
29
+ "@knapsack/file-utils": "4.78.13--canary.6060.b95015b.0",
30
+ "@knapsack/prettier-config": "4.78.13--canary.6060.b95015b.0",
31
+ "@knapsack/sandbox-components": "4.78.13--canary.6060.b95015b.0",
32
+ "@knapsack/types": "4.78.13--canary.6060.b95015b.0",
33
+ "@knapsack/typescript-config-starter": "4.78.13--canary.6060.b95015b.0",
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": "73a56eb8790c595fd6796ff7505991df43caad7c"
48
+ "gitHead": "b95015b40c7e60608fae5c9fb612b0287c10b649"
49
49
  }