@scalar/mock-server 0.8.25 → 0.8.26

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 +19 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @scalar/mock-server
2
2
 
3
+ ## 0.8.26
4
+
5
+ ### Patch Changes
6
+
7
+ #### Updated Dependencies
8
+
9
+ - **@scalar/openapi-parser@0.24.6**
10
+ - [#7963](https://github.com/scalar/scalar/pull/7963): feat: unify is-object helpers
11
+
12
+ - **@scalar/json-magic@0.9.5**
13
+ - [#7963](https://github.com/scalar/scalar/pull/7963): feat: unify is-object helpers
14
+
15
+ - **@scalar/helpers@0.2.10**
16
+ - [#7963](https://github.com/scalar/scalar/pull/7963): feat: unify is-object helpers
17
+
18
+ - **@scalar/oas-utils@0.6.31**
19
+
20
+ - **@scalar/openapi-upgrader@0.1.8**
21
+
3
22
  ## 0.8.25
4
23
 
5
24
  ### Patch Changes
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "swagger",
17
17
  "cli"
18
18
  ],
19
- "version": "0.8.25",
19
+ "version": "0.8.26",
20
20
  "engines": {
21
21
  "node": ">=20"
22
22
  },
@@ -53,12 +53,12 @@
53
53
  "dependencies": {
54
54
  "@faker-js/faker": "^10.2.0",
55
55
  "hono": "4.11.7",
56
- "@scalar/helpers": "0.2.9",
57
- "@scalar/oas-utils": "0.6.30",
58
- "@scalar/json-magic": "0.9.4",
56
+ "@scalar/helpers": "0.2.10",
59
57
  "@scalar/openapi-types": "0.5.3",
60
58
  "@scalar/openapi-upgrader": "0.1.8",
61
- "@scalar/openapi-parser": "0.24.5"
59
+ "@scalar/oas-utils": "0.6.31",
60
+ "@scalar/json-magic": "0.9.5",
61
+ "@scalar/openapi-parser": "0.24.6"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@types/node": "^22.19.3",