@scalar/cli 0.2.189 → 0.2.192
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/dist/package.json.js +1 -1
- package/dist/src/utils/getHtmlDocument.d.ts +1 -1
- package/dist/src/utils/getHtmlDocument.d.ts.map +1 -1
- package/dist/src/utils/getOperationByMethodAndPath.d.ts +1 -1
- package/dist/src/utils/getOperationByMethodAndPath.d.ts.map +1 -1
- package/dist/src/utils/printSpecificationBanner.d.ts +1 -1
- package/dist/src/utils/printSpecificationBanner.d.ts.map +1 -1
- package/package.json +8 -6
package/dist/package.json.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getHtmlDocument.d.ts","sourceRoot":"","sources":["../../../src/utils/getHtmlDocument.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"getHtmlDocument.d.ts","sourceRoot":"","sources":["../../../src/utils/getHtmlDocument.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAA;AAEpD,wBAAgB,eAAe,CAC7B,aAAa,EAAE,OAAO,CAAC,QAAQ,EAC/B,KAAK,UAAQ,UAuCd"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import type { OpenAPI, OpenAPIV2, OpenAPIV3, OpenAPIV3_1 } from '@scalar/openapi-
|
|
1
|
+
import type { OpenAPI, OpenAPIV2, OpenAPIV3, OpenAPIV3_1 } from '@scalar/openapi-types';
|
|
2
2
|
export declare function getOperationByMethodAndPath(schema: OpenAPI.Document, method: string, path: string): OpenAPIV2.PathItemObject<{}> | OpenAPIV3.PathItemObject<{}> | OpenAPIV3_1.PathItemObject<{}> | null;
|
|
3
3
|
//# sourceMappingURL=getOperationByMethodAndPath.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getOperationByMethodAndPath.d.ts","sourceRoot":"","sources":["../../../src/utils/getOperationByMethodAndPath.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,OAAO,EACP,SAAS,EACT,SAAS,EACT,WAAW,EACZ,MAAM,
|
|
1
|
+
{"version":3,"file":"getOperationByMethodAndPath.d.ts","sourceRoot":"","sources":["../../../src/utils/getOperationByMethodAndPath.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,OAAO,EACP,SAAS,EACT,SAAS,EACT,WAAW,EACZ,MAAM,uBAAuB,CAAA;AAS9B,wBAAgB,2BAA2B,CACzC,MAAM,EAAE,OAAO,CAAC,QAAQ,EACxB,MAAM,EAAE,MAAM,EACd,IAAI,EAAE,MAAM,uGAsCb"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"printSpecificationBanner.d.ts","sourceRoot":"","sources":["../../../src/utils/printSpecificationBanner.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"printSpecificationBanner.d.ts","sourceRoot":"","sources":["../../../src/utils/printSpecificationBanner.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAA;AAGpD,wBAAgB,wBAAwB,CAAC,MAAM,EAAE;IAC/C,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,MAAM,CAAC,EAAE,OAAO,CAAC,QAAQ,CAAA;CAC1B,QA8BA"}
|
package/package.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"swagger",
|
|
17
17
|
"cli"
|
|
18
18
|
],
|
|
19
|
-
"version": "0.2.
|
|
19
|
+
"version": "0.2.192",
|
|
20
20
|
"engines": {
|
|
21
21
|
"node": ">=18"
|
|
22
22
|
},
|
|
@@ -37,17 +37,18 @@
|
|
|
37
37
|
"@clack/prompts": "^0.7.0",
|
|
38
38
|
"@hono/node-server": "^1.11.0",
|
|
39
39
|
"@parcel/watcher": "^2.4.1",
|
|
40
|
-
"@scalar/openapi-parser": "^0.7.2",
|
|
41
40
|
"commander": "^12.0.0",
|
|
42
41
|
"github-slugger": "^2.0.0",
|
|
43
42
|
"glob": "^10.3.10",
|
|
44
43
|
"hono": "^4.2.7",
|
|
45
44
|
"kleur": "^4.1.5",
|
|
46
45
|
"prettyjson": "^1.2.5",
|
|
47
|
-
"@scalar/api-reference": "1.25.
|
|
48
|
-
"@scalar/mock-server": "0.2.
|
|
49
|
-
"@scalar/oas-utils": "0.2.
|
|
50
|
-
"@scalar/void-server": "2.0.
|
|
46
|
+
"@scalar/api-reference": "1.25.9",
|
|
47
|
+
"@scalar/mock-server": "0.2.44",
|
|
48
|
+
"@scalar/oas-utils": "0.2.41",
|
|
49
|
+
"@scalar/void-server": "2.0.10",
|
|
50
|
+
"@scalar/openapi-parser": "0.8.1",
|
|
51
|
+
"@scalar/openapi-types": "0.1.0"
|
|
51
52
|
},
|
|
52
53
|
"devDependencies": {
|
|
53
54
|
"@rollup/plugin-json": "^6.1.0",
|
|
@@ -66,6 +67,7 @@
|
|
|
66
67
|
"build": "scalar-build-rollup",
|
|
67
68
|
"link:cli": "pnpm run build && npm unlink -g @scalar/cli && npm link",
|
|
68
69
|
"screenshot": "./scripts/take-screenshots.sh",
|
|
70
|
+
"test": "vitest",
|
|
69
71
|
"types:build": "scalar-types-build",
|
|
70
72
|
"types:check": "scalar-types-check"
|
|
71
73
|
}
|