@knapsack/creator-utils 4.89.7--canary.ebdec8e.0 → 4.89.7--canary.0192cf9.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 +0 -38
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,41 +1,3 @@
|
|
|
1
|
-
# v4.89.4 (Mon Jan 05 2026)
|
|
2
|
-
|
|
3
|
-
#### 🏠 Internal
|
|
4
|
-
|
|
5
|
-
- KSP-6086 normalize error and log metadata for api domains [#6997](https://github.com/knapsack-labs/app-monorepo/pull/6997) ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
|
|
6
|
-
|
|
7
|
-
#### Authors: 1
|
|
8
|
-
|
|
9
|
-
- [@EmmanuelVelez](https://github.com/EmmanuelVelez)
|
|
10
|
-
|
|
11
|
-
---
|
|
12
|
-
|
|
13
|
-
# v4.89.3 (Thu Dec 11 2025)
|
|
14
|
-
|
|
15
|
-
#### 🐛 Bug Fix
|
|
16
|
-
|
|
17
|
-
- KSP-6536 Fixed align token metrics counting with UI logic for variables and collections [#6778](https://github.com/knapsack-labs/app-monorepo/pull/6778) ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
|
|
18
|
-
- Merge branch 'latest' into feature/ksp-6536-metrics-not-computing-tokens-and-variables-correctly ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
|
|
19
|
-
- Merge remote-tracking branch 'origin/feature/ksp-6536-metrics-not-computing-tokens-and-variables-correctly' into feature/ksp-6536-metrics-not-computing-tokens-and-variables-correctly ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
|
|
20
|
-
|
|
21
|
-
#### Authors: 1
|
|
22
|
-
|
|
23
|
-
- [@EmmanuelVelez](https://github.com/EmmanuelVelez)
|
|
24
|
-
|
|
25
|
-
---
|
|
26
|
-
|
|
27
|
-
# v4.89.1 (Wed Dec 10 2025)
|
|
28
|
-
|
|
29
|
-
#### 🐛 Bug Fix
|
|
30
|
-
|
|
31
|
-
- Merge remote-tracking branch 'origin/latest' into KSP-6900_mcp_onboarding_pages ([@brittanysmart](https://github.com/brittanysmart))
|
|
32
|
-
|
|
33
|
-
#### Authors: 1
|
|
34
|
-
|
|
35
|
-
- Brittany Smart ([@brittanysmart](https://github.com/brittanysmart))
|
|
36
|
-
|
|
37
|
-
---
|
|
38
|
-
|
|
39
1
|
# v4.87.9 (Thu Nov 20 2025)
|
|
40
2
|
|
|
41
3
|
#### 🏠 Internal
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knapsack/creator-utils",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "4.89.7--canary.
|
|
4
|
+
"version": "4.89.7--canary.0192cf9.0",
|
|
5
5
|
"bin": "./bin.js",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"start": "tsc --watch"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@knapsack/file-utils": "4.89.7--canary.
|
|
24
|
+
"@knapsack/file-utils": "4.89.7--canary.0192cf9.0",
|
|
25
25
|
"execa": "^5.1.1",
|
|
26
26
|
"fs-extra": "^11.3.2",
|
|
27
27
|
"globby": "^11.1.0",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"directory": "tools/creator-utils",
|
|
53
53
|
"type": "git"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "0192cf9184834ff90a2d29f874056b4694c05f34"
|
|
56
56
|
}
|