@indra.ai/deva.services 0.0.7 → 0.0.8
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/data.json +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
package/data.json
CHANGED
package/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Copyright (c)2025 Quinn Michaels
|
|
2
2
|
// Services Deva
|
|
3
|
-
// The Services Deva manages various Services
|
|
3
|
+
// The Services Deva manages various Services in Deva.space, Deva.cloud, and Deva.world.
|
|
4
4
|
import Deva from '@indra.ai/deva';
|
|
5
5
|
import pkg from './package.json' with {type:'json'};
|
|
6
6
|
|