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