@knapsack/renderer-native-android 4.89.4--canary.7062.b8a41e9.0 → 4.89.5
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 +12 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
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
|
+
|
|
1
13
|
# v4.89.3 (Thu Dec 11 2025)
|
|
2
14
|
|
|
3
15
|
#### 🐛 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
|
+
"version": "4.89.5",
|
|
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.
|
|
25
|
-
"@knapsack/file-utils": "4.89.
|
|
26
|
-
"@knapsack/types": "4.89.
|
|
24
|
+
"@knapsack/app": "4.89.5",
|
|
25
|
+
"@knapsack/file-utils": "4.89.5",
|
|
26
|
+
"@knapsack/types": "4.89.5",
|
|
27
27
|
"zod": "^4.1.12"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@knapsack/eslint-config-starter": "4.89.
|
|
31
|
-
"@knapsack/prettier-config": "4.89.
|
|
32
|
-
"@knapsack/typescript-config-starter": "4.89.
|
|
30
|
+
"@knapsack/eslint-config-starter": "4.89.5",
|
|
31
|
+
"@knapsack/prettier-config": "4.89.5",
|
|
32
|
+
"@knapsack/typescript-config-starter": "4.89.5",
|
|
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": "55eb070d9346a31bf1338d977da0cf9cc999e6a6"
|
|
47
47
|
}
|