@knapsack/spec-utils 4.78.7--canary.5929.ad1c653.0 → 4.78.7

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) 4ms
11
- ✓ src/get-ts-config.vtest.ts (1 test) 36ms
12
- ✓ src/resolve.vtest.ts (6 tests) 31ms
13
- ✓ src/analyze-exports.vtest.ts (20 tests) 2361ms
14
- ✓ analyze-exports tests for .ts files > gets export names  1137ms
15
- ✓ analyze-exports tests for .d.ts files > gets export names  1217ms
16
- ✓ src/analyze-exports.sandbox-components.vtest.ts (2 tests) 5874ms
17
- ✓ analyze-exports sandbox components > analyzes react exports  2253ms
18
- ✓ analyze-exports sandbox components > analyzes angular exports  3618ms
19
- ✓ src/align/align.vtest.ts (8 tests) 7763ms
20
- ✓ '@knapsack/sandbox-components/react' > finds same export names in ts and js  2071ms
21
- ✓ '@knapsack/angular-sandbox-components' > finds same export names in ts and js  1540ms
22
- ✓ '@mui/material' > finds same export names in ts and js  2376ms
23
- ✓ '@knapsack/utils' > finds same export names in ts and js  1730ms
9
+ ✓ src/convert-to-spec.vtest.ts (4 tests) 4ms
10
+ ✓ src/resolve.vtest.ts (6 tests) 34ms
11
+ ✓ src/get-ts-config.vtest.ts (1 test) 26ms
12
+ ✓ src/utils.vtest.ts (3 tests) 5ms
13
+ ✓ src/analyze-exports.vtest.ts (20 tests) 2248ms
14
+ ✓ analyze-exports tests for .ts files > gets export names  1105ms
15
+ ✓ analyze-exports tests for .d.ts files > gets export names  1135ms
16
+ ✓ src/analyze-exports.sandbox-components.vtest.ts (2 tests) 5998ms
17
+ ✓ analyze-exports sandbox components > analyzes react exports  2317ms
18
+ ✓ analyze-exports sandbox components > analyzes angular exports  3679ms
19
+ ✓ src/align/align.vtest.ts (8 tests) 7655ms
20
+ ✓ '@knapsack/sandbox-components/react' > finds same export names in ts and js  2026ms
21
+ ✓ '@knapsack/angular-sandbox-components' > finds same export names in ts and js  1549ms
22
+ ✓ '@mui/material' > finds same export names in ts and js  2294ms
23
+ ✓ '@knapsack/utils' > finds same export names in ts and js  1739ms
24
24
 
25
25
   Test Files  7 passed (7)
26
26
   Tests  44 passed (44)
27
-  Start at  19:59:49
28
-  Duration  10.45s (transform 364ms, setup 64ms, collect 10.03s, tests 16.07s, environment 2ms, prepare 842ms)
27
+  Start at  23:31:39
28
+  Duration  10.36s (transform 341ms, setup 82ms, collect 10.15s, tests 15.97s, environment 3ms, prepare 845ms)
29
29
 
30
30
   % Coverage report from v8
31
31
  -------------------|---------|----------|---------|---------|-------------------
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ # v4.78.7 (Wed Apr 09 2025)
2
+
3
+ #### 🏠 Internal
4
+
5
+ - Github webhook deletes only on PR merge KSP-3609 [#5875](https://github.com/knapsack-labs/app-monorepo/pull/5875) ([@freneticpixel](https://github.com/freneticpixel))
6
+ - SAML updates for CSX [#5878](https://github.com/knapsack-labs/app-monorepo/pull/5878) ([@freneticpixel](https://github.com/freneticpixel))
7
+ - Bump vite from 6.2.3 to 6.2.4 [#5877](https://github.com/knapsack-labs/app-monorepo/pull/5877) ([@greylabel](https://github.com/greylabel))
8
+
9
+ #### Authors: 2
10
+
11
+ - Grant Gaudet ([@greylabel](https://github.com/greylabel))
12
+ - Jim Frenette ([@freneticpixel](https://github.com/freneticpixel))
13
+
14
+ ---
15
+
1
16
  # v4.78.5 (Thu Mar 27 2025)
2
17
 
3
18
  #### 🏠 Internal
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/spec-utils",
3
3
  "description": "",
4
- "version": "4.78.7--canary.5929.ad1c653.0",
4
+ "version": "4.78.7",
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.7--canary.5929.ad1c653.0",
23
+ "@knapsack/utils": "4.78.7",
24
24
  "typescript": "^5.7.3"
25
25
  },
26
26
  "devDependencies": {
27
- "@knapsack/angular-sandbox-components": "4.78.7--canary.5929.ad1c653.0",
28
- "@knapsack/eslint-config-starter": "4.78.7--canary.5929.ad1c653.0",
29
- "@knapsack/file-utils": "4.78.7--canary.5929.ad1c653.0",
30
- "@knapsack/prettier-config": "4.78.7--canary.5929.ad1c653.0",
31
- "@knapsack/sandbox-components": "4.78.7--canary.5929.ad1c653.0",
32
- "@knapsack/types": "4.78.7--canary.5929.ad1c653.0",
33
- "@knapsack/typescript-config-starter": "4.78.7--canary.5929.ad1c653.0",
27
+ "@knapsack/angular-sandbox-components": "4.78.7",
28
+ "@knapsack/eslint-config-starter": "4.78.7",
29
+ "@knapsack/file-utils": "4.78.7",
30
+ "@knapsack/prettier-config": "4.78.7",
31
+ "@knapsack/sandbox-components": "4.78.7",
32
+ "@knapsack/types": "4.78.7",
33
+ "@knapsack/typescript-config-starter": "4.78.7",
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": "ad1c6539f408674ed2d542e623f9c93ca422e2f7"
48
+ "gitHead": "6f392f44a4df8cd5b61214a9125c241505108aa4"
49
49
  }