@knapsack/renderer-native-android 4.89.4--canary.fd1ae31.0 → 4.89.4--canary.7063.891af4e.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.
Files changed (1) hide show
  1. package/package.json +8 -8
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.fd1ae31.0",
4
+ "version": "4.89.4--canary.7063.891af4e.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.fd1ae31.0",
25
- "@knapsack/file-utils": "4.89.4--canary.fd1ae31.0",
26
- "@knapsack/types": "4.89.4--canary.fd1ae31.0",
24
+ "@knapsack/app": "4.89.4--canary.7063.891af4e.0",
25
+ "@knapsack/file-utils": "4.89.4--canary.7063.891af4e.0",
26
+ "@knapsack/types": "4.89.4--canary.7063.891af4e.0",
27
27
  "zod": "^4.1.12"
28
28
  },
29
29
  "devDependencies": {
30
- "@knapsack/eslint-config-starter": "4.89.4--canary.fd1ae31.0",
31
- "@knapsack/prettier-config": "4.89.4--canary.fd1ae31.0",
32
- "@knapsack/typescript-config-starter": "4.89.4--canary.fd1ae31.0",
30
+ "@knapsack/eslint-config-starter": "4.89.4--canary.7063.891af4e.0",
31
+ "@knapsack/prettier-config": "4.89.4--canary.7063.891af4e.0",
32
+ "@knapsack/typescript-config-starter": "4.89.4--canary.7063.891af4e.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": "fd1ae315a8aafb70704eb5495e9e6eceed7f48de"
46
+ "gitHead": "891af4e88ed8b9264434d1eb7cad71928479bd34"
47
47
  }