@scalar/mock-server 0.2.122 → 0.3.0

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