@indra.ai/deva 1.5.33 → 1.5.34

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
@@ -1589,7 +1589,7 @@ class Deva {
1589
1589
  message: err.message,
1590
1590
  stack: err.stack,
1591
1591
  },
1592
- data,
1592
+ packet,
1593
1593
  created: Date.now(),
1594
1594
  }
1595
1595
  data.hash = this.lib.hash(data);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indra.ai/deva",
3
- "version": "1.5.33",
3
+ "version": "1.5.34",
4
4
  "description": "The Deva Core",
5
5
  "main": "index.js",
6
6
  "copyright": "(c)2025 Quinn Michaels; All rights reserved.",