@ankhorage/studio 1.13.5 → 2.0.1

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 (50) hide show
  1. package/README.md +1 -1
  2. package/dist/app/StudioApp.d.ts.map +1 -1
  3. package/dist/app/StudioApp.js +1 -16
  4. package/dist/app/StudioApp.js.map +1 -1
  5. package/dist/app/workspace/WorkspacePrimitives.d.ts +6 -2
  6. package/dist/app/workspace/WorkspacePrimitives.d.ts.map +1 -1
  7. package/dist/app/workspace/WorkspacePrimitives.js.map +1 -1
  8. package/dist/host/http/server.d.ts +2 -2
  9. package/dist/host/http/server.d.ts.map +1 -1
  10. package/dist/host/http/serverWithSecrets.d.ts +1 -1
  11. package/dist/host/http/serverWithSecrets.d.ts.map +1 -1
  12. package/dist/host/layout/generatedImportComposer.d.ts.map +1 -1
  13. package/dist/host/layout/generatedImportComposer.js +17 -10
  14. package/dist/host/layout/generatedImportComposer.js.map +1 -1
  15. package/dist/host/layout/layoutGenerator.d.ts.map +1 -1
  16. package/dist/host/layout/layoutGenerator.js +63 -18
  17. package/dist/host/layout/layoutGenerator.js.map +1 -1
  18. package/dist/host/layout/templates/navigation.js +2 -2
  19. package/dist/host/layout/templates/nestedLayout.d.ts.map +1 -1
  20. package/dist/host/layout/templates/nestedLayout.js +3 -5
  21. package/dist/host/layout/templates/nestedLayout.js.map +1 -1
  22. package/dist/host/layout/templates/rootLayout.d.ts +1 -0
  23. package/dist/host/layout/templates/rootLayout.d.ts.map +1 -1
  24. package/dist/host/layout/templates/rootLayout.js +31 -22
  25. package/dist/host/layout/templates/rootLayout.js.map +1 -1
  26. package/dist/host/layout/templates/screen.d.ts.map +1 -1
  27. package/dist/host/layout/templates/screen.js +41 -22
  28. package/dist/host/layout/templates/screen.js.map +1 -1
  29. package/dist/host/media/projectBundledMediaRegistry.d.ts.map +1 -1
  30. package/dist/host/media/projectBundledMediaRegistry.js +7 -1
  31. package/dist/host/media/projectBundledMediaRegistry.js.map +1 -1
  32. package/dist/host/orchestrator/generatedAppFiles.d.ts.map +1 -1
  33. package/dist/host/orchestrator/generatedAppFiles.js +9 -14
  34. package/dist/host/orchestrator/generatedAppFiles.js.map +1 -1
  35. package/dist/host/orchestrator/scaffolder.d.ts +3 -4
  36. package/dist/host/orchestrator/scaffolder.d.ts.map +1 -1
  37. package/dist/host/orchestrator/scaffolder.js +15 -15
  38. package/dist/host/orchestrator/scaffolder.js.map +1 -1
  39. package/dist/host/orchestrator/templates.d.ts +15 -36
  40. package/dist/host/orchestrator/templates.d.ts.map +1 -1
  41. package/dist/host/orchestrator/templates.js +108 -152
  42. package/dist/host/orchestrator/templates.js.map +1 -1
  43. package/dist/runtime/runtimeActions.js +1 -1
  44. package/dist/runtime/runtimeActions.js.map +1 -1
  45. package/dist/ui/createStudioAppBarActions.js.map +1 -1
  46. package/package.json +32 -23
  47. package/dist/host/orchestrator/expoSdk54AnimationCompatibility.d.ts +0 -7
  48. package/dist/host/orchestrator/expoSdk54AnimationCompatibility.d.ts.map +0 -1
  49. package/dist/host/orchestrator/expoSdk54AnimationCompatibility.js +0 -7
  50. package/dist/host/orchestrator/expoSdk54AnimationCompatibility.js.map +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ankhorage/studio",
3
- "version": "1.13.5",
3
+ "version": "2.0.1",
4
4
  "description": "Studio authoring package for Ankhorage apps",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/ankhorage/studio#readme",
@@ -180,6 +180,8 @@
180
180
  "format:check": "ankhorage-prettier --check .",
181
181
  "knip": "ankhorage-knip",
182
182
  "test": "bun test",
183
+ "test:acceptance:expo57-generated-app": "bun scripts/expo57-generated-app-acceptance.ts",
184
+ "test:acceptance:expo57-generated-navigation": "bun scripts/expo57-generated-navigation-acceptance.ts",
183
185
  "test:e2e": "bun run test:e2e:generated-app-web && bun run test:e2e:infra",
184
186
  "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",
185
187
  "test:e2e:infra": "ANKH_STUDIO_INFRA_E2E=1 bun test src/host/studioInfra.e2e.test.ts",
@@ -208,47 +210,54 @@
208
210
  "@ankhorage/contracts": "^8.0.0",
209
211
  "@ankhorage/data-sources": "^2.0.0",
210
212
  "@ankhorage/deploy": "^0.12.0",
211
- "@ankhorage/expo-runtime": "^2.6.0",
213
+ "@ankhorage/expo-runtime": "^3.0.1",
212
214
  "@ankhorage/infra": "^4.1.1",
213
215
  "@ankhorage/orchestrator": "^0.3.1",
214
- "@ankhorage/orchestrator-module-expo-google-fonts": "^0.2.0",
215
- "@ankhorage/orchestrator-module-expo-localization": "^0.5.2",
216
- "@ankhorage/react-native-reanimated-dnd-web": "^0.3.2",
217
- "@ankhorage/runtime": "^2.1.0",
216
+ "@ankhorage/orchestrator-module-expo-google-fonts": "^0.2.1",
217
+ "@ankhorage/orchestrator-module-expo-localization": "^0.6.0",
218
+ "@ankhorage/react-native-reanimated-dnd-web": "^0.4.0",
219
+ "@ankhorage/runtime": "^2.2.0",
218
220
  "@ankhorage/supabase-auth": "^1.2.1",
219
221
  "@ankhorage/supabase-storage": "^0.2.0",
220
222
  "@ankhorage/supabase-vault": "^0.2.4",
221
223
  "@ankhorage/templates": "^7.0.0",
222
- "@ankhorage/zora": "^2.13.2",
224
+ "@ankhorage/zora": "^3.0.0",
223
225
  "@ankhorage/zora-chess": "^0.1.2",
224
226
  "@ankhorage/zora-tabletop": "^0.0.5",
225
227
  "@fastify/cors": "^11.2.0",
226
- "expo-document-picker": "~14.0.8",
227
- "expo-file-system": "~19.0.23",
228
+ "expo-document-picker": "~57.0.1",
229
+ "expo-file-system": "~57.0.5",
228
230
  "fastify": "^5.7.4"
229
231
  },
230
232
  "peerDependencies": {
231
- "@expo/vector-icons": "^15.0.3",
232
- "expo-constants": "~18.0.13",
233
- "expo-font": "~14.0.12",
234
- "expo-router": "~6.0.22",
235
- "expo-status-bar": "^3.0.9",
236
- "react": "19.1.0",
237
- "react-native": "0.81.5",
238
- "react-native-gesture-handler": "~2.28.0",
239
- "react-native-safe-area-context": "~5.6.0",
240
- "@react-native-picker/picker": "2.11.1",
241
- "expo-linear-gradient": "~15.0.8"
233
+ "@react-native-picker/picker": "2.11.4",
234
+ "@react-native-vector-icons/fontawesome": "^13.1.3",
235
+ "@react-native-vector-icons/fontawesome5": "^13.1.3",
236
+ "@react-native-vector-icons/fontawesome6": "^13.1.3",
237
+ "@react-native-vector-icons/ionicons": "^13.1.3",
238
+ "expo": "~57.0.15",
239
+ "expo-constants": "~57.0.13",
240
+ "expo-router": "~57.0.15",
241
+ "expo-status-bar": "~57.0.1",
242
+ "react": "19.2.3",
243
+ "react-dom": "19.2.3",
244
+ "react-native": "0.86.2",
245
+ "react-native-gesture-handler": "~2.32.0",
246
+ "react-native-reanimated": "4.5.1",
247
+ "react-native-safe-area-context": "~5.7.0",
248
+ "react-native-screens": "~4.26.0",
249
+ "react-native-web": "~0.21.0",
250
+ "react-native-worklets": "0.10.1"
242
251
  },
243
252
  "devDependencies": {
244
253
  "@ankhorage/ankh": "^0.8.1",
245
- "@ankhorage/devtools": "1.5.1",
254
+ "@ankhorage/devtools": "^1.6.0",
246
255
  "@ankhorage/paradox": "^0.1.21",
247
256
  "@changesets/cli": "^2.31.0",
248
257
  "@types/bun": "^1.3.14",
249
- "@types/node": "^25.6.0",
258
+ "@types/node": "^24.13.3",
250
259
  "@types/react": "^19.2.14",
251
- "typescript": "^5.9.3"
260
+ "typescript": "~6.0.3"
252
261
  },
253
262
  "packageManager": "bun@1.3.14"
254
263
  }
@@ -1,7 +0,0 @@
1
- export declare const EXPO_SDK_54_ANIMATION_COMPATIBILITY: {
2
- readonly babelPlugin: "react-native-worklets/plugin";
3
- readonly expoSdk: "54";
4
- readonly reanimated: "4.3.0";
5
- readonly worklets: "0.8.3";
6
- };
7
- //# sourceMappingURL=expoSdk54AnimationCompatibility.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"expoSdk54AnimationCompatibility.d.ts","sourceRoot":"","sources":["../../../src/host/orchestrator/expoSdk54AnimationCompatibility.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mCAAmC;;;;;CAKtC,CAAC"}
@@ -1,7 +0,0 @@
1
- export const EXPO_SDK_54_ANIMATION_COMPATIBILITY = {
2
- babelPlugin: 'react-native-worklets/plugin',
3
- expoSdk: '54',
4
- reanimated: '4.3.0',
5
- worklets: '0.8.3',
6
- };
7
- //# sourceMappingURL=expoSdk54AnimationCompatibility.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"expoSdk54AnimationCompatibility.js","sourceRoot":"","sources":["../../../src/host/orchestrator/expoSdk54AnimationCompatibility.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,mCAAmC,GAAG;IACjD,WAAW,EAAE,8BAA8B;IAC3C,OAAO,EAAE,IAAI;IACb,UAAU,EAAE,OAAO;IACnB,QAAQ,EAAE,OAAO;CACT,CAAC"}