@knapsack/spec-utils 4.78.13--canary.6060.bfb3582.0 → 4.78.13

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) 5ms
10
- ✓ src/resolve.vtest.ts (6 tests) 36ms
9
+ ✓ src/convert-to-spec.vtest.ts (4 tests) 6ms
10
+ ✓ src/get-ts-config.vtest.ts (1 test) 36ms
11
+ ✓ src/resolve.vtest.ts (6 tests) 26ms
11
12
  ✓ src/utils.vtest.ts (3 tests) 5ms
12
- ✓ src/get-ts-config.vtest.ts (1 test) 31ms
13
- ✓ src/analyze-exports.vtest.ts (20 tests) 2261ms
14
- ✓ analyze-exports tests for .ts files > gets export names  1168ms
15
- ✓ analyze-exports tests for .d.ts files > gets export names  1081ms
16
- ✓ src/analyze-exports.sandbox-components.vtest.ts (2 tests) 6153ms
17
- ✓ analyze-exports sandbox components > analyzes react exports  2450ms
18
- ✓ analyze-exports sandbox components > analyzes angular exports  3701ms
19
- ✓ src/align/align.vtest.ts (8 tests) 7863ms
20
- ✓ '@knapsack/sandbox-components/react' > finds same export names in ts and js  2127ms
21
- ✓ '@knapsack/angular-sandbox-components' > finds same export names in ts and js  1651ms
22
- ✓ '@mui/material' > finds same export names in ts and js  2256ms
23
- ✓ '@knapsack/utils' > finds same export names in ts and js  1793ms
13
+ ✓ src/analyze-exports.vtest.ts (20 tests) 2247ms
14
+ ✓ analyze-exports tests for .ts files > gets export names  1196ms
15
+ ✓ analyze-exports tests for .d.ts files > gets export names  1043ms
16
+ ✓ src/analyze-exports.sandbox-components.vtest.ts (2 tests) 5778ms
17
+ ✓ analyze-exports sandbox components > analyzes react exports  2182ms
18
+ ✓ analyze-exports sandbox components > analyzes angular exports  3594ms
19
+ ✓ src/align/align.vtest.ts (8 tests) 7566ms
20
+ ✓ '@knapsack/sandbox-components/react' > finds same export names in ts and js  2113ms
21
+ ✓ '@knapsack/angular-sandbox-components' > finds same export names in ts and js  1548ms
22
+ ✓ '@mui/material' > finds same export names in ts and js  2116ms
23
+ ✓ '@knapsack/utils' > finds same export names in ts and js  1747ms
24
24
 
25
25
   Test Files  7 passed (7)
26
26
   Tests  44 passed (44)
27
-  Start at  21:18:27
28
-  Duration  10.69s (transform 470ms, setup 113ms, collect 10.16s, tests 16.35s, environment 2ms, prepare 833ms)
27
+  Start at  18:33:46
28
+  Duration  10.42s (transform 471ms, setup 95ms, collect 10.01s, tests 15.66s, environment 2ms, prepare 838ms)
29
29
 
30
30
   % Coverage report from v8
31
31
  -------------------|---------|----------|---------|---------|-------------------
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v4.78.13 (Fri Apr 25 2025)
2
+
3
+ #### 🏠 Internal
4
+
5
+ - Network flow diagram for customer security review [#6051](https://github.com/knapsack-labs/app-monorepo/pull/6051) ([@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.11 (Thu Apr 24 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.13--canary.6060.bfb3582.0",
4
+ "version": "4.78.13",
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.13--canary.6060.bfb3582.0",
23
+ "@knapsack/utils": "4.78.13",
24
24
  "typescript": "^5.8.3"
25
25
  },
26
26
  "devDependencies": {
27
- "@knapsack/angular-sandbox-components": "4.78.13--canary.6060.bfb3582.0",
28
- "@knapsack/eslint-config-starter": "4.78.13--canary.6060.bfb3582.0",
29
- "@knapsack/file-utils": "4.78.13--canary.6060.bfb3582.0",
30
- "@knapsack/prettier-config": "4.78.13--canary.6060.bfb3582.0",
31
- "@knapsack/sandbox-components": "4.78.13--canary.6060.bfb3582.0",
32
- "@knapsack/types": "4.78.13--canary.6060.bfb3582.0",
33
- "@knapsack/typescript-config-starter": "4.78.13--canary.6060.bfb3582.0",
27
+ "@knapsack/angular-sandbox-components": "4.78.13",
28
+ "@knapsack/eslint-config-starter": "4.78.13",
29
+ "@knapsack/file-utils": "4.78.13",
30
+ "@knapsack/prettier-config": "4.78.13",
31
+ "@knapsack/sandbox-components": "4.78.13",
32
+ "@knapsack/types": "4.78.13",
33
+ "@knapsack/typescript-config-starter": "4.78.13",
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": "bfb35825f41438f3ee26bb98c91aab258282920a"
48
+ "gitHead": "d52d9e4d36d6550b55f0ff9992a40097a9da36ba"
49
49
  }