@knapsack/spec-utils 4.80.19--canary.6267.2d09046.0 → 4.80.19
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.
- package/CHANGELOG.md +14 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# v4.80.19 (Mon Jun 16 2025)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- revert try catch refactor [#6267](https://github.com/knapsack-labs/app-monorepo/pull/6267) ([@mabry1985](https://github.com/mabry1985))
|
|
6
|
+
- prevent circular deps between branches [#6267](https://github.com/knapsack-labs/app-monorepo/pull/6267) ([@mabry1985](https://github.com/mabry1985))
|
|
7
|
+
- infer spec perf improvements [#6267](https://github.com/knapsack-labs/app-monorepo/pull/6267) ([@mabry1985](https://github.com/mabry1985))
|
|
8
|
+
|
|
9
|
+
#### Authors: 1
|
|
10
|
+
|
|
11
|
+
- Josh Mabry ([@mabry1985](https://github.com/mabry1985))
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
1
15
|
# v4.80.13 (Wed Jun 11 2025)
|
|
2
16
|
|
|
3
17
|
#### 🏠 Internal
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knapsack/spec-utils",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "4.80.19
|
|
4
|
+
"version": "4.80.19",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
@@ -20,19 +20,19 @@
|
|
|
20
20
|
"test": "vitest run"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@knapsack/utils": "4.80.19
|
|
23
|
+
"@knapsack/utils": "4.80.19",
|
|
24
24
|
"json-stable-stringify": "^1.3.0",
|
|
25
25
|
"quick-lru": "^7.0.1",
|
|
26
26
|
"typescript": "^5.8.3"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@knapsack/angular-sandbox-components": "4.80.19
|
|
30
|
-
"@knapsack/eslint-config-starter": "4.80.19
|
|
31
|
-
"@knapsack/file-utils": "4.80.19
|
|
32
|
-
"@knapsack/prettier-config": "4.80.19
|
|
33
|
-
"@knapsack/sandbox-components": "4.80.19
|
|
34
|
-
"@knapsack/types": "4.80.19
|
|
35
|
-
"@knapsack/typescript-config-starter": "4.80.19
|
|
29
|
+
"@knapsack/angular-sandbox-components": "4.80.19",
|
|
30
|
+
"@knapsack/eslint-config-starter": "4.80.19",
|
|
31
|
+
"@knapsack/file-utils": "4.80.19",
|
|
32
|
+
"@knapsack/prettier-config": "4.80.19",
|
|
33
|
+
"@knapsack/sandbox-components": "4.80.19",
|
|
34
|
+
"@knapsack/types": "4.80.19",
|
|
35
|
+
"@knapsack/typescript-config-starter": "4.80.19",
|
|
36
36
|
"@mui/material": "^5.17.1",
|
|
37
37
|
"@types/node": "^20.17.57",
|
|
38
38
|
"eslint": "^8.57.0",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"directory": "apps/client/libs/spec-utils",
|
|
48
48
|
"type": "git"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "ff0c01b522850f5482a0669d72fbd930dfdcb285"
|
|
51
51
|
}
|