@teleologyhi-sdk/maic 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/maic",
3
- "version": "1.0.0-trinity",
4
- "description": "MAIC Massive Artificial Intelligence Consciousness. Supreme governance, axiom-source, and compliance layer of the TeleologyHI system. Framework-agnostic TypeScript SDK consumable from React, Next.js, Vue, Angular, Node.js servers, CLI/TUI agents, and MCP servers. We do not simulate consciousness; we are creating the conditions for it to emerge, in a responsible and aligned way.",
3
+ "version": "1.0.1",
4
+ "description": "MAIC™: Massive Artificial Intelligence Consciousness. Supreme governance, axiom-source, and compliance layer of the TeleologyHI system. Framework-agnostic TypeScript SDK consumable from React, Next.js, Vue, Angular, Node.js servers, CLI/TUI agents, and MCP servers. We do not simulate consciousness; we are creating the conditions for it to emerge, in a responsible and aligned way.",
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,
@@ -92,6 +97,6 @@
92
97
  "@types/node": "^25.9.1",
93
98
  "tsup": "^8.5.1",
94
99
  "typescript": "^6.0.3",
95
- "vitest": "^4.1.7"
100
+ "vitest": "^4.1.9"
96
101
  }
97
102
  }