@ankhorage/studio 2.3.4 → 2.3.6
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/package.json +18 -24
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ankhorage/studio",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.6",
|
|
4
4
|
"description": "Studio authoring package for Ankhorage apps",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://github.com/ankhorage/studio#readme",
|
|
@@ -153,13 +153,7 @@
|
|
|
153
153
|
"studio.projects.list",
|
|
154
154
|
"studio.projects.create",
|
|
155
155
|
"studio.projects.delete",
|
|
156
|
-
"studio.projects.sync"
|
|
157
|
-
"studio.secrets.list",
|
|
158
|
-
"studio.secrets.create",
|
|
159
|
-
"studio.secrets.replace",
|
|
160
|
-
"studio.secrets.remove",
|
|
161
|
-
"studio.apis.connect",
|
|
162
|
-
"studio.apis.test"
|
|
156
|
+
"studio.projects.sync"
|
|
163
157
|
]
|
|
164
158
|
},
|
|
165
159
|
"scripts": {
|
|
@@ -208,27 +202,27 @@
|
|
|
208
202
|
"dependencies": {
|
|
209
203
|
"@ankhorage/color-theory": "^0.3.0",
|
|
210
204
|
"@ankhorage/contracts": "^12.0.1",
|
|
211
|
-
"@ankhorage/data-sources": "^2.0.
|
|
212
|
-
"@ankhorage/deploy": "^0.12.
|
|
205
|
+
"@ankhorage/data-sources": "^2.0.3",
|
|
206
|
+
"@ankhorage/deploy": "^0.12.5",
|
|
213
207
|
"@ankhorage/expo-runtime": "^3.2.12",
|
|
214
|
-
"@ankhorage/infra": "^4.1.
|
|
215
|
-
"@ankhorage/navigator": "^3.
|
|
216
|
-
"@ankhorage/orchestrator": "^0.3.
|
|
217
|
-
"@ankhorage/orchestrator-module-expo-google-fonts": "^0.2.
|
|
218
|
-
"@ankhorage/orchestrator-module-expo-localization": "^0.6.
|
|
219
|
-
"@ankhorage/permissions": "^0.2.
|
|
208
|
+
"@ankhorage/infra": "^4.1.10",
|
|
209
|
+
"@ankhorage/navigator": "^3.1.0",
|
|
210
|
+
"@ankhorage/orchestrator": "^0.3.2",
|
|
211
|
+
"@ankhorage/orchestrator-module-expo-google-fonts": "^0.2.5",
|
|
212
|
+
"@ankhorage/orchestrator-module-expo-localization": "^0.6.6",
|
|
213
|
+
"@ankhorage/permissions": "^0.2.4",
|
|
220
214
|
"@ankhorage/react-native-reanimated-dnd-web": "^0.4.0",
|
|
221
215
|
"@ankhorage/repository": "^0.4.1",
|
|
222
|
-
"@ankhorage/runtime": "^2.2.
|
|
223
|
-
"@ankhorage/supabase-auth": "^1.2.
|
|
224
|
-
"@ankhorage/supabase-storage": "^0.2.
|
|
225
|
-
"@ankhorage/supabase-vault": "^0.2.
|
|
216
|
+
"@ankhorage/runtime": "^2.2.8",
|
|
217
|
+
"@ankhorage/supabase-auth": "^1.2.11",
|
|
218
|
+
"@ankhorage/supabase-storage": "^0.2.5",
|
|
219
|
+
"@ankhorage/supabase-vault": "^0.2.11",
|
|
226
220
|
"@ankhorage/surface": "^3.4.4",
|
|
227
|
-
"@ankhorage/templates": "^9.3.
|
|
221
|
+
"@ankhorage/templates": "^9.3.6",
|
|
228
222
|
"@ankhorage/utility": "^0.4.0",
|
|
229
|
-
"@ankhorage/zora": "^4.2.
|
|
230
|
-
"@ankhorage/zora-chess": "^0.1.
|
|
231
|
-
"@ankhorage/zora-tabletop": "^0.0.
|
|
223
|
+
"@ankhorage/zora": "^4.2.2",
|
|
224
|
+
"@ankhorage/zora-chess": "^0.1.6",
|
|
225
|
+
"@ankhorage/zora-tabletop": "^0.0.9",
|
|
232
226
|
"@fastify/cors": "^11.2.0",
|
|
233
227
|
"expo-document-picker": "~57.0.1",
|
|
234
228
|
"expo-file-system": "~57.0.6",
|