evg_observable 1.12.51 → 1.12.52

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -280,7 +280,7 @@ observable
280
280
  observable.next(rawObject);
281
281
  ```
282
282
 
283
- ### pipe().serialize()
283
+ ### pipe().deserialize<K>()
284
284
 
285
285
  The deserialize method is used to convert data received from the observer from a JSON string back into a JavaScript
286
286
  object.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "evg_observable",
3
- "version": "1.12.51",
3
+ "version": "1.12.52",
4
4
  "description": "Alternative fast and light library version - observable.",
5
5
  "directories": {
6
6
  "test": "test"