stepzen 0.52.0 → 0.53.0-beta.0
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/lib/commands/start.js +2 -2
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
package/lib/commands/start.js
CHANGED
|
@@ -110,8 +110,8 @@ export default class Start extends ZenCommand {
|
|
|
110
110
|
accessToken: configuration.accessToken,
|
|
111
111
|
}
|
|
112
112
|
: {
|
|
113
|
-
|
|
114
|
-
|
|
113
|
+
adminkey: configuration.adminKey,
|
|
114
|
+
apikey: configuration.apiKeys,
|
|
115
115
|
};
|
|
116
116
|
const ui = await dashboard({
|
|
117
117
|
...auth,
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "stepzen",
|
|
3
3
|
"description": "The StepZen CLI",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.53.0-beta.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Darren Waddell <darren@stepzen.com>",
|
|
7
7
|
"contributors": [
|
|
@@ -32,10 +32,10 @@
|
|
|
32
32
|
"@oclif/plugin-version": "^2.2.16",
|
|
33
33
|
"@segment/analytics-node": "^2.2.0",
|
|
34
34
|
"@soluble/dsn-parser": "^1.7.5",
|
|
35
|
-
"@stepzen/fetch": "0.
|
|
36
|
-
"@stepzen/graphiql-proxy": "0.
|
|
37
|
-
"@stepzen/sdk": "0.
|
|
38
|
-
"@stepzen/transpiler": "0.
|
|
35
|
+
"@stepzen/fetch": "0.53.0-beta.0",
|
|
36
|
+
"@stepzen/graphiql-proxy": "0.53.0-beta.0",
|
|
37
|
+
"@stepzen/sdk": "0.53.0-beta.0",
|
|
38
|
+
"@stepzen/transpiler": "0.53.0-beta.0",
|
|
39
39
|
"chalk": "^4.1.2",
|
|
40
40
|
"chokidar": "^3.5.3",
|
|
41
41
|
"compare-versions": "^5.0.3",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"@types/lodash-es": "^4.17.12",
|
|
69
69
|
"@types/mocha": "^10.0.9",
|
|
70
70
|
"@types/mock-fs": "^4.13.0",
|
|
71
|
-
"@types/node-fetch": "^2.6.
|
|
71
|
+
"@types/node-fetch": "^2.6.12",
|
|
72
72
|
"@types/prettier": "^2.7.2",
|
|
73
73
|
"@types/semver": "^7.3.9",
|
|
74
74
|
"@types/shelljs": "^0.8.11",
|
|
@@ -150,9 +150,9 @@
|
|
|
150
150
|
"--comment--": "workaround for CVE-2022-25881",
|
|
151
151
|
"http-cache-semantics": "^4.1.1"
|
|
152
152
|
},
|
|
153
|
-
"--comment--": "workaround for CVE-2024-4067 and CVE-2024-21538",
|
|
153
|
+
"--comment--": "workaround for CVE-2024-4067 and CVE-2024-21538 and CVE-2025-7783",
|
|
154
154
|
"micromatch": "^4.0.8",
|
|
155
155
|
"cross-spawn": "^7.0.6"
|
|
156
156
|
},
|
|
157
|
-
"gitHead": "
|
|
157
|
+
"gitHead": "05cfb669a1ec9dda4e69994c28399e40257d8c65"
|
|
158
158
|
}
|