This commit is contained in:
2026-05-18 15:59:46 +02:00
parent 2658c37453
commit 26713b13b1
21 changed files with 894 additions and 97 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "greenlens",
"version": "2.2.6",
"version": "2.2.7",
"main": "expo-router/entry",
"private": true,
"scripts": {
@@ -11,6 +11,7 @@
"build:dev": "eas build --profile development --platform android",
"build:preview": "eas build --profile preview --platform android",
"build:prod": "eas build --profile production --platform android",
"postinstall": "patch-package",
"test": "jest",
"audit:semantic": "node scripts/generate_semantic_audit.js"
},
@@ -76,6 +77,7 @@
"@types/react": "~19.1.0",
"jest": "^29.7.0",
"jest-expo": "^54.0.17",
"patch-package": "^8.0.1",
"typescript": "^5.3.0"
}
}