@knapsack/spec-utils 4.81.0--canary.6256.2ad7beb.0 → 4.81.0
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 +15 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
# v4.81.0 (Fri Jun 20 2025)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Merge branch 'latest' into feature/ksp-6428-setup-caching-infer-spec ([@mabry1985](https://github.com/mabry1985))
|
|
6
|
+
- add recursive depth control ([@mabry1985](https://github.com/mabry1985))
|
|
7
|
+
- remove ts program caching ([@mabry1985](https://github.com/mabry1985))
|
|
8
|
+
- remove raw typescript objects from cache ([@mabry1985](https://github.com/mabry1985))
|
|
9
|
+
|
|
10
|
+
#### Authors: 1
|
|
11
|
+
|
|
12
|
+
- Josh Mabry ([@mabry1985](https://github.com/mabry1985))
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
1
16
|
# v4.80.19 (Mon Jun 16 2025)
|
|
2
17
|
|
|
3
18
|
#### 🐛 Bug Fix
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knapsack/spec-utils",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "4.81.0
|
|
4
|
+
"version": "4.81.0",
|
|
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.81.0
|
|
23
|
+
"@knapsack/utils": "4.81.0",
|
|
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.81.0
|
|
30
|
-
"@knapsack/eslint-config-starter": "4.81.0
|
|
31
|
-
"@knapsack/file-utils": "4.81.0
|
|
32
|
-
"@knapsack/prettier-config": "4.81.0
|
|
33
|
-
"@knapsack/sandbox-components": "4.81.0
|
|
34
|
-
"@knapsack/types": "4.81.0
|
|
35
|
-
"@knapsack/typescript-config-starter": "4.81.0
|
|
29
|
+
"@knapsack/angular-sandbox-components": "4.81.0",
|
|
30
|
+
"@knapsack/eslint-config-starter": "4.81.0",
|
|
31
|
+
"@knapsack/file-utils": "4.81.0",
|
|
32
|
+
"@knapsack/prettier-config": "4.81.0",
|
|
33
|
+
"@knapsack/sandbox-components": "4.81.0",
|
|
34
|
+
"@knapsack/types": "4.81.0",
|
|
35
|
+
"@knapsack/typescript-config-starter": "4.81.0",
|
|
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": "cc8190461b1c6ca81ccfcfaec1354b17c6d6d9fe"
|
|
51
51
|
}
|