@knapsack/spec-utils 4.78.2--canary.5509.73f39a0.0 → 4.78.2

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.0.8 /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
9
+ ✓ src/convert-to-spec.vtest.ts (4 tests) 4ms
10
+ ✓ src/get-ts-config.vtest.ts (1 test) 31ms
11
+ ✓ src/resolve.vtest.ts (6 tests) 34ms
10
12
  ✓ src/utils.vtest.ts (3 tests) 4ms
11
- ✓ src/get-ts-config.vtest.ts (1 test) 25ms
12
- ✓ src/resolve.vtest.ts (6 tests) 30ms
13
- ✓ src/analyze-exports.vtest.ts (20 tests) 2321ms
14
- ✓ analyze-exports tests for .ts files > gets export names 1179ms
15
- ✓ analyze-exports tests for .d.ts files > gets export names 1130ms
16
- ✓ src/analyze-exports.sandbox-components.vtest.ts (2 tests) 5939ms
17
- ✓ analyze-exports sandbox components > analyzes react exports 2189ms
18
- ✓ analyze-exports sandbox components > analyzes angular exports 3748ms
19
- ✓ src/align/align.vtest.ts (8 tests) 7724ms
20
- ✓ '@knapsack/sandbox-components/react' > finds same export names in ts and js 2112ms
21
- ✓ '@knapsack/angular-sandbox-components' > finds same export names in ts and js 1552ms
22
- ✓ '@mui/material' > finds same export names in ts and js 2245ms
23
- ✓ '@knapsack/utils' > finds same export names in ts and js 1768ms
13
+ ✓ src/analyze-exports.vtest.ts (20 tests) 2233ms
14
+ ✓ analyze-exports tests for .ts files > gets export names 1125ms
15
+ ✓ analyze-exports tests for .d.ts files > gets export names 1101ms
16
+ ✓ src/analyze-exports.sandbox-components.vtest.ts (2 tests) 5780ms
17
+ ✓ analyze-exports sandbox components > analyzes react exports 2224ms
18
+ ✓ analyze-exports sandbox components > analyzes angular exports 3554ms
19
+ ✓ src/align/align.vtest.ts (8 tests) 7562ms
20
+ ✓ '@knapsack/sandbox-components/react' > finds same export names in ts and js 2031ms
21
+ ✓ '@knapsack/angular-sandbox-components' > finds same export names in ts and js 1561ms
22
+ ✓ '@mui/material' > finds same export names in ts and js 2198ms
23
+ ✓ '@knapsack/utils' > finds same export names in ts and js 1733ms
24
24
 
25
25
   Test Files  7 passed (7)
26
26
   Tests  44 passed (44)
27
-  Start at  22:44:28
28
-  Duration  10.44s (transform 367ms, setup 78ms, collect 10.13s, tests 16.05s, environment 2ms, prepare 853ms)
27
+  Start at  18:20:15
28
+  Duration  10.30s (transform 337ms, setup 94ms, collect 9.95s, tests 15.65s, environment 3ms, prepare 843ms)
29
29
 
30
30
   % Coverage report from v8
31
31
  -------------------|---------|----------|---------|---------|-------------------
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v4.78.2 (Mon Mar 24 2025)
2
+
3
+ #### 🏠 Internal
4
+
5
+ - Abandon open prs when branch deleted [#5836](https://github.com/knapsack-labs/app-monorepo/pull/5836) ([@freneticpixel](https://github.com/freneticpixel))
6
+
7
+ #### Authors: 1
8
+
9
+ - Jim Frenette ([@freneticpixel](https://github.com/freneticpixel))
10
+
11
+ ---
12
+
1
13
  # v4.78.1 (Mon Mar 24 2025)
2
14
 
3
15
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/spec-utils",
3
3
  "description": "",
4
- "version": "4.78.2--canary.5509.73f39a0.0",
4
+ "version": "4.78.2",
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.2--canary.5509.73f39a0.0",
23
+ "@knapsack/utils": "4.78.2",
24
24
  "typescript": "^5.7.3"
25
25
  },
26
26
  "devDependencies": {
27
- "@knapsack/angular-sandbox-components": "4.78.2--canary.5509.73f39a0.0",
28
- "@knapsack/eslint-config-starter": "4.78.2--canary.5509.73f39a0.0",
29
- "@knapsack/file-utils": "4.78.2--canary.5509.73f39a0.0",
30
- "@knapsack/prettier-config": "4.78.2--canary.5509.73f39a0.0",
31
- "@knapsack/sandbox-components": "4.78.2--canary.5509.73f39a0.0",
32
- "@knapsack/types": "4.78.2--canary.5509.73f39a0.0",
33
- "@knapsack/typescript-config-starter": "4.78.2--canary.5509.73f39a0.0",
27
+ "@knapsack/angular-sandbox-components": "4.78.2",
28
+ "@knapsack/eslint-config-starter": "4.78.2",
29
+ "@knapsack/file-utils": "4.78.2",
30
+ "@knapsack/prettier-config": "4.78.2",
31
+ "@knapsack/sandbox-components": "4.78.2",
32
+ "@knapsack/types": "4.78.2",
33
+ "@knapsack/typescript-config-starter": "4.78.2",
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": "73f39a06432a2bb0b316103ca387add0256f4127"
48
+ "gitHead": "bbca865ed9ca2cecc4536b9cd9c4e16068801027"
49
49
  }