@indra.ai/deva 1.5.36 → 1.5.37

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
@@ -1377,7 +1377,7 @@ class Deva {
1377
1377
  usage: this.systems()
1378
1378
  ***************/
1379
1379
  justice() {
1380
- return this._getFeature('legal', this._legal);
1380
+ return this._getFeature('justice', this._justice);
1381
1381
  }
1382
1382
 
1383
1383
  /**************
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indra.ai/deva",
3
- "version": "1.5.36",
3
+ "version": "1.5.37",
4
4
  "description": "The Deva Core",
5
5
  "main": "index.js",
6
6
  "copyright": "(c)2025 Quinn Michaels; All rights reserved.",