@knapsack/renderer-native-android 4.89.4--canary.7025.a90fef2.0 → 4.89.4--canary.7029.ed89349.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 +17 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
# v4.89.3 (Thu Dec 11 2025)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- 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))
|
|
6
|
+
|
|
7
|
+
#### 🏠 Internal
|
|
8
|
+
|
|
9
|
+
- stub API renderer discovery response [#7008](https://github.com/knapsack-labs/app-monorepo/pull/7008) ([@EvanLovely](https://github.com/EvanLovely))
|
|
10
|
+
|
|
11
|
+
#### Authors: 2
|
|
12
|
+
|
|
13
|
+
- [@EmmanuelVelez](https://github.com/EmmanuelVelez)
|
|
14
|
+
- Evan Lovely ([@EvanLovely](https://github.com/EvanLovely))
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
1
18
|
# v4.89.1 (Wed Dec 10 2025)
|
|
2
19
|
|
|
3
20
|
#### 🐛 Bug Fix
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knapsack/renderer-native-android",
|
|
3
3
|
"description": "Native Android component renderer for Knapsack",
|
|
4
|
-
"version": "4.89.4--canary.
|
|
4
|
+
"version": "4.89.4--canary.7029.ed89349.0",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"exports": {
|
|
@@ -21,15 +21,15 @@
|
|
|
21
21
|
"test": "echo 'No tests for native Android renderer yet'"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@knapsack/app": "4.89.4--canary.
|
|
25
|
-
"@knapsack/file-utils": "4.89.4--canary.
|
|
26
|
-
"@knapsack/types": "4.89.4--canary.
|
|
24
|
+
"@knapsack/app": "4.89.4--canary.7029.ed89349.0",
|
|
25
|
+
"@knapsack/file-utils": "4.89.4--canary.7029.ed89349.0",
|
|
26
|
+
"@knapsack/types": "4.89.4--canary.7029.ed89349.0",
|
|
27
27
|
"zod": "^4.1.12"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@knapsack/eslint-config-starter": "4.89.4--canary.
|
|
31
|
-
"@knapsack/prettier-config": "4.89.4--canary.
|
|
32
|
-
"@knapsack/typescript-config-starter": "4.89.4--canary.
|
|
30
|
+
"@knapsack/eslint-config-starter": "4.89.4--canary.7029.ed89349.0",
|
|
31
|
+
"@knapsack/prettier-config": "4.89.4--canary.7029.ed89349.0",
|
|
32
|
+
"@knapsack/typescript-config-starter": "4.89.4--canary.7029.ed89349.0",
|
|
33
33
|
"@types/node": "^20.19.25",
|
|
34
34
|
"eslint": "^8.57.0",
|
|
35
35
|
"typescript": "^5.9.3"
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"directory": "apps/client/renderers/renderer-native-android",
|
|
44
44
|
"type": "git"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "ed89349f177754656a01948ce341a6565f336a12"
|
|
47
47
|
}
|