@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.
- package/index.js +1 -1
- 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
|
|
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';
|