@indra.ai/deva.shield 0.12.0 → 0.12.1

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
@@ -61,7 +61,7 @@ const ShieldDeva = new Deva({
61
61
  onError(data, err, reject) {
62
62
  this.prompt(this.vars.messages.error);
63
63
  console.log(err);
64
- return reject(err);
64
+ return reject ? reject(err) : Promise.reject(err);
65
65
  },
66
66
  });
67
67
  export default ShieldDeva
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "64057026094039450225",
3
3
  "name": "@indra.ai/deva.shield",
4
- "version": "0.12.0",
4
+ "version": "0.12.1",
5
5
  "license": "VLA:64057026094039450225 LICENSE.md",
6
6
  "VLA": {
7
7
  "uid": "64057026094039450225",
@@ -88,7 +88,7 @@
88
88
  "subtitle": "Shield Deva for the VectorGuardShield.",
89
89
  "describe": "The Shield Deva",
90
90
  "post": "Shield.",
91
- "hashtags": "#QuinnMichaels #InsideTheNet #IndraAI #DevaWorld #Shield #ShieldDeva #ShieldPRIME #VectorGuardShield.activate",
91
+ "hashtags": "#Quinn #QuinnMichaels #InsideTheNet #IndraAI #DevaWorld #Shield #ShieldDeva #ShieldPRIME #VectorGuardShield.activate",
92
92
  "pronouns": "He, Him, His",
93
93
  "gender": "DEVA",
94
94
  "voice": "ash",
@@ -105,7 +105,7 @@
105
105
  "warning": "{{prompt.emoji}} {{profile.name}} declaresis our BEST SHIELD from the FOE and the WICKED. {{profile.name}} PRESERVE our LAST and MIDDLEMOST, and KEEP WATCH from FONT, BEHIND, BELOW, ABOVE, and ON ALL SIDES. {{profile.name}} SHIELD us WELL each TODAY, each TOMORROW, and each FOLLOWING DAY. With all thy POWER give us #Assistance.",
106
106
  "copyright": "Copyright ©2000-2026 Quinn A Michaels. All rights reserved.",
107
107
  "created": "Saturday, August 30, 2025 - 4:43:23 AM",
108
- "updated": "Thursday, November 27, 2025 - 4:50:58 PM"
108
+ "updated": "Monday, March 2, 2026 - 12:09:04 PM"
109
109
  }
110
110
  },
111
111
  "vars": {