@regle/schemas 1.8.4 → 1.8.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.
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
  <img src="https://raw.githubusercontent.com/victorgarciaesgi/regle/master/.github/images/regle-github-banner.png" alt="regle cover">
3
3
  </p>
4
4
 
5
- <a href="https://www.buymeacoffee.com/victorgarco" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 40px !important;width: 150px !important;" ></a>
5
+ <a href="https://www.buymeacoffee.com/victorgarco" target="_blank"><img height="40" width="150" src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 40px !important;width: 150px !important;" ></a>
6
6
 
7
7
  # Regle
8
8
 
@@ -2053,7 +2053,9 @@ type CreateScopedUseRegleOptions<TCustomRegle extends useRegleFn<any, any>, TAsR
2053
2053
  */
2054
2054
  customStore?: Ref<ScopedInstancesRecordLike>;
2055
2055
  /**
2056
- * Set the
2056
+ * Collect instances in a Record instead of an array
2057
+ *
2058
+ * ⚠️ Each nested `useScopedRegle` must provide a parameter `scopeKey` to be collected.
2057
2059
  */
2058
2060
  asRecord?: TAsRecord;
2059
2061
  };
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@regle/schemas",
3
- "version": "1.8.4",
3
+ "version": "1.8.5",
4
4
  "description": "Schemas adapter for Regle",
5
5
  "dependencies": {
6
6
  "@standard-schema/spec": "1.0.0",
7
- "@regle/core": "1.8.4",
8
- "@regle/rules": "1.8.4"
7
+ "@regle/core": "1.8.5",
8
+ "@regle/rules": "1.8.5"
9
9
  },
10
10
  "peerDependencies": {
11
11
  "valibot": "^1.0.0",