@knapsack/renderer-native-ios 4.89.4--canary.7063.891af4e.0 → 4.89.6--canary.7073.5ccbdfd.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 +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-ios",
|
|
3
3
|
"description": "Native iOS component renderer for Knapsack",
|
|
4
|
-
"version": "4.89.
|
|
4
|
+
"version": "4.89.6--canary.7073.5ccbdfd.0",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"exports": {
|
|
@@ -19,15 +19,15 @@
|
|
|
19
19
|
"lint": "eslint ./"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@knapsack/app": "4.89.
|
|
23
|
-
"@knapsack/file-utils": "4.89.
|
|
24
|
-
"@knapsack/types": "4.89.
|
|
22
|
+
"@knapsack/app": "4.89.6--canary.7073.5ccbdfd.0",
|
|
23
|
+
"@knapsack/file-utils": "4.89.6--canary.7073.5ccbdfd.0",
|
|
24
|
+
"@knapsack/types": "4.89.6--canary.7073.5ccbdfd.0",
|
|
25
25
|
"zod": "^4.1.12"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@knapsack/eslint-config-starter": "4.89.
|
|
29
|
-
"@knapsack/prettier-config": "4.89.
|
|
30
|
-
"@knapsack/typescript-config-starter": "4.89.
|
|
28
|
+
"@knapsack/eslint-config-starter": "4.89.6--canary.7073.5ccbdfd.0",
|
|
29
|
+
"@knapsack/prettier-config": "4.89.6--canary.7073.5ccbdfd.0",
|
|
30
|
+
"@knapsack/typescript-config-starter": "4.89.6--canary.7073.5ccbdfd.0",
|
|
31
31
|
"@types/node": "^20.19.25",
|
|
32
32
|
"eslint": "^8.57.0",
|
|
33
33
|
"typescript": "^5.9.3"
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"directory": "apps/client/renderers/renderer-native-ios",
|
|
42
42
|
"type": "git"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "5ccbdfd6b5ebfd5dee11dd62c5174cf3db1d3449"
|
|
45
45
|
}
|