@scalar/workspace-store 0.2.0 → 0.3.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.
@@ -1,10 +1,13 @@
1
1
 
2
- > @scalar/workspace-store@0.2.0 build /home/runner/work/scalar/scalar/packages/workspace-store
2
+ > @scalar/workspace-store@0.3.1 build /home/runner/work/scalar/scalar/packages/workspace-store
3
3
  > scalar-build-esbuild
4
4
 
5
+ namespacePath . schemas
6
+ namespacePath . client
7
+ namespacePath . server
5
8
  Updating package.json exports field…
6
- @scalar/workspace-store: Build completed in 21.21ms
9
+ @scalar/workspace-store: Build completed in 30.95ms
7
10
 
8
- > @scalar/workspace-store@0.2.0 types:build /home/runner/work/scalar/scalar/packages/workspace-store
11
+ > @scalar/workspace-store@0.3.1 types:build /home/runner/work/scalar/scalar/packages/workspace-store
9
12
  > scalar-types-build
10
13
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @scalar/workspace-store
2
2
 
3
+ ## 0.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 373214a: fix(workspace-store): remove readFiles plugin from the client store
8
+
9
+ ## 0.3.0
10
+
11
+ ### Minor Changes
12
+
13
+ - bbad7c7: feat(workspace-store): create a sync client store
14
+
3
15
  ## 0.2.0
4
16
 
5
17
  ### Minor Changes