@scalar/postman-to-openapi 0.4.4 → 0.4.8
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 +36 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,41 @@
|
|
|
1
1
|
# @scalar/postman-to-openapi
|
|
2
2
|
|
|
3
|
+
## 0.4.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
#### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- **@scalar/helpers@0.2.16**
|
|
10
|
+
- [#8248](https://github.com/scalar/scalar/pull/8248): fix: local storage migration script
|
|
11
|
+
|
|
12
|
+
## 0.4.7
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
#### Updated Dependencies
|
|
17
|
+
|
|
18
|
+
- **@scalar/helpers@0.2.15**
|
|
19
|
+
- [#8212](https://github.com/scalar/scalar/pull/8212): chore: version bump
|
|
20
|
+
|
|
21
|
+
## 0.4.6
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
#### Updated Dependencies
|
|
26
|
+
|
|
27
|
+
- **@scalar/helpers@0.2.14**
|
|
28
|
+
- [#8207](https://github.com/scalar/scalar/pull/8207): chore: version bump
|
|
29
|
+
|
|
30
|
+
## 0.4.5
|
|
31
|
+
|
|
32
|
+
### Patch Changes
|
|
33
|
+
|
|
34
|
+
#### Updated Dependencies
|
|
35
|
+
|
|
36
|
+
- **@scalar/helpers@0.2.13**
|
|
37
|
+
- [#7826](https://github.com/scalar/scalar/pull/7826): feat: added migrator for v1 local storage to v2 indexdb
|
|
38
|
+
|
|
3
39
|
## 0.4.4
|
|
4
40
|
|
|
5
41
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"export",
|
|
20
20
|
"scalar"
|
|
21
21
|
],
|
|
22
|
-
"version": "0.4.
|
|
22
|
+
"version": "0.4.8",
|
|
23
23
|
"engines": {
|
|
24
24
|
"node": ">=20"
|
|
25
25
|
},
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"CHANGELOG.md"
|
|
39
39
|
],
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@scalar/helpers": "0.2.
|
|
41
|
+
"@scalar/helpers": "0.2.16",
|
|
42
42
|
"@scalar/openapi-types": "0.5.3"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|