@scalar/api-reference 1.31.17 → 1.31.18

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
@@ -20,7 +20,7 @@
20
20
  "vue",
21
21
  "vue3"
22
22
  ],
23
- "version": "1.31.17",
23
+ "version": "1.31.18",
24
24
  "engines": {
25
25
  "node": ">=20"
26
26
  },
@@ -54,20 +54,20 @@
54
54
  "nanoid": "^5.1.5",
55
55
  "vue": "^3.5.12",
56
56
  "zod": "3.24.1",
57
- "@scalar/api-client": "2.5.11",
57
+ "@scalar/api-client": "2.5.12",
58
58
  "@scalar/code-highlight": "0.1.4",
59
- "@scalar/components": "0.14.12",
59
+ "@scalar/components": "0.14.13",
60
60
  "@scalar/icons": "0.4.4",
61
61
  "@scalar/helpers": "0.0.4",
62
- "@scalar/oas-utils": "0.4.7",
63
- "@scalar/openapi-types": "0.3.3",
64
- "@scalar/themes": "0.13.4",
62
+ "@scalar/oas-utils": "0.4.8",
65
63
  "@scalar/openapi-parser": "0.18.0",
64
+ "@scalar/openapi-types": "0.3.3",
65
+ "@scalar/themes": "0.13.5",
66
66
  "@scalar/snippetz": "0.3.1",
67
- "@scalar/types": "0.2.3",
68
- "@scalar/use-hooks": "0.2.2",
67
+ "@scalar/types": "0.2.4",
68
+ "@scalar/use-hooks": "0.2.3",
69
69
  "@scalar/use-toasts": "0.8.0",
70
- "@scalar/workspace-store": "0.5.2"
70
+ "@scalar/workspace-store": "0.6.0"
71
71
  },
72
72
  "devDependencies": {
73
73
  "@tailwindcss/vite": "^4.1.7",
@@ -84,9 +84,9 @@
84
84
  "vite-plugin-banner": "^0.7.1",
85
85
  "vite-plugin-css-injected-by-js": "^3.4.0",
86
86
  "vitest": "^1.6.0",
87
+ "@scalar/build-tooling": "0.2.3",
87
88
  "@scalar/galaxy": "0.5.1",
88
- "@scalar/react-renderer": "0.2.0",
89
- "@scalar/build-tooling": "0.2.3"
89
+ "@scalar/react-renderer": "0.2.0"
90
90
  },
91
91
  "scripts": {
92
92
  "build": "pnpm build:default && pnpm build:standalone && pnpm types:build && tsc-alias -p tsconfig.build.json",
@@ -1,10 +0,0 @@
1
- export declare const validRequestMethods: readonly ["GET", "POST", "PUT", "HEAD", "DELETE", "PATCH", "OPTIONS", "CONNECT", "TRACE"];
2
- export type RequestMethod = (typeof validRequestMethods)[number];
3
- export declare function isRequestMethod(s: string): s is RequestMethod;
4
- export declare const requestMethodColors: {
5
- [x in RequestMethod]: string;
6
- };
7
- export declare const requestMethodAbbreviations: {
8
- [x in RequestMethod]: string;
9
- };
10
- //# sourceMappingURL=httpRequestMethods.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"httpRequestMethods.d.ts","sourceRoot":"","sources":["../../../src/legacy/fixtures/httpRequestMethods.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB,2FAUtB,CAAA;AAEV,MAAM,MAAM,aAAa,GAAG,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,CAAC,CAAA;AAEhE,wBAAgB,eAAe,CAAC,CAAC,EAAE,MAAM,GAAG,CAAC,IAAI,aAAa,CAE7D;AAED,eAAO,MAAM,mBAAmB,EAAE;KAAG,CAAC,IAAI,aAAa,GAAG,MAAM;CAU/D,CAAA;AAED,eAAO,MAAM,0BAA0B,EAAE;KAAG,CAAC,IAAI,aAAa,GAAG,MAAM;CAUtE,CAAA"}
@@ -1,2 +0,0 @@
1
- export { validRequestMethods, type RequestMethod, requestMethodColors, requestMethodAbbreviations, } from './httpRequestMethods';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/legacy/fixtures/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,mBAAmB,EACnB,KAAK,aAAa,EAClB,mBAAmB,EACnB,0BAA0B,GAC3B,MAAM,sBAAsB,CAAA"}