@indra.ai/deva.log 0.0.16 → 0.0.17

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 (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -57,7 +57,7 @@ const LOG = new Deva({
57
57
  func: log_write
58
58
  params: type, packet
59
59
  describe: this is the log file writer function that handles writing
60
- the interactions to json logfile.
60
+ the interactions to json log file.
61
61
  ***************/
62
62
  async log_write(type, packet) {
63
63
  const created = Date.now();
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.16",
4
+ "version": "0.0.17",
5
5
  "author": "Quinn Michaels",
6
6
  "license": "MIT",
7
7
  "copyright": "2025",