@scalar/mock-server 0.9.2 → 0.9.4

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 +31 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
1
1
  # @scalar/mock-server
2
2
 
3
+ ## 0.9.4
4
+
5
+ ### Patch Changes
6
+
7
+ #### Updated Dependencies
8
+
9
+ - **@scalar/openapi-parser@0.25.2**
10
+ - [#8359](https://github.com/scalar/scalar/pull/8359): fix(openapi-parser): replace $dynamicRef with $ref in v3.2 schema for AJV compatibility
11
+
12
+ - **@scalar/helpers@0.4.0**
13
+ - [#8336](https://github.com/scalar/scalar/pull/8336): feat: support flushing any pending operations
14
+
15
+ - **@scalar/oas-utils@0.10.3**
16
+ - [#8253](https://github.com/scalar/scalar/pull/8253): feat(api-reference): support propertyNames enum for additionalProperties
17
+
18
+ - **@scalar/json-magic@0.12.2**
19
+
20
+ - **@scalar/openapi-upgrader@0.2.0**
21
+
22
+ ## 0.9.3
23
+
24
+ ### Patch Changes
25
+
26
+ #### Updated Dependencies
27
+
28
+ - **@scalar/oas-utils@0.10.2**
29
+
30
+ - **@scalar/openapi-parser@0.25.1**
31
+
32
+ - **@scalar/openapi-upgrader@0.2.0**
33
+
3
34
  ## 0.9.2
4
35
 
5
36
  ### Patch Changes
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "swagger",
17
17
  "cli"
18
18
  ],
19
- "version": "0.9.2",
19
+ "version": "0.9.4",
20
20
  "engines": {
21
21
  "node": ">=22"
22
22
  },
@@ -53,12 +53,12 @@
53
53
  "dependencies": {
54
54
  "@faker-js/faker": "^10.2.0",
55
55
  "hono": "4.12.4",
56
- "@scalar/json-magic": "0.12.1",
57
- "@scalar/helpers": "0.3.0",
58
- "@scalar/oas-utils": "0.10.1",
59
- "@scalar/openapi-types": "0.6.0",
56
+ "@scalar/helpers": "0.4.0",
57
+ "@scalar/json-magic": "0.12.2",
58
+ "@scalar/oas-utils": "0.10.3",
59
+ "@scalar/openapi-parser": "0.25.2",
60
60
  "@scalar/openapi-upgrader": "0.2.0",
61
- "@scalar/openapi-parser": "0.25.1"
61
+ "@scalar/openapi-types": "0.6.0"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@types/node": "^24.1.0",