@ankhorage/studio 0.6.0 → 0.6.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.
- package/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
# @ankhorage/studio
|
|
5
5
|
|
|
6
|
-
         
|
|
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": "0.6.
|
|
3
|
+
"version": "0.6.1",
|
|
4
4
|
"description": "Studio authoring package for Ankhorage apps",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://github.com/ankhorage/studio#readme",
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
"supabase-vault"
|
|
224
224
|
],
|
|
225
225
|
"dependencies": {
|
|
226
|
-
"@ankhorage/contracts": "^
|
|
226
|
+
"@ankhorage/contracts": "^3.0.0",
|
|
227
227
|
"@ankhorage/expo-runtime": "^0.0.10",
|
|
228
228
|
"@ankhorage/infra": "^0.4.0",
|
|
229
229
|
"@ankhorage/orchestrator": "^0.2.4",
|
|
@@ -231,9 +231,9 @@
|
|
|
231
231
|
"@ankhorage/orchestrator-module-expo-localization": "^0.1.5",
|
|
232
232
|
"@ankhorage/react-native-reanimated-dnd-web": "^0.3.2",
|
|
233
233
|
"@ankhorage/runtime": "^0.2.1",
|
|
234
|
-
"@ankhorage/supabase-auth": "^0.
|
|
234
|
+
"@ankhorage/supabase-auth": "^1.0.0",
|
|
235
235
|
"@ankhorage/supabase-vault": "^0.2.0",
|
|
236
|
-
"@ankhorage/templates": "^2.
|
|
236
|
+
"@ankhorage/templates": "^2.2.0",
|
|
237
237
|
"@ankhorage/zora": "^2.8.1",
|
|
238
238
|
"@ankhorage/zora-chess": "^0.1.2",
|
|
239
239
|
"@ankhorage/zora-tabletop": "^0.0.5",
|