@ankhorage/studio 2.0.7 → 2.0.8
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 +3 -2
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": "2.0.
|
|
3
|
+
"version": "2.0.8",
|
|
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",
|
|
@@ -253,7 +254,7 @@
|
|
|
253
254
|
},
|
|
254
255
|
"devDependencies": {
|
|
255
256
|
"@ankhorage/ankh": "^0.8.1",
|
|
256
|
-
"@ankhorage/devtools": "^1.6.
|
|
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",
|