@asaidimu/utils-store 10.1.11 → 10.1.12

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/index.d.mts CHANGED
@@ -64,7 +64,7 @@ interface SubscribeOptions {
64
64
  /**
65
65
  * Utility type for representing partial updates to the state, allowing deep nesting.
66
66
  * It makes all properties optional and applies the same transformation recursively
67
- * to nested objects and array elements, allowing for selective updates while
67
+ * to nested objects, allowing for selective updates while
68
68
  * preserving the original structure. It also includes the original type T and
69
69
  * undefined as possibilities for the top level and nested values.
70
70
  */
package/index.d.ts CHANGED
@@ -64,7 +64,7 @@ interface SubscribeOptions {
64
64
  /**
65
65
  * Utility type for representing partial updates to the state, allowing deep nesting.
66
66
  * It makes all properties optional and applies the same transformation recursively
67
- * to nested objects and array elements, allowing for selective updates while
67
+ * to nested objects, allowing for selective updates while
68
68
  * preserving the original structure. It also includes the original type T and
69
69
  * undefined as possibilities for the top level and nested values.
70
70
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asaidimu/utils-store",
3
- "version": "10.1.11",
3
+ "version": "10.1.12",
4
4
  "description": "A reactive data store",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",