@scalar/workspace-store 0.55.4 → 0.55.5

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 +2 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @scalar/workspace-store
2
2
 
3
+ ## 0.55.5
4
+
3
5
  ## 0.55.4
4
6
 
5
7
  ### Patch Changes
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "openapi",
17
17
  "scalar"
18
18
  ],
19
- "version": "0.55.4",
19
+ "version": "0.55.5",
20
20
  "engines": {
21
21
  "node": ">=22"
22
22
  },
@@ -148,14 +148,14 @@
148
148
  "type-fest": "^5.3.1",
149
149
  "vue": "^3.5.30",
150
150
  "yaml": "^2.8.3",
151
- "@scalar/asyncapi-upgrader": "0.1.2",
152
- "@scalar/json-magic": "0.12.17",
153
- "@scalar/openapi-upgrader": "0.2.9",
154
- "@scalar/schemas": "0.7.2",
155
- "@scalar/snippetz": "0.9.21",
156
- "@scalar/validation": "0.6.0",
157
- "@scalar/types": "0.16.2",
158
- "@scalar/helpers": "0.9.0"
151
+ "@scalar/asyncapi-upgrader": "0.1.3",
152
+ "@scalar/helpers": "0.9.1",
153
+ "@scalar/json-magic": "0.12.18",
154
+ "@scalar/schemas": "0.7.3",
155
+ "@scalar/openapi-upgrader": "0.2.10",
156
+ "@scalar/types": "0.16.3",
157
+ "@scalar/validation": "0.6.1",
158
+ "@scalar/snippetz": "0.9.22"
159
159
  },
160
160
  "devDependencies": {
161
161
  "@google-cloud/storage": "7.16.0",