@scalar/workspace-store 0.48.0 → 0.49.0
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 +12 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @scalar/workspace-store
|
|
2
2
|
|
|
3
|
+
## 0.49.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#9045](https://github.com/scalar/scalar/pull/9045): feat: extra metadata for registry documents
|
|
8
|
+
- [#9045](https://github.com/scalar/scalar/pull/9045): chore: migrate api-client from namespaces to teamSlug and convert team workspaces
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- [#9043](https://github.com/scalar/scalar/pull/9043): chore: move test documents to cdn
|
|
13
|
+
- [#9045](https://github.com/scalar/scalar/pull/9045): feat: added once back to the event bus
|
|
14
|
+
|
|
3
15
|
## 0.48.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"openapi",
|
|
17
17
|
"scalar"
|
|
18
18
|
],
|
|
19
|
-
"version": "0.
|
|
19
|
+
"version": "0.49.0",
|
|
20
20
|
"engines": {
|
|
21
21
|
"node": ">=22"
|
|
22
22
|
},
|
|
@@ -144,12 +144,12 @@
|
|
|
144
144
|
"type-fest": "^5.3.1",
|
|
145
145
|
"vue": "^3.5.30",
|
|
146
146
|
"yaml": "^2.8.3",
|
|
147
|
-
"@scalar/
|
|
148
|
-
"@scalar/
|
|
149
|
-
"@scalar/openapi-upgrader": "0.2.
|
|
150
|
-
"@scalar/snippetz": "0.9.
|
|
151
|
-
"@scalar/types": "0.9.
|
|
152
|
-
"@scalar/validation": "0.3.
|
|
147
|
+
"@scalar/json-magic": "0.12.10",
|
|
148
|
+
"@scalar/helpers": "0.5.4",
|
|
149
|
+
"@scalar/openapi-upgrader": "0.2.7",
|
|
150
|
+
"@scalar/snippetz": "0.9.4",
|
|
151
|
+
"@scalar/types": "0.9.4",
|
|
152
|
+
"@scalar/validation": "0.3.2"
|
|
153
153
|
},
|
|
154
154
|
"devDependencies": {
|
|
155
155
|
"@google-cloud/storage": "7.16.0",
|