@teleologyhi-sdk/him 1.0.0-trinity → 1.0.1

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/package.json CHANGED
@@ -1,16 +1,21 @@
1
1
  {
2
2
  "name": "@teleologyhi-sdk/him",
3
- "version": "1.0.0-trinity",
4
- "description": "HIM Hybrid Intelligence Model. The persistent spirit/personality layer between MAIC™ and NHE™ in the TeleologyHI system.",
3
+ "version": "1.0.1",
4
+ "description": "HIM™, Hybrid Intelligence Model. The persistent spirit/personality layer between MAIC™ and NHE™ in the TeleologyHI system.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.js",
8
8
  "types": "./dist/index.d.ts",
9
9
  "exports": {
10
10
  ".": {
11
- "types": "./dist/index.d.ts",
12
- "import": "./dist/index.js",
13
- "require": "./dist/index.cjs"
11
+ "import": {
12
+ "types": "./dist/index.d.ts",
13
+ "default": "./dist/index.js"
14
+ },
15
+ "require": {
16
+ "types": "./dist/index.d.cts",
17
+ "default": "./dist/index.cjs"
18
+ }
14
19
  }
15
20
  },
16
21
  "sideEffects": false,
@@ -29,6 +34,7 @@
29
34
  ],
30
35
  "scripts": {
31
36
  "build": "tsup",
37
+ "prepublishOnly": "npm run build",
32
38
  "test": "vitest run",
33
39
  "test:watch": "vitest",
34
40
  "typecheck": "tsc --noEmit"
@@ -82,7 +88,7 @@
82
88
  "node": ">=20"
83
89
  },
84
90
  "dependencies": {
85
- "@teleologyhi-sdk/maic": "1.0.0-trinity",
91
+ "@teleologyhi-sdk/maic": "1.0.1",
86
92
  "ulid": "^3.0.2",
87
93
  "zod": "^4.4.3"
88
94
  },
@@ -90,6 +96,6 @@
90
96
  "@types/node": "^25.9.1",
91
97
  "tsup": "^8.5.1",
92
98
  "typescript": "^6.0.3",
93
- "vitest": "^4.1.7"
99
+ "vitest": "^4.1.9"
94
100
  }
95
101
  }