@scalar/api-reference 1.18.4 → 1.18.7

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/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "vue",
16
16
  "vue3"
17
17
  ],
18
- "version": "1.18.4",
18
+ "version": "1.18.7",
19
19
  "engines": {
20
20
  "node": ">=18"
21
21
  },
@@ -49,7 +49,6 @@
49
49
  "fuse.js": "^6.6.2",
50
50
  "github-slugger": "^2.0.0",
51
51
  "httpsnippet-lite": "^3.0.5",
52
- "js-yaml": "^4.1.0",
53
52
  "openapi-types": "^12.1.3",
54
53
  "postcss-nested": "^6.0.1",
55
54
  "rehype-external-links": "^3.0.0",
@@ -65,9 +64,10 @@
65
64
  "unhead": "^1.8.3",
66
65
  "unified": "^11.0.4",
67
66
  "vue-sonner": "^1.0.3",
68
- "@scalar/api-client": "0.12.17",
69
- "@scalar/swagger-parser": "0.5.22",
67
+ "@scalar/api-client": "0.12.18",
70
68
  "@scalar/components": "0.4.3",
69
+ "@scalar/oas-utils": "0.0.4",
70
+ "@scalar/swagger-parser": "0.5.23",
71
71
  "@scalar/use-modal": "0.2.9",
72
72
  "@scalar/themes": "0.6.2",
73
73
  "@scalar/use-tooltip": "0.5.12"
@@ -81,7 +81,6 @@
81
81
  "@storybook/testing-library": "^0.2.2",
82
82
  "@storybook/vue3": "^7.5.2",
83
83
  "@storybook/vue3-vite": "^7.5.2",
84
- "@types/js-yaml": "^4.0.6",
85
84
  "@vitejs/plugin-vue": "^5.0.4",
86
85
  "@vitest/coverage-v8": "^1.2.2",
87
86
  "eslint": "^8.56.0",
@@ -1,5 +0,0 @@
1
- /**
2
- * Check if value is a valid JSON string
3
- */
4
- export declare const isJsonString: (value?: any) => boolean;
5
- //# sourceMappingURL=isJsonString.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"isJsonString.d.ts","sourceRoot":"","sources":["../../src/helpers/isJsonString.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,YAAY,WAAY,GAAG,YAYvC,CAAA"}
@@ -1,5 +0,0 @@
1
- /**
2
- * This helper is used to transform the content of the swagger file to JSON, even it was YAML.
3
- */
4
- export declare const transformToJson: (value: string) => string;
5
- //# sourceMappingURL=transformToJson.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"transformToJson.d.ts","sourceRoot":"","sources":["../../src/helpers/transformToJson.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,eAAO,MAAM,eAAe,UAAW,MAAM,WAgB5C,CAAA"}