@indra.ai/deva 1.0.27 → 1.0.28
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 +4 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# DEVA
|
|
2
|
-
Deva is a
|
|
2
|
+
Deva is a class object that provides events and object management with inherited properties.
|
|
3
|
+
|
|
4
|
+
[Back to indra.ai](https://indra.ai)
|
|
3
5
|
|
|
4
6
|
## Install
|
|
5
7
|
```bash
|
|
@@ -387,5 +389,5 @@ The `init()` function will initialize the Deva and run the `onInit()` state func
|
|
|
387
389
|
The `initDeva()` function will initialize the Deva located under the current Deva set. To be used in instances of a main Deva parent situation.
|
|
388
390
|
|
|
389
391
|
-
|
|
390
|
-
|
|
392
|
+
[Back to indra.ai](https://indra.ai)
|
|
391
393
|
©2021 Quinn Michaels; All Rights Reserved.
|