@indra.ai/deva.veda 0.9.34 → 0.9.35

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/index.js +2 -2
  2. package/package.json +6 -6
package/index.js CHANGED
@@ -51,8 +51,8 @@ const VEDA = new Deva({
51
51
  modules: {},
52
52
  devas: {
53
53
  indu,
54
- // indra,
55
- // soma,
54
+ indra,
55
+ soma,
56
56
  },
57
57
  func,
58
58
  methods,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "30337213220796015099",
3
3
  "name": "@indra.ai/deva.veda",
4
- "version": "0.9.34",
4
+ "version": "0.9.35",
5
5
  "license": "VLA:30337213220796015099 LICENSE.md",
6
6
  "VLA": {
7
7
  "uid": "30337213220796015099",
@@ -60,10 +60,10 @@
60
60
  },
61
61
  "homepage": "https://indra.ai",
62
62
  "dependencies": {
63
- "@indra.ai/deva": "^1.29.31",
64
- "@indra.ai/deva.indra": "^0.9.29",
65
- "@indra.ai/deva.indu": "^0.7.29",
66
- "@indra.ai/deva.soma": "^0.7.29",
63
+ "@indra.ai/deva": "^1.30.2",
64
+ "@indra.ai/deva.indra": "^0.9.31",
65
+ "@indra.ai/deva.indu": "^0.7.31",
66
+ "@indra.ai/deva.soma": "^0.7.31",
67
67
  "cheerio": "^1.0.0",
68
68
  "he": "^1.2.0"
69
69
  },
@@ -127,7 +127,7 @@
127
127
  "init": "🟠 INIT",
128
128
  "start": "🔵 START",
129
129
  "enter": "🟢 ENTER",
130
- "ready": "⭐️ Veda Deva Ready",
130
+ "ready": "🕉️ Veda Deva Ready",
131
131
  "load": "🕉️️ Load Vedic Devas",
132
132
  "stop": "🔴 STOP",
133
133
  "exit": "🟡 EXIT",