@ankhorage/studio 2.0.7 → 2.0.9

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +9 -8
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  # @ankhorage/studio
5
5
 
6
- ![license: MIT](././paradox/badges/license.svg) ![npm: v2.0.6](././paradox/badges/npm.svg) ![runtime: bun](././paradox/badges/runtime.svg) ![typescript: strict](././paradox/badges/typescript.svg) ![eslint: checked](././paradox/badges/eslint.svg) ![prettier: checked](././paradox/badges/prettier.svg) ![build: checked](././paradox/badges/build.svg) ![tests: checked](././paradox/badges/tests.svg) ![docs: paradox](././paradox/badges/docs.svg)
6
+ ![license: MIT](././paradox/badges/license.svg) ![npm: v2.0.7](././paradox/badges/npm.svg) ![runtime: bun](././paradox/badges/runtime.svg) ![typescript: strict](././paradox/badges/typescript.svg) ![eslint: checked](././paradox/badges/eslint.svg) ![prettier: checked](././paradox/badges/prettier.svg) ![build: checked](././paradox/badges/build.svg) ![tests: checked](././paradox/badges/tests.svg) ![docs: paradox](././paradox/badges/docs.svg)
7
7
 
8
8
  Standalone Studio authoring package for Ankhorage apps.
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ankhorage/studio",
3
- "version": "2.0.7",
3
+ "version": "2.0.9",
4
4
  "description": "Studio authoring package for Ankhorage apps",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/ankhorage/studio#readme",
@@ -183,6 +183,7 @@
183
183
  "test:acceptance:expo57-generated-app": "bun scripts/expo57-generated-app-acceptance.ts",
184
184
  "test:acceptance:expo57-generated-capabilities": "bun scripts/expo57-generated-capability-acceptance.ts",
185
185
  "test:acceptance:expo57-generated-navigation": "bun scripts/expo57-generated-navigation-acceptance.ts",
186
+ "test:acceptance:expo57-studio-standalone": "bun scripts/expo57-studio-standalone-acceptance.ts",
186
187
  "test:e2e": "bun run test:e2e:generated-app-web && bun run test:e2e:infra",
187
188
  "test:e2e:generated-app-web": "CHROME_PATH=\"${CHROME_PATH:-$(command -v google-chrome || command -v google-chrome-stable || command -v chromium || command -v chromium-browser || printf '%s' '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome')}\" ANKH_STUDIO_ADMIN_WEB_SMOKE=1 bun test src/host/generatedAdminExpoWeb.smoke.test.ts",
188
189
  "test:e2e:infra": "ANKH_STUDIO_INFRA_E2E=1 bun test src/host/studioInfra.e2e.test.ts",
@@ -212,18 +213,18 @@
212
213
  "@ankhorage/contracts": "^8.0.0",
213
214
  "@ankhorage/data-sources": "^2.0.0",
214
215
  "@ankhorage/deploy": "^0.12.0",
215
- "@ankhorage/expo-runtime": "^3.0.4",
216
- "@ankhorage/infra": "^4.1.2",
216
+ "@ankhorage/expo-runtime": "^3.0.6",
217
+ "@ankhorage/infra": "^4.1.3",
217
218
  "@ankhorage/orchestrator": "^0.3.1",
218
219
  "@ankhorage/orchestrator-module-expo-google-fonts": "^0.2.1",
219
220
  "@ankhorage/orchestrator-module-expo-localization": "^0.6.0",
220
221
  "@ankhorage/react-native-reanimated-dnd-web": "^0.4.0",
221
- "@ankhorage/runtime": "^2.2.0",
222
+ "@ankhorage/runtime": "^2.2.1",
222
223
  "@ankhorage/supabase-auth": "^1.2.5",
223
224
  "@ankhorage/supabase-storage": "^0.2.0",
224
225
  "@ankhorage/supabase-vault": "^0.2.4",
225
226
  "@ankhorage/templates": "^7.0.0",
226
- "@ankhorage/zora": "^3.0.0",
227
+ "@ankhorage/zora": "^3.0.1",
227
228
  "@ankhorage/zora-chess": "^0.1.2",
228
229
  "@ankhorage/zora-tabletop": "^0.0.5",
229
230
  "@fastify/cors": "^11.2.0",
@@ -237,13 +238,13 @@
237
238
  "@react-native-vector-icons/fontawesome5": "^13.1.3",
238
239
  "@react-native-vector-icons/fontawesome6": "^13.1.3",
239
240
  "@react-native-vector-icons/ionicons": "^13.1.3",
240
- "expo": "~57.0.15",
241
+ "expo": "57.0.17",
241
242
  "expo-constants": "~57.0.13",
242
243
  "expo-router": "~57.0.15",
243
244
  "expo-status-bar": "~57.0.1",
244
245
  "react": "19.2.3",
245
246
  "react-dom": "19.2.3",
246
- "react-native": "0.86.2",
247
+ "react-native": "0.86.x",
247
248
  "react-native-gesture-handler": "~2.32.0",
248
249
  "react-native-reanimated": "4.5.1",
249
250
  "react-native-safe-area-context": "~5.7.0",
@@ -253,7 +254,7 @@
253
254
  },
254
255
  "devDependencies": {
255
256
  "@ankhorage/ankh": "^0.8.1",
256
- "@ankhorage/devtools": "^1.6.0",
257
+ "@ankhorage/devtools": "^1.6.1",
257
258
  "@ankhorage/paradox": "^0.1.21",
258
259
  "@changesets/cli": "^2.31.0",
259
260
  "@types/bun": "^1.3.14",