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 CHANGED
@@ -36,7 +36,7 @@ $ npm install -g stepzen
36
36
  $ stepzen COMMAND
37
37
  running command...
38
38
  $ stepzen (--version|-v)
39
- stepzen/0.52.0 linux-x64 node-v18.20.8
39
+ stepzen/0.53.0-beta.0 linux-x64 node-v18.20.8
40
40
  $ stepzen --help [COMMAND]
41
41
  USAGE
42
42
  $ stepzen COMMAND
@@ -110,8 +110,8 @@ export default class Start extends ZenCommand {
110
110
  accessToken: configuration.accessToken,
111
111
  }
112
112
  : {
113
- adminKey: configuration.adminKey,
114
- apiKey: configuration.apiKeys,
113
+ adminkey: configuration.adminKey,
114
+ apikey: configuration.apiKeys,
115
115
  };
116
116
  const ui = await dashboard({
117
117
  ...auth,
@@ -2121,5 +2121,5 @@
2121
2121
  ]
2122
2122
  }
2123
2123
  },
2124
- "version": "0.52.0"
2124
+ "version": "0.53.0-beta.0"
2125
2125
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "stepzen",
3
3
  "description": "The StepZen CLI",
4
- "version": "0.52.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.52.0",
36
- "@stepzen/graphiql-proxy": "0.52.0",
37
- "@stepzen/sdk": "0.52.0",
38
- "@stepzen/transpiler": "0.52.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.2",
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": "726800654c5ab9358837c4757c664e81254d54d2"
157
+ "gitHead": "05cfb669a1ec9dda4e69994c28399e40257d8c65"
158
158
  }