@scalar/workspace-store 0.34.3 → 0.34.4

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 +14 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @scalar/workspace-store
2
2
 
3
+ ## 0.34.4
4
+
5
+ ### Patch Changes
6
+
7
+ #### Updated Dependencies
8
+
9
+ - **@scalar/types@0.6.8**
10
+ - [#8274](https://github.com/scalar/scalar/pull/8274): feat(agent): add config to hide search api
11
+
12
+ - **@scalar/openapi-upgrader@0.1.9**
13
+ - [#8251](https://github.com/scalar/scalar/pull/8251): feat: migrate swagger 2.0 defaults for parameter
14
+
15
+ - **@scalar/snippetz@0.6.17**
16
+
3
17
  ## 0.34.3
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "openapi",
17
17
  "scalar"
18
18
  ],
19
- "version": "0.34.3",
19
+ "version": "0.34.4",
20
20
  "engines": {
21
21
  "node": ">=18"
22
22
  },
@@ -139,12 +139,12 @@
139
139
  "vue": "^3.5.26",
140
140
  "yaml": "^2.8.0",
141
141
  "@scalar/helpers": "0.2.16",
142
- "@scalar/json-magic": "0.11.5",
143
142
  "@scalar/code-highlight": "0.2.4",
143
+ "@scalar/json-magic": "0.11.5",
144
144
  "@scalar/object-utils": "1.2.30",
145
- "@scalar/openapi-upgrader": "0.1.8",
146
- "@scalar/snippetz": "0.6.16",
147
- "@scalar/types": "0.6.7"
145
+ "@scalar/snippetz": "0.6.17",
146
+ "@scalar/openapi-upgrader": "0.1.9",
147
+ "@scalar/types": "0.6.8"
148
148
  },
149
149
  "devDependencies": {
150
150
  "@google-cloud/storage": "7.16.0",