@scalar/api-reference 1.22.48 → 1.22.49
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/CHANGELOG.md +7 -0
- package/dist/browser/standalone.js +2 -2
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/{index-Bk9F2CRc.js → index-DTgIsC-f.js} +5 -10
- package/dist/{index-EfJ7HJWt.cjs → index-ZpQQqtEM.cjs} +1 -1
- package/dist/{index-DysFamqR.js → index-ptBInblB.js} +1 -1
- package/dist/{index-DRRgJHMF.cjs → index-t5lkI7RA.cjs} +2 -2
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +5 -5
package/dist/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-ZpQQqtEM.cjs");require("vue");require("@headlessui/vue");require("@vueuse/core");require("axios");exports.ApiClientModal=e.ApiClientModal;exports.ApiReference=e._sfc_main$2;exports.ApiReferenceLayout=e.ApiReferenceLayout;exports.Card=e.Card;exports.CardContent=e.CardContent;exports.CardFooter=e.CardFooter;exports.CardHeader=e.CardHeader;exports.CardTab=e.CardTab;exports.CardTabHeader=e.CardTabHeader;exports.DarkModeIconToggle=e.DarkModeIconToggle;exports.DarkModeToggle=e.DarkModeToggle;exports.GLOBAL_SECURITY_SYMBOL=e.GLOBAL_SECURITY_SYMBOL;exports.GettingStarted=e.GettingStarted;exports.HIDE_DOWNLOAD_BUTTON_SYMBOL=e.HIDE_DOWNLOAD_BUTTON_SYMBOL;exports.ModernLayout=e.ModernLayout;exports.RenderedReference=e.Content;exports.SearchButton=e.SearchButton;exports.SearchModal=e.SearchModal;exports.Sidebar=e.Sidebar;exports.createEmptyServerState=e.createEmptyServerState;exports.createEmptySpecification=e.createEmptySpecification;exports.deepMerge=e.deepMerge;exports.downloadSpecBus=e.downloadSpecBus;exports.downloadSpecFile=e.downloadSpecFile;exports.getApiClientRequest=e.getApiClientRequest;exports.getHeadingsFromMarkdown=e.getHeadingsFromMarkdown;exports.getLowestHeadingLevel=e.getLowestHeadingLevel;exports.getModels=e.getModels;exports.getUrlFromServerState=e.getUrlFromServerState;exports.getVariableNames=e.getVariableNames;exports.hasModels=e.hasModels;exports.hasSecuritySchemes=e.hasSecuritySchemes;exports.hasWebhooks=e.hasWebhooks;exports.isValidUrl=e.isValidUrl;exports.mapFromObject=e.mapFromObject;exports.mergeAllObjects=e.mergeAllObjects;exports.objectMerge=e.objectMerge;exports.openClientFor=e.openClientFor;exports.parse=e.parse;exports.replaceVariables=e.replaceVariables;exports.scrollToId=e.scrollToId;exports.sleep=e.sleep;exports.splitMarkdownInSections=e.splitMarkdownInSections;exports.useApiClientStore=e.useApiClientStore;exports.useHttpClientStore=e.useHttpClientStore;exports.useReactiveSpec=e.useReactiveSpec;exports.useServerStore=e.useServerStore;
|
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-
|
|
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-ptBInblB.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.
|
|
23
|
+
"version": "1.22.49",
|
|
24
24
|
"engines": {
|
|
25
25
|
"node": ">=18"
|
|
26
26
|
},
|
|
@@ -69,13 +69,13 @@
|
|
|
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.
|
|
72
|
+
"@scalar/api-client": "1.2.33",
|
|
73
73
|
"@scalar/components": "0.7.12",
|
|
74
|
-
"@scalar/themes": "0.7.11",
|
|
75
|
-
"@scalar/use-modal": "0.3.3",
|
|
76
74
|
"@scalar/oas-utils": "0.1.14",
|
|
75
|
+
"@scalar/themes": "0.7.11",
|
|
77
76
|
"@scalar/use-toasts": "0.6.6",
|
|
78
|
-
"@scalar/use-tooltip": "0.6.2"
|
|
77
|
+
"@scalar/use-tooltip": "0.6.2",
|
|
78
|
+
"@scalar/use-modal": "0.3.3"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
81
|
"@etchteam/storybook-addon-css-variables-theme": "^1.5.1",
|