@knapsack/spec-utils 4.78.11--canary.6036.586d086.0 → 4.78.11

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.
@@ -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) 6ms
10
- ✓ src/utils.vtest.ts (3 tests) 5ms
11
- ✓ src/get-ts-config.vtest.ts (1 test) 28ms
12
- ✓ src/resolve.vtest.ts (6 tests) 28ms
13
- ✓ src/analyze-exports.vtest.ts (20 tests) 2080ms
14
- ✓ analyze-exports tests for .ts files > gets export names  990ms
15
- ✓ analyze-exports tests for .d.ts files > gets export names  1081ms
16
- ✓ src/analyze-exports.sandbox-components.vtest.ts (2 tests) 5333ms
17
- ✓ analyze-exports sandbox components > analyzes react exports  1998ms
18
- ✓ analyze-exports sandbox components > analyzes angular exports  3333ms
19
- ✓ src/align/align.vtest.ts (8 tests) 6994ms
20
- ✓ '@knapsack/sandbox-components/react' > finds same export names in ts and js  1947ms
21
- ✓ '@knapsack/angular-sandbox-components' > finds same export names in ts and js  1395ms
22
- ✓ '@mui/material' > finds same export names in ts and js  2024ms
23
- ✓ '@knapsack/utils' > finds same export names in ts and js  1582ms
9
+ ✓ src/convert-to-spec.vtest.ts (4 tests) 5ms
10
+ ✓ src/utils.vtest.ts (3 tests) 10ms
11
+ ✓ src/resolve.vtest.ts (6 tests) 32ms
12
+ ✓ src/get-ts-config.vtest.ts (1 test) 37ms
13
+ ✓ src/analyze-exports.vtest.ts (20 tests) 2183ms
14
+ ✓ analyze-exports tests for .ts files > gets export names  1111ms
15
+ ✓ analyze-exports tests for .d.ts files > gets export names  1064ms
16
+ ✓ src/analyze-exports.sandbox-components.vtest.ts (2 tests) 5768ms
17
+ ✓ analyze-exports sandbox components > analyzes react exports  2173ms
18
+ ✓ analyze-exports sandbox components > analyzes angular exports  3592ms
19
+ ✓ src/align/align.vtest.ts (8 tests) 7547ms
20
+ ✓ '@knapsack/sandbox-components/react' > finds same export names in ts and js  2060ms
21
+ ✓ '@knapsack/angular-sandbox-components' > finds same export names in ts and js  1585ms
22
+ ✓ '@mui/material' > finds same export names in ts and js  2098ms
23
+ ✓ '@knapsack/utils' > finds same export names in ts and js  1758ms
24
24
 
25
25
   Test Files  7 passed (7)
26
26
   Tests  44 passed (44)
27
-  Start at  18:21:03
28
-  Duration  9.57s (transform 333ms, setup 75ms, collect 9.36s, tests 14.47s, environment 2ms, prepare 744ms)
27
+  Start at  20:32:14
28
+  Duration  10.24s (transform 349ms, setup 76ms, collect 9.97s, tests 15.58s, environment 2ms, prepare 876ms)
29
29
 
30
30
   % Coverage report from v8
31
31
  -------------------|---------|----------|---------|---------|-------------------
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v4.78.11 (Thu Apr 24 2025)
2
+
3
+ #### 🏠 Internal
4
+
5
+ - use design src status error message in app ui [#5944](https://github.com/knapsack-labs/app-monorepo/pull/5944) ([@mabry1985](https://github.com/mabry1985))
6
+
7
+ #### Authors: 1
8
+
9
+ - Josh Mabry ([@mabry1985](https://github.com/mabry1985))
10
+
11
+ ---
12
+
1
13
  # v4.78.9 (Fri Apr 18 2025)
2
14
 
3
15
  #### 🏠 Internal
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/spec-utils",
3
3
  "description": "",
4
- "version": "4.78.11--canary.6036.586d086.0",
4
+ "version": "4.78.11",
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.11--canary.6036.586d086.0",
23
+ "@knapsack/utils": "4.78.11",
24
24
  "typescript": "^5.8.3"
25
25
  },
26
26
  "devDependencies": {
27
- "@knapsack/angular-sandbox-components": "4.78.11--canary.6036.586d086.0",
28
- "@knapsack/eslint-config-starter": "4.78.11--canary.6036.586d086.0",
29
- "@knapsack/file-utils": "4.78.11--canary.6036.586d086.0",
30
- "@knapsack/prettier-config": "4.78.11--canary.6036.586d086.0",
31
- "@knapsack/sandbox-components": "4.78.11--canary.6036.586d086.0",
32
- "@knapsack/types": "4.78.11--canary.6036.586d086.0",
33
- "@knapsack/typescript-config-starter": "4.78.11--canary.6036.586d086.0",
27
+ "@knapsack/angular-sandbox-components": "4.78.11",
28
+ "@knapsack/eslint-config-starter": "4.78.11",
29
+ "@knapsack/file-utils": "4.78.11",
30
+ "@knapsack/prettier-config": "4.78.11",
31
+ "@knapsack/sandbox-components": "4.78.11",
32
+ "@knapsack/types": "4.78.11",
33
+ "@knapsack/typescript-config-starter": "4.78.11",
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": "586d0861e23927a46269966d5dd107e19d25469f"
48
+ "gitHead": "01537987f1d45ce95020236b80582736288d7506"
49
49
  }