@indra.ai/deva.log 0.0.5 → 0.0.6
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/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": 4148108755733,
|
|
3
3
|
"name": "@indra.ai/deva.log",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.6",
|
|
5
5
|
"author": "Quinn Michaels",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"copyright": "2025",
|
|
8
8
|
"description": "The Log Deva is the manager of the logging events in Deva.space, Deva.cloud, Deva.world.",
|
|
9
9
|
"homepage": "https://github.com/indraai/deva.log#readme",
|
|
10
10
|
"main": "index.js",
|
|
11
|
+
"type": "module",
|
|
11
12
|
"scripts": {
|
|
12
13
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
13
14
|
},
|