@indra.ai/deva 1.2.38 → 1.2.39

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
@@ -1,5 +1,5 @@
1
1
  // Copyright (c)2025 Quinn Michaels; All Rights Reserved; Legal Signature Required.
2
- // Distributed under the PRIVATE software license, see the accompanying file LICENSE.md
2
+ // Distributed under the Restricted software license, see the accompanying file LICENSE.md
3
3
  import {EventEmitter} from 'node:events';
4
4
  import fs from 'fs';
5
5
  import path from 'path';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indra.ai/deva",
3
- "version": "1.2.38",
3
+ "version": "1.2.39",
4
4
  "description": "The Deva Core",
5
5
  "main": "index.js",
6
6
  "type": "module",