@scalar/mock-server 0.2.123 → 0.3.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @scalar/mock-server
2
2
 
3
+ ## 0.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - @scalar/oas-utils@0.2.119
8
+
9
+ ## 0.3.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 5f9a8a2: feat!: remove the spec prefix, make content and url top-level attributes
14
+
15
+ ### Patch Changes
16
+
17
+ - @scalar/oas-utils@0.2.118
18
+ - @scalar/openapi-parser@0.10.10
19
+
20
+ ## 0.2.124
21
+
22
+ ### Patch Changes
23
+
24
+ - @scalar/oas-utils@0.2.117
25
+ - @scalar/openapi-parser@0.10.10
26
+
3
27
  ## 0.2.123
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "swagger",
17
17
  "cli"
18
18
  ],
19
- "version": "0.2.123",
19
+ "version": "0.3.1",
20
20
  "engines": {
21
21
  "node": ">=18"
22
22
  },
@@ -38,7 +38,7 @@
38
38
  "dependencies": {
39
39
  "hono": "^4.6.5",
40
40
  "object-to-xml": "^2.0.0",
41
- "@scalar/oas-utils": "0.2.116",
41
+ "@scalar/oas-utils": "0.2.119",
42
42
  "@scalar/openapi-parser": "0.10.10",
43
43
  "@scalar/openapi-types": "0.1.9"
44
44
  },
@@ -47,7 +47,7 @@
47
47
  "@types/node": "^20.17.10",
48
48
  "vite": "^5.4.10",
49
49
  "@scalar/build-tooling": "0.1.17",
50
- "@scalar/hono-api-reference": "0.5.184"
50
+ "@scalar/hono-api-reference": "0.7.0"
51
51
  },
52
52
  "scripts": {
53
53
  "build": "scalar-build-rollup",