@scalar/mock-server 0.8.37 → 0.8.40
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 +57 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,62 @@
|
|
|
1
1
|
# @scalar/mock-server
|
|
2
2
|
|
|
3
|
+
## 0.8.40
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
#### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- **@scalar/helpers@0.2.15**
|
|
10
|
+
- [#8212](https://github.com/scalar/scalar/pull/8212): chore: version bump
|
|
11
|
+
|
|
12
|
+
- **@scalar/json-magic@0.11.4**
|
|
13
|
+
- [#8212](https://github.com/scalar/scalar/pull/8212): chore: version bump
|
|
14
|
+
|
|
15
|
+
- **@scalar/oas-utils@0.6.45**
|
|
16
|
+
- [#8212](https://github.com/scalar/scalar/pull/8212): chore: version bump
|
|
17
|
+
|
|
18
|
+
- **@scalar/openapi-parser@0.24.13**
|
|
19
|
+
|
|
20
|
+
- **@scalar/openapi-upgrader@0.1.8**
|
|
21
|
+
|
|
22
|
+
## 0.8.39
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
#### Updated Dependencies
|
|
27
|
+
|
|
28
|
+
- **@scalar/helpers@0.2.14**
|
|
29
|
+
- [#8207](https://github.com/scalar/scalar/pull/8207): chore: version bump
|
|
30
|
+
|
|
31
|
+
- **@scalar/json-magic@0.11.3**
|
|
32
|
+
- [#8207](https://github.com/scalar/scalar/pull/8207): chore: version bump
|
|
33
|
+
|
|
34
|
+
- **@scalar/oas-utils@0.6.44**
|
|
35
|
+
- [#8207](https://github.com/scalar/scalar/pull/8207): chore: version bump
|
|
36
|
+
|
|
37
|
+
- **@scalar/openapi-parser@0.24.12**
|
|
38
|
+
|
|
39
|
+
- **@scalar/openapi-upgrader@0.1.8**
|
|
40
|
+
|
|
41
|
+
## 0.8.38
|
|
42
|
+
|
|
43
|
+
### Patch Changes
|
|
44
|
+
|
|
45
|
+
#### Updated Dependencies
|
|
46
|
+
|
|
47
|
+
- **@scalar/json-magic@0.11.2**
|
|
48
|
+
- [#8151](https://github.com/scalar/scalar/pull/8151): fix: resolve external references on windows
|
|
49
|
+
|
|
50
|
+
- **@scalar/oas-utils@0.6.43**
|
|
51
|
+
- [#7826](https://github.com/scalar/scalar/pull/7826): feat: added migrator for v1 local storage to v2 indexdb
|
|
52
|
+
|
|
53
|
+
- **@scalar/helpers@0.2.13**
|
|
54
|
+
- [#7826](https://github.com/scalar/scalar/pull/7826): feat: added migrator for v1 local storage to v2 indexdb
|
|
55
|
+
|
|
56
|
+
- **@scalar/openapi-parser@0.24.11**
|
|
57
|
+
|
|
58
|
+
- **@scalar/openapi-upgrader@0.1.8**
|
|
59
|
+
|
|
3
60
|
## 0.8.37
|
|
4
61
|
|
|
5
62
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"swagger",
|
|
17
17
|
"cli"
|
|
18
18
|
],
|
|
19
|
-
"version": "0.8.
|
|
19
|
+
"version": "0.8.40",
|
|
20
20
|
"engines": {
|
|
21
21
|
"node": ">=20"
|
|
22
22
|
},
|
|
@@ -53,11 +53,11 @@
|
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@faker-js/faker": "^10.2.0",
|
|
55
55
|
"hono": "4.11.7",
|
|
56
|
-
"@scalar/
|
|
57
|
-
"@scalar/
|
|
58
|
-
"@scalar/
|
|
56
|
+
"@scalar/helpers": "0.2.15",
|
|
57
|
+
"@scalar/oas-utils": "0.6.45",
|
|
58
|
+
"@scalar/json-magic": "0.11.4",
|
|
59
|
+
"@scalar/openapi-parser": "0.24.13",
|
|
59
60
|
"@scalar/openapi-types": "0.5.3",
|
|
60
|
-
"@scalar/oas-utils": "0.6.42",
|
|
61
61
|
"@scalar/openapi-upgrader": "0.1.8"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|