@redocly/cli 0.0.0-snapshot.1761649655 → 0.0.0-snapshot.1761815625
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export function validateMountPath(value) {
|
|
2
2
|
if (!value || value === '/') {
|
|
3
|
-
throw new Error('Mount path cannot be empty or
|
|
3
|
+
throw new Error('Mount path cannot be empty or root path. Please use --mount-path option with a valid path.');
|
|
4
4
|
}
|
|
5
5
|
return value;
|
|
6
6
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validate-mount-path.js","sourceRoot":"","sources":["../../src/utils/validate-mount-path.ts"],"names":[],"mappings":"AAAA,MAAM,UAAU,iBAAiB,CAAC,KAAa;IAC7C,IAAI,CAAC,KAAK,IAAI,KAAK,KAAK,GAAG,EAAE,CAAC;QAC5B,MAAM,IAAI,KAAK,CACb,
|
|
1
|
+
{"version":3,"file":"validate-mount-path.js","sourceRoot":"","sources":["../../src/utils/validate-mount-path.ts"],"names":[],"mappings":"AAAA,MAAM,UAAU,iBAAiB,CAAC,KAAa;IAC7C,IAAI,CAAC,KAAK,IAAI,KAAK,KAAK,GAAG,EAAE,CAAC;QAC5B,MAAM,IAAI,KAAK,CACb,4FAA4F,CAC7F,CAAC;IACJ,CAAC;IACD,OAAO,KAAK,CAAC;AACf,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@redocly/cli",
|
|
3
|
-
"version": "0.0.0-snapshot.
|
|
3
|
+
"version": "0.0.0-snapshot.1761815625",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"bin": {
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"@opentelemetry/resources": "2.0.1",
|
|
43
43
|
"@opentelemetry/sdk-trace-node": "2.0.1",
|
|
44
44
|
"@opentelemetry/semantic-conventions": "1.34.0",
|
|
45
|
-
"@redocly/openapi-core": "0.0.0-snapshot.
|
|
46
|
-
"@redocly/respect-core": "0.0.0-snapshot.
|
|
45
|
+
"@redocly/openapi-core": "0.0.0-snapshot.1761815625",
|
|
46
|
+
"@redocly/respect-core": "0.0.0-snapshot.1761815625",
|
|
47
47
|
"abort-controller": "^3.0.0",
|
|
48
48
|
"chokidar": "^3.5.1",
|
|
49
49
|
"colorette": "^1.2.0",
|