stepzen 0.57.0 → 0.58.0-experimental.2d2ff0f
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 +3 -3
- package/oclif.manifest.json +1 -1
- package/package.json +21 -15
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.
|
|
39
|
+
stepzen/0.58.0-experimental.2d2ff0f linux-x64 node-v22.22.2
|
|
40
40
|
$ stepzen --help [COMMAND]
|
|
41
41
|
USAGE
|
|
42
42
|
$ stepzen COMMAND
|
|
@@ -176,7 +176,7 @@ DESCRIPTION
|
|
|
176
176
|
Display help for stepzen.
|
|
177
177
|
```
|
|
178
178
|
|
|
179
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/
|
|
179
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.41/src/commands/help.ts)_
|
|
180
180
|
|
|
181
181
|
## `stepzen import [SOURCE]`
|
|
182
182
|
|
|
@@ -1144,7 +1144,7 @@ FLAG DESCRIPTIONS
|
|
|
1144
1144
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
1145
1145
|
```
|
|
1146
1146
|
|
|
1147
|
-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/
|
|
1147
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.40/src/commands/version.ts)_
|
|
1148
1148
|
|
|
1149
1149
|
## `stepzen whoami`
|
|
1150
1150
|
|
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.58.0-experimental.2d2ff0f",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Darren Waddell <darren@stepzen.com>",
|
|
7
7
|
"contributors": [
|
|
@@ -26,16 +26,16 @@
|
|
|
26
26
|
"graphql"
|
|
27
27
|
],
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@oclif/core": "^4.
|
|
30
|
-
"@oclif/plugin-help": "^6.2.
|
|
31
|
-
"@oclif/plugin-plugins": "^5.4.
|
|
32
|
-
"@oclif/plugin-version": "^2.2.
|
|
29
|
+
"@oclif/core": "^4.10.3",
|
|
30
|
+
"@oclif/plugin-help": "^6.2.41",
|
|
31
|
+
"@oclif/plugin-plugins": "^5.4.59",
|
|
32
|
+
"@oclif/plugin-version": "^2.2.40",
|
|
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.58.0-experimental.2d2ff0f",
|
|
36
|
+
"@stepzen/graphiql-proxy": "0.58.0-experimental.2d2ff0f",
|
|
37
|
+
"@stepzen/sdk": "0.58.0-experimental.2d2ff0f",
|
|
38
|
+
"@stepzen/transpiler": "0.58.0-experimental.2d2ff0f",
|
|
39
39
|
"chalk": "^4.1.2",
|
|
40
40
|
"chokidar": "^3.6.0",
|
|
41
41
|
"compare-versions": "^6.1.1",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"cross-env": "^7.0.3",
|
|
81
81
|
"eslint": "^8.57.1",
|
|
82
82
|
"eslint-config-oclif": "^5.2.2",
|
|
83
|
-
"eslint-config-oclif-typescript": "^3.1.
|
|
83
|
+
"eslint-config-oclif-typescript": "^3.1.14",
|
|
84
84
|
"eslint-config-prettier": "^9.1.0",
|
|
85
85
|
"esmock": "^2.6.9",
|
|
86
86
|
"fancy-test": "^1.4.10",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"mocha": "^10.8.2",
|
|
89
89
|
"mock-fs": "^5.3.0",
|
|
90
90
|
"nock": "^13.5.6",
|
|
91
|
-
"nodemon": "^3.1.
|
|
91
|
+
"nodemon": "^3.1.14",
|
|
92
92
|
"oclif": "^4.16.7",
|
|
93
93
|
"semver": "^7.6.3",
|
|
94
94
|
"sinon": "^19.0.5",
|
|
@@ -152,12 +152,18 @@
|
|
|
152
152
|
"--comment--": "workaround for CVE-2022-25881",
|
|
153
153
|
"http-cache-semantics": "^4.1.1"
|
|
154
154
|
},
|
|
155
|
-
"--comment--": "workaround for CVE-2024-4067
|
|
155
|
+
"--comment--": "workaround for CVE-2024-4067, CVE-2024-21538, CVE-2025-7783, and minimatch CVEs",
|
|
156
156
|
"micromatch": "^4.0.8",
|
|
157
157
|
"cross-spawn": "^7.0.6",
|
|
158
|
-
"minimatch":
|
|
159
|
-
|
|
158
|
+
"minimatch": "^9.0.9",
|
|
159
|
+
"eslint-config-oclif-typescript": {
|
|
160
|
+
"@typescript-eslint/typescript-estree": {
|
|
161
|
+
"minimatch": "^10.2.4"
|
|
162
|
+
},
|
|
163
|
+
"eslint-plugin-perfectionist": {
|
|
164
|
+
"minimatch": "^10.2.4"
|
|
165
|
+
}
|
|
160
166
|
}
|
|
161
167
|
},
|
|
162
|
-
"gitHead": "
|
|
168
|
+
"gitHead": "2d2ff0fe7b989892cadd37c3a9c7da1017c06c6e"
|
|
163
169
|
}
|