@asaidimu/utils-workspace 7.0.2 → 7.0.3

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
@@ -192,7 +192,7 @@ declare class Serializer<T = void> {
192
192
  /**
193
193
  * Utility type for representing partial updates to the state, allowing deep nesting.
194
194
  * It makes all properties optional and applies the same transformation recursively
195
- * to nested objects and array elements, allowing for selective updates while
195
+ * to nested objects, allowing for selective updates while
196
196
  * preserving the original structure. It also includes the original type T and
197
197
  * undefined as possibilities for the top level and nested values.
198
198
  */
package/index.d.ts CHANGED
@@ -192,7 +192,7 @@ declare class Serializer<T = void> {
192
192
  /**
193
193
  * Utility type for representing partial updates to the state, allowing deep nesting.
194
194
  * It makes all properties optional and applies the same transformation recursively
195
- * to nested objects and array elements, allowing for selective updates while
195
+ * to nested objects, allowing for selective updates while
196
196
  * preserving the original structure. It also includes the original type T and
197
197
  * undefined as possibilities for the top level and nested values.
198
198
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asaidimu/utils-workspace",
3
- "version": "7.0.2",
3
+ "version": "7.0.3",
4
4
  "description": "Content-addressed workspace and conversation management for AI applications.",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",