@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.
- package/data.json +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
package/data.json
CHANGED
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'};
|