@indra.ai/deva.log 0.11.32 → 0.11.33
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/feature/methods.js +1 -0
- package/help/corpus.feecting +1 -0
- package/help/main.feecting +1 -0
- package/index.js +1 -2
- package/index.test.js +1 -0
- package/package.json +2 -2
package/feature/methods.js
CHANGED
package/help/corpus.feecting
CHANGED
package/help/main.feecting
CHANGED
package/index.js
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
// Log Deva
|
|
2
3
|
// Copyright ©2000-2025 Quinn A Michaels; All rights reserved.
|
|
3
4
|
// Legal Signature Required For Lawful Use.
|
|
4
5
|
// Distributed under VLA:18508198527557914092 LICENSE.md
|
|
5
6
|
// Saturday, November 22, 2025 - 9:40:09 AM
|
|
6
7
|
|
|
7
|
-
// Log Deva
|
|
8
|
-
|
|
9
8
|
import Deva from '@indra.ai/deva';
|
|
10
9
|
import {MongoClient} from 'mongodb';
|
|
11
10
|
import pkg from './package.json' with {type:'json'};
|
package/index.test.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "18508198527557914092",
|
|
3
3
|
"name": "@indra.ai/deva.log",
|
|
4
|
-
"version": "0.11.
|
|
4
|
+
"version": "0.11.33",
|
|
5
5
|
"license": "VLA:18508198527557914092 LICENSE.md",
|
|
6
6
|
"VLA": {
|
|
7
7
|
"uid": "18508198527557914092",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"url": "https://github.com/indraai/deva.log/issues"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@indra.ai/deva": "^1.
|
|
59
|
+
"@indra.ai/deva": "^1.30.0",
|
|
60
60
|
"mongodb": "^6.1.0"
|
|
61
61
|
},
|
|
62
62
|
"data": {
|