@scalar/workspace-store 0.26.1 → 0.26.2
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 +21 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @scalar/workspace-store
|
|
2
2
|
|
|
3
|
+
## 0.26.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#7894](https://github.com/scalar/scalar/pull/7894): fix: the import and export of redirect to proxy
|
|
8
|
+
|
|
9
|
+
#### Updated Dependencies
|
|
10
|
+
|
|
11
|
+
- **@scalar/helpers@0.2.9**
|
|
12
|
+
- [#7894](https://github.com/scalar/scalar/pull/7894): fix: the import and export of redirect to proxy
|
|
13
|
+
|
|
14
|
+
- **@scalar/json-magic@0.9.3**
|
|
15
|
+
|
|
16
|
+
- **@scalar/object-utils@1.2.23**
|
|
17
|
+
|
|
18
|
+
- **@scalar/types@0.5.10**
|
|
19
|
+
|
|
20
|
+
- **@scalar/openapi-upgrader@0.1.8**
|
|
21
|
+
|
|
22
|
+
- **@scalar/snippetz@0.6.8**
|
|
23
|
+
|
|
3
24
|
## 0.26.1
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"openapi",
|
|
17
17
|
"scalar"
|
|
18
18
|
],
|
|
19
|
-
"version": "0.26.
|
|
19
|
+
"version": "0.26.2",
|
|
20
20
|
"engines": {
|
|
21
21
|
"node": ">=18"
|
|
22
22
|
},
|
|
@@ -114,13 +114,13 @@
|
|
|
114
114
|
"vue": "^3.5.26",
|
|
115
115
|
"yaml": "^2.8.0",
|
|
116
116
|
"@scalar/code-highlight": "0.2.2",
|
|
117
|
-
"@scalar/
|
|
118
|
-
"@scalar/
|
|
119
|
-
"@scalar/
|
|
117
|
+
"@scalar/json-magic": "0.9.3",
|
|
118
|
+
"@scalar/helpers": "0.2.9",
|
|
119
|
+
"@scalar/object-utils": "1.2.23",
|
|
120
120
|
"@scalar/openapi-upgrader": "0.1.8",
|
|
121
121
|
"@scalar/themes": "0.13.26",
|
|
122
|
-
"@scalar/types": "0.5.
|
|
123
|
-
"@scalar/
|
|
122
|
+
"@scalar/types": "0.5.10",
|
|
123
|
+
"@scalar/snippetz": "0.6.8"
|
|
124
124
|
},
|
|
125
125
|
"devDependencies": {
|
|
126
126
|
"@google-cloud/storage": "7.16.0",
|