@loopstack/auth 0.6.1 → 0.7.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @loopstack/auth
2
2
 
3
+ ## 0.7.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Remove shared module peerDependencies
8
+ - Updated dependencies
9
+ - @loopstack/core@0.7.1
10
+ - @loopstack/shared@0.7.1
11
+
12
+ ## 0.7.0
13
+
14
+ ### Minor Changes
15
+
16
+ - feat: add validation handlers and error results for documents
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - Updated dependencies
22
+ - @loopstack/core@0.7.0
23
+ - @loopstack/shared@0.7.0
24
+
3
25
  ## 0.6.1
4
26
 
5
27
  ### Patch Changes