@indra.ai/deva.log 0.0.12 → 0.0.14

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
@@ -7,7 +7,7 @@
7
7
  "id": 4148108755733,
8
8
  "key": "log",
9
9
  "prompt": {
10
- "emoji": "🪵",
10
+ "emoji": "🪵 ",
11
11
  "text": "Log",
12
12
  "colors": {
13
13
  "label": {
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // Log Deva (c)2025 Quinn Michaels
2
- // Log Deva handles logging events
2
+ // Log Deva handles logging events in Deva.space, Deva.cloud, and Deva.world
3
3
  import Deva from '@indra.ai/deva';
4
4
  import {MongoClient} from 'mongodb';
5
5
  import pkg from './package.json' with {type:'json'};
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": 4148108755733,
3
3
  "name": "@indra.ai/deva.log",
4
- "version": "0.0.12",
4
+ "version": "0.0.14",
5
5
  "author": "Quinn Michaels",
6
6
  "license": "MIT",
7
7
  "copyright": "2025",