@knapsack/spec-utils 4.78.1--canary.5706.15c0bed.0 → 4.78.1

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) 6ms
10
- ✓ src/get-ts-config.vtest.ts (1 test) 26ms
11
- ✓ src/resolve.vtest.ts (6 tests) 28ms
12
- ✓ src/utils.vtest.ts (3 tests) 5ms
13
- ✓ src/analyze-exports.vtest.ts (20 tests) 2240ms
14
- ✓ analyze-exports tests for .ts files > gets export names 1127ms
15
- ✓ analyze-exports tests for .d.ts files > gets export names 1107ms
16
- ✓ src/analyze-exports.sandbox-components.vtest.ts (2 tests) 6077ms
17
- ✓ analyze-exports sandbox components > analyzes react exports 2393ms
18
- ✓ analyze-exports sandbox components > analyzes angular exports 3682ms
19
- ✓ src/align/align.vtest.ts (8 tests) 7788ms
20
- ✓ '@knapsack/sandbox-components/react' > finds same export names in ts and js 2081ms
21
- ✓ '@knapsack/angular-sandbox-components' > finds same export names in ts and js 1645ms
22
- ✓ '@mui/material' > finds same export names in ts and js 2266ms
23
- ✓ '@knapsack/utils' > finds same export names in ts and js 1755ms
9
+ ✓ src/convert-to-spec.vtest.ts (4 tests) 5ms
10
+ ✓ src/utils.vtest.ts (3 tests) 4ms
11
+ ✓ src/resolve.vtest.ts (6 tests) 32ms
12
+ ✓ src/get-ts-config.vtest.ts (1 test) 31ms
13
+ ✓ src/analyze-exports.vtest.ts (20 tests) 2296ms
14
+ ✓ analyze-exports tests for .ts files > gets export names 1220ms
15
+ ✓ analyze-exports tests for .d.ts files > gets export names 1069ms
16
+ ✓ src/analyze-exports.sandbox-components.vtest.ts (2 tests) 5701ms
17
+ ✓ analyze-exports sandbox components > analyzes react exports 2181ms
18
+ ✓ analyze-exports sandbox components > analyzes angular exports 3519ms
19
+ ✓ src/align/align.vtest.ts (8 tests) 8246ms
20
+ ✓ '@knapsack/sandbox-components/react' > finds same export names in ts and js 2054ms
21
+ ✓ '@knapsack/angular-sandbox-components' > finds same export names in ts and js 1739ms
22
+ ✓ '@mui/material' > finds same export names in ts and js 2416ms
23
+ ✓ '@knapsack/utils' > finds same export names in ts and js 1994ms
24
24
 
25
25
   Test Files  7 passed (7)
26
26
   Tests  44 passed (44)
27
-  Start at  18:33:22
28
-  Duration  10.53s (transform 399ms, setup 67ms, collect 10.14s, tests 16.17s, environment 2ms, prepare 841ms)
27
+  Start at  03:34:25
28
+  Duration  10.45s (transform 406ms, setup 86ms, collect 7.62s, tests 16.31s, environment 4ms, prepare 799ms)
29
29
 
30
30
   % Coverage report from v8
31
31
  -------------------|---------|----------|---------|---------|-------------------
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v4.78.1 (Mon Mar 24 2025)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Merge branch 'latest' into feature/ksp-6139-send-mandrill-event-logs-to-datadog ([@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.0 (Wed Mar 19 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.1--canary.5706.15c0bed.0",
4
+ "version": "4.78.1",
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.1--canary.5706.15c0bed.0",
23
+ "@knapsack/utils": "4.78.1",
24
24
  "typescript": "^5.7.3"
25
25
  },
26
26
  "devDependencies": {
27
- "@knapsack/angular-sandbox-components": "4.78.1--canary.5706.15c0bed.0",
28
- "@knapsack/eslint-config-starter": "4.78.1--canary.5706.15c0bed.0",
29
- "@knapsack/file-utils": "4.78.1--canary.5706.15c0bed.0",
30
- "@knapsack/prettier-config": "4.78.1--canary.5706.15c0bed.0",
31
- "@knapsack/sandbox-components": "4.78.1--canary.5706.15c0bed.0",
32
- "@knapsack/types": "4.78.1--canary.5706.15c0bed.0",
33
- "@knapsack/typescript-config-starter": "4.78.1--canary.5706.15c0bed.0",
27
+ "@knapsack/angular-sandbox-components": "4.78.1",
28
+ "@knapsack/eslint-config-starter": "4.78.1",
29
+ "@knapsack/file-utils": "4.78.1",
30
+ "@knapsack/prettier-config": "4.78.1",
31
+ "@knapsack/sandbox-components": "4.78.1",
32
+ "@knapsack/types": "4.78.1",
33
+ "@knapsack/typescript-config-starter": "4.78.1",
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": "15c0bed7fc85a582259ecdbfc61a44d26ab0eb66"
48
+ "gitHead": "696b0541ffd8a0fee2de5d368a6602a159deb4cf"
49
49
  }