@scalar/oas-utils 0.2.22 → 0.2.24

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 CHANGED
@@ -1,5 +1,18 @@
1
1
  # @scalar/oas-utils
2
2
 
3
+ ## 0.2.24
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [425dc83]
8
+ - @scalar/themes@0.9.20
9
+
10
+ ## 0.2.23
11
+
12
+ ### Patch Changes
13
+
14
+ - 8eec1b7: fix(oas-utils): I'm a teapot
15
+
3
16
  ## 0.2.22
4
17
 
5
18
  ### Patch Changes
@@ -1 +1 @@
1
- {"version":3,"file":"httpStatusCodes.d.ts","sourceRoot":"","sources":["../../src/helpers/httpStatusCodes.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,cAAc,GAAG;IAC3B,IAAI,EAAE,MAAM,CAAA;IACZ,GAAG,EAAE,MAAM,CAAA;CACZ,CAAA;AAED,MAAM,MAAM,eAAe,GAAG,MAAM,CAAC,MAAM,EAAE,cAAc,CAAC,CAAA;AAE5D,eAAO,MAAM,eAAe,EAAE,eAyP7B,CAAA"}
1
+ {"version":3,"file":"httpStatusCodes.d.ts","sourceRoot":"","sources":["../../src/helpers/httpStatusCodes.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,cAAc,GAAG;IAC3B,IAAI,EAAE,MAAM,CAAA;IACZ,GAAG,EAAE,MAAM,CAAA;CACZ,CAAA;AAED,MAAM,MAAM,eAAe,GAAG,MAAM,CAAC,MAAM,EAAE,cAAc,CAAC,CAAA;AAE5D,eAAO,MAAM,eAAe,EAAE,eA6P7B,CAAA"}
@@ -163,6 +163,10 @@ const httpStatusCodes = {
163
163
  name: 'Expectation Failed',
164
164
  url: 'https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/417',
165
165
  },
166
+ 418: {
167
+ name: "I'm a teapot",
168
+ url: 'https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/418',
169
+ },
166
170
  421: {
167
171
  name: 'Misdirected Request',
168
172
  url: 'https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/421',
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "specification",
17
17
  "yaml"
18
18
  ],
19
- "version": "0.2.22",
19
+ "version": "0.2.24",
20
20
  "engines": {
21
21
  "node": ">=18"
22
22
  },
@@ -90,7 +90,7 @@
90
90
  "nanoid": "^5.0.7",
91
91
  "yaml": "^2.4.5",
92
92
  "zod": "^3.22.4",
93
- "@scalar/themes": "0.9.19"
93
+ "@scalar/themes": "0.9.20"
94
94
  },
95
95
  "devDependencies": {
96
96
  "@scalar/openapi-parser": "^0.7.2",