@xera-ai/cli 0.11.5 → 0.11.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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xera-ai/cli",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"bin": {
|
|
6
6
|
"xera": "./bin/xera"
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
"typecheck": "tsc --noEmit"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@xera-ai/core": "^0.11.
|
|
19
|
-
"@xera-ai/skills": "^0.11.
|
|
18
|
+
"@xera-ai/core": "^0.11.6",
|
|
19
|
+
"@xera-ai/skills": "^0.11.6",
|
|
20
20
|
"@clack/prompts": "1.4.0",
|
|
21
21
|
"cac": "7.0.0",
|
|
22
22
|
"picocolors": "1.1.1"
|
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
JIRA_EMAIL=
|
|
3
3
|
JIRA_API_TOKEN=
|
|
4
4
|
|
|
5
|
+
# Web app base URL used by `xera:auth-setup` (Playwright launches the browser
|
|
6
|
+
# directly, not via playwright.config.ts, so relative `page.goto('/login')`
|
|
7
|
+
# needs this). `xera:exec` overrides via its own env injection.
|
|
8
|
+
XERA_BASE_URL={{stagingUrl}}
|
|
9
|
+
|
|
5
10
|
# Test user credentials (one pair per role)
|
|
6
11
|
{{#each roles}}
|
|
7
12
|
TEST_{{upper this}}_EMAIL=
|