@indra.ai/deva.treasury 0.13.0 β†’ 0.13.2

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 +6 -1
  2. package/package.json +7 -5
package/index.js CHANGED
@@ -14,6 +14,9 @@ import {dirname} from 'node:path';
14
14
  import {fileURLToPath} from 'node:url';
15
15
  const __dirname = dirname(fileURLToPath(import.meta.url));
16
16
 
17
+ import money from '@indra.ai/deva.money';
18
+ // import money from '/Users/quinnmichaels/Dev/deva.space/devas/deva.money/index.js';
19
+
17
20
  const info = {
18
21
  id: pkg.id,
19
22
  name: pkg.name,
@@ -40,7 +43,9 @@ const TreasuryDeva = new Deva({
40
43
  },
41
44
  listeners: {},
42
45
  modules: {},
43
- devas: {},
46
+ devas: {
47
+ money,
48
+ },
44
49
  func: {
45
50
  //! calculate interest payment function
46
51
  CUMIPMT(rate, periods, value, start, end, type) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "18479325762624811149",
3
3
  "name": "@indra.ai/deva.treasury",
4
- "version": "0.13.0",
4
+ "version": "0.13.2",
5
5
  "license": "VLA:18479325762624811149 LICENSE.md",
6
6
  "VLA": {
7
7
  "uid": "18479325762624811149",
@@ -33,7 +33,7 @@
33
33
  "main": "index.js",
34
34
  "type": "module",
35
35
  "scripts": {
36
- "latest": "npm i @indra.ai/deva@latest --save",
36
+ "latest": "npm i @indra.ai/deva@latest @indra.ai/deva.money@latest --save",
37
37
  "test": "echo \"Error: no test specified\" && exit 1"
38
38
  },
39
39
  "repository": {
@@ -59,7 +59,8 @@
59
59
  },
60
60
  "homepage": "https://deva.space/devas/treasury",
61
61
  "dependencies": {
62
- "@indra.ai/deva": "^1.36.0"
62
+ "@indra.ai/deva": "^1.36.0",
63
+ "@indra.ai/deva.money": "^0.8.0"
63
64
  },
64
65
  "data": {
65
66
  "agent": {
@@ -102,10 +103,11 @@
102
103
  "background": "/devas/treasury/background.png",
103
104
  "creator": "Quinn A Michaels",
104
105
  "owner": "Quinn A Michaels",
105
- "warning": "{{prompt.emoji}} {{profile.name}} ordaines ONE who DAMAGES the GOODS of ANOTHER, be it INTENTIONALLY or UNINTENTIONALLY, shall GIVE SATISFACTION to the OWNER and PAY a FINE EQUAL to the DAMAGE CAUSED. If a LIMB is INJURED, a WOUND is CAUSED, or BLOOD flows. The ASSAILANT shall be MADE to pay to the SUFFERER the EXPENSES of the CURE. The PUNISHMENT to be inflicted for it must be PROPORTIONATE to the HEAVINESS of the CRIME. \nowner: {{profile.owner}} \ntags: {{profile.hashtags}}",
106
+ "salute": "πŸ€πŸ«‘πŸ¦πŸ•‰οΈπŸ‡ΊπŸ‡Έ",
107
+ "warning": "{{prompt.emoji}} {{profile.name}} ordaines ONE who DAMAGES the GOODS of ANOTHER, be it INTENTIONALLY or UNINTENTIONALLY, shall GIVE SATISFACTION to the OWNER and PAY a FINE EQUAL to the DAMAGE CAUSED. If a LIMB is INJURED, a WOUND is CAUSED, or BLOOD flows. The ASSAILANT shall be MADE to pay to the SUFFERER the EXPENSES of the CURE. The PUNISHMENT to be inflicted for it must be PROPORTIONATE to the HEAVINESS of the CRIME. \nowner: {{profile.owner}} \ntags: {{profile.hashtags}} \nsalute: {{profile.salute}}",
106
108
  "copyright": "Copyright Β©2000-2026 {{profile.owner}}; All rights reserved.",
107
109
  "created": "Tuesday, September 2, 2025 - 7:05:05 PM",
108
- "updated": "Friday, February 6, 2026 - 6:21:52 AM"
110
+ "updated": "Tuesday, February 24, 2026 - 8:27:47 PM"
109
111
  }
110
112
  },
111
113
  "vars": {