@scalar/api-reference 1.22.45 → 1.22.47

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/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { aA as d, aB as i, aC as b, aM as l, aO as n, aP as p, aN as c, aR as S, aQ as g, aK as m, aJ as C, ba as M, aH as u, bb as L, aD as A, aE as O, aG as T, aF as h, aL as R, aT as B, aV as F, aW as H, bf as f, bg as D, aX as I, aY as _, aZ as k, a_ as v, a$ as w, b0 as y, b1 as E, b2 as U, b3 as N, b4 as V, b5 as Y, b6 as j, b7 as G, b8 as W, b9 as q, bc as x, bd as J, be as K, bh as P, au as Q, aS as X, aI as Z, aU as $ } from "./index-C_zvFKL8.js";
1
+ import { aA as d, aB as i, aC as b, aM as l, aO as n, aP as p, aN as c, aR as S, aQ as g, aK as m, aJ as C, ba as M, aH as u, bb as L, aD as A, aE as O, aG as T, aF as h, aL as R, aT as B, aV as F, aW as H, bf as f, bg as D, aX as I, aY as _, aZ as k, a_ as v, a$ as w, b0 as y, b1 as E, b2 as U, b3 as N, b4 as V, b5 as Y, b6 as j, b7 as G, b8 as W, b9 as q, bc as x, bd as J, be as K, bh as P, au as Q, aS as X, aI as Z, aU as $ } from "./index-D-ny20Bs.js";
2
2
  import "vue";
3
3
  import "@headlessui/vue";
4
4
  import "@vueuse/core";
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "vue",
21
21
  "vue3"
22
22
  ],
23
- "version": "1.22.45",
23
+ "version": "1.22.47",
24
24
  "engines": {
25
25
  "node": ">=18"
26
26
  },
@@ -69,9 +69,9 @@
69
69
  "remark-stringify": "^11.0.0",
70
70
  "unhead": "^1.8.3",
71
71
  "unified": "^11.0.4",
72
- "@scalar/api-client": "1.2.31",
73
- "@scalar/components": "0.7.11",
74
- "@scalar/oas-utils": "0.1.13",
72
+ "@scalar/api-client": "1.2.32",
73
+ "@scalar/oas-utils": "0.1.14",
74
+ "@scalar/components": "0.7.12",
75
75
  "@scalar/themes": "0.7.11",
76
76
  "@scalar/use-modal": "0.3.3",
77
77
  "@scalar/use-toasts": "0.6.6",
@@ -90,7 +90,6 @@
90
90
  "@vitest/coverage-v8": "^1.5.0",
91
91
  "@vue/test-utils": "^2.4.1",
92
92
  "eslint": "^8.56.0",
93
- "http-server": "^14.1.1",
94
93
  "postcss": "^8.4.38",
95
94
  "rollup-plugin-webpack-stats": "^0.2.5",
96
95
  "storybook": "^8.0.8",
@@ -121,7 +120,6 @@
121
120
  "lint:check": "eslint .",
122
121
  "lint:fix": "eslint . --fix",
123
122
  "preview": "vite preview",
124
- "preview:standalone": "http-server",
125
123
  "storybook": "storybook dev -p 6005",
126
124
  "test": "vitest",
127
125
  "types:build": "vue-tsc -p tsconfig.build.json",