@scalar/workspace-store 0.35.2 → 0.35.3

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 +21 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @scalar/workspace-store
2
2
 
3
+ ## 0.35.3
4
+
5
+ ### Patch Changes
6
+
7
+ #### Updated Dependencies
8
+
9
+ - **@scalar/openapi-upgrader@0.1.11**
10
+ - [#8326](https://github.com/scalar/scalar/pull/8326): feat: keep named request examples when upgrading from Swagger 2.0
11
+
12
+ - **@scalar/json-magic@0.11.7**
13
+ - [#8314](https://github.com/scalar/scalar/pull/8314): chore: limit concurrent operations while migrating workspaces
14
+
15
+ - **@scalar/helpers@0.2.18**
16
+ - [#8314](https://github.com/scalar/scalar/pull/8314): chore: limit concurrent operations while migrating workspaces
17
+
18
+ - **@scalar/object-utils@1.2.32**
19
+
20
+ - **@scalar/types@0.6.10**
21
+
22
+ - **@scalar/snippetz@0.6.19**
23
+
3
24
  ## 0.35.2
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.35.2",
19
+ "version": "0.35.3",
20
20
  "engines": {
21
21
  "node": ">=18"
22
22
  },
@@ -138,13 +138,13 @@
138
138
  "type-fest": "^5.3.1",
139
139
  "vue": "^3.5.26",
140
140
  "yaml": "^2.8.0",
141
+ "@scalar/helpers": "0.2.18",
141
142
  "@scalar/code-highlight": "0.2.4",
142
- "@scalar/helpers": "0.2.17",
143
- "@scalar/object-utils": "1.2.31",
144
- "@scalar/json-magic": "0.11.6",
145
- "@scalar/types": "0.6.9",
146
- "@scalar/openapi-upgrader": "0.1.10",
147
- "@scalar/snippetz": "0.6.18"
143
+ "@scalar/json-magic": "0.11.7",
144
+ "@scalar/object-utils": "1.2.32",
145
+ "@scalar/openapi-upgrader": "0.1.11",
146
+ "@scalar/snippetz": "0.6.19",
147
+ "@scalar/types": "0.6.10"
148
148
  },
149
149
  "devDependencies": {
150
150
  "@google-cloud/storage": "7.16.0",