@indra.ai/deva.veda 0.0.85 → 0.0.87

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 +1 -1
  2. package/package.json +3 -3
package/index.js CHANGED
@@ -49,7 +49,7 @@ const VEDA = new Deva({
49
49
  func,
50
50
  methods,
51
51
  onReady(data, resolve) {
52
- this.prompt(this._messages.ready);
52
+ this.prompt(this.vars.messages.ready);
53
53
  return resolve(data);
54
54
  },
55
55
  onError(err, data, reject) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "578907821355074783",
3
3
  "name": "@indra.ai/deva.veda",
4
- "version": "0.0.85",
4
+ "version": "0.0.87",
5
5
  "license": "VLA:60913576254928271486 LICENSE.md",
6
6
  "author": {
7
7
  "name": "Quinn A Michaels",
@@ -42,7 +42,7 @@
42
42
  },
43
43
  "homepage": "https://deva.space/devas/veda",
44
44
  "dependencies": {
45
- "@indra.ai/deva": "^1.6.63",
45
+ "@indra.ai/deva": "^1.6.66",
46
46
  "cheerio": "^1.0.0",
47
47
  "he": "^1.2.0"
48
48
  },
@@ -118,7 +118,7 @@
118
118
  "init": "🟠 INIT",
119
119
  "start": "🔵 START",
120
120
  "enter": "🟢 ENTER",
121
- "ready": "⭐️ READY!",
121
+ "ready": "🧘 Ready for Daily Veda Study.",
122
122
  "stop": "🔴 STOP",
123
123
  "exit": "🟡 EXIT",
124
124
  "done": "🟣 DONE",