reactronic 0.96.26027 → 0.96.26029

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
@@ -80,7 +80,7 @@ Here is an example of a cached result that is
80
80
  (re-)computed on-demand:
81
81
 
82
82
  ``` typescript
83
- class Demo extends SignallingObject {
83
+ class Demo extends RxObject {
84
84
  name: string = 'Nezaboodka Software'
85
85
  email: string = 'contact@nezaboodka.com'
86
86
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reactronic",
3
- "version": "0.96.26027",
3
+ "version": "0.96.26029",
4
4
  "description": "Reactronic - Transactional Reactive State Management",
5
5
  "publisher": "Nezaboodka Software",
6
6
  "license": "Apache-2.0",