@indra.ai/deva.error 0.0.10 → 0.0.12

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 (3) hide show
  1. package/data.json +1 -1
  2. package/index.js +1 -1
  3. package/package.json +1 -1
package/data.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "key": "error",
9
9
  "prompt": {
10
10
  "emoji": "❌",
11
- "text": "error",
11
+ "text": "Error",
12
12
  "colors": {
13
13
  "label": {
14
14
  "R": 213,
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright (c)2022 Quinn Michaels
1
+ // Copyright (c)2025 Quinn Michaels
2
2
  // The main Error Deva for deva.world
3
3
  import Deva from '@indra.ai/deva';
4
4
  import pkg from './package.json' with {type:'json'};
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": 4690322313284,
3
3
  "name": "@indra.ai/deva.error",
4
- "version": "0.0.10",
4
+ "version": "0.0.12",
5
5
  "author": "Quinn Michaels",
6
6
  "copyright": "2025",
7
7
  "license": "MIT",