@scalar/workspace-store 0.38.0 → 0.38.1

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 +13 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @scalar/workspace-store
2
2
 
3
+ ## 0.38.1
4
+
5
+ ### Patch Changes
6
+
7
+ #### Updated Dependencies
8
+
9
+ - **@scalar/types@0.7.1**
10
+ - [#8381](https://github.com/scalar/scalar/pull/8381): feat: add mcp config support
11
+
12
+ - **@scalar/openapi-upgrader@0.2.0**
13
+
14
+ - **@scalar/snippetz@0.7.1**
15
+
3
16
  ## 0.38.0
4
17
 
5
18
  ### Minor Changes
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "openapi",
17
17
  "scalar"
18
18
  ],
19
- "version": "0.38.0",
19
+ "version": "0.38.1",
20
20
  "engines": {
21
21
  "node": ">=22"
22
22
  },
@@ -140,11 +140,11 @@
140
140
  "yaml": "^2.8.0",
141
141
  "@scalar/code-highlight": "0.3.0",
142
142
  "@scalar/helpers": "0.3.0",
143
+ "@scalar/json-magic": "0.12.1",
143
144
  "@scalar/object-utils": "1.3.0",
144
145
  "@scalar/openapi-upgrader": "0.2.0",
145
- "@scalar/snippetz": "0.7.0",
146
- "@scalar/types": "0.7.0",
147
- "@scalar/json-magic": "0.12.1"
146
+ "@scalar/snippetz": "0.7.1",
147
+ "@scalar/types": "0.7.1"
148
148
  },
149
149
  "devDependencies": {
150
150
  "@google-cloud/storage": "7.16.0",