@ankhorage/studio 2.1.1 → 2.1.2
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.
|
@@ -4,7 +4,7 @@ const CONTRACTS_VERSION = '^11.0.0';
|
|
|
4
4
|
const CONTRACTS_OVERRIDE_VERSION = '11.0.0';
|
|
5
5
|
const DATA_SOURCES_VERSION = '^2.0.0';
|
|
6
6
|
const RUNTIME_VERSION = '^2.2.0';
|
|
7
|
-
const NAVIGATOR_VERSION = '^1.5.
|
|
7
|
+
const NAVIGATOR_VERSION = '^1.5.3';
|
|
8
8
|
const STUDIO_VERSION = '^2.0.20';
|
|
9
9
|
const UTILITY_VERSION = '^0.2.0';
|
|
10
10
|
const SUPABASE_AUTH_VERSION = '^1.2.5';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ankhorage/studio",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.2",
|
|
4
4
|
"description": "Studio authoring package for Ankhorage apps",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://github.com/ankhorage/studio#readme",
|
|
@@ -217,7 +217,7 @@
|
|
|
217
217
|
"@ankhorage/deploy": "^0.12.0",
|
|
218
218
|
"@ankhorage/expo-runtime": "^3.2.12",
|
|
219
219
|
"@ankhorage/infra": "^4.1.6",
|
|
220
|
-
"@ankhorage/navigator": "^1.5.
|
|
220
|
+
"@ankhorage/navigator": "^1.5.3",
|
|
221
221
|
"@ankhorage/orchestrator": "^0.3.1",
|
|
222
222
|
"@ankhorage/orchestrator-module-expo-google-fonts": "^0.2.4",
|
|
223
223
|
"@ankhorage/orchestrator-module-expo-localization": "^0.6.0",
|