@forbocai/core 0.5.8 → 0.6.0

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.
@@ -0,0 +1,20 @@
1
+ import {
2
+ createSoul,
3
+ createSoulInstance,
4
+ deserializeSoul,
5
+ exportSoul,
6
+ getSoulList,
7
+ importSoulFromArweave,
8
+ serializeSoul,
9
+ validateSoul
10
+ } from "./chunk-ZO4M6UZR.mjs";
11
+ export {
12
+ createSoul,
13
+ createSoulInstance,
14
+ deserializeSoul,
15
+ exportSoul,
16
+ getSoulList,
17
+ importSoulFromArweave,
18
+ serializeSoul,
19
+ validateSoul
20
+ };
@@ -0,0 +1,20 @@
1
+ import {
2
+ createSoul,
3
+ createSoulInstance,
4
+ deserializeSoul,
5
+ exportSoul,
6
+ getSoulList,
7
+ importSoulFromArweave,
8
+ serializeSoul,
9
+ validateSoul
10
+ } from "./chunk-7WQWFGMJ.mjs";
11
+ export {
12
+ createSoul,
13
+ createSoulInstance,
14
+ deserializeSoul,
15
+ exportSoul,
16
+ getSoulList,
17
+ importSoulFromArweave,
18
+ serializeSoul,
19
+ validateSoul
20
+ };
@@ -0,0 +1,20 @@
1
+ import {
2
+ createSoul,
3
+ createSoulInstance,
4
+ deserializeSoul,
5
+ exportSoul,
6
+ getSoulList,
7
+ importSoulFromArweave,
8
+ serializeSoul,
9
+ validateSoul
10
+ } from "./chunk-63XJCSA3.mjs";
11
+ export {
12
+ createSoul,
13
+ createSoulInstance,
14
+ deserializeSoul,
15
+ exportSoul,
16
+ getSoulList,
17
+ importSoulFromArweave,
18
+ serializeSoul,
19
+ validateSoul
20
+ };
@@ -0,0 +1,20 @@
1
+ import {
2
+ createSoul,
3
+ createSoulInstance,
4
+ deserializeSoul,
5
+ exportSoul,
6
+ getSoulList,
7
+ importSoulFromArweave,
8
+ serializeSoul,
9
+ validateSoul
10
+ } from "./chunk-EBFSO6HV.mjs";
11
+ export {
12
+ createSoul,
13
+ createSoulInstance,
14
+ deserializeSoul,
15
+ exportSoul,
16
+ getSoulList,
17
+ importSoulFromArweave,
18
+ serializeSoul,
19
+ validateSoul
20
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forbocai/core",
3
- "version": "0.5.8",
3
+ "version": "0.6.0",
4
4
  "license": "UNLICENSED",
5
5
  "description": "Core agnostic logic for ForbocAI SDK",
6
6
  "main": "dist/index.js",
@@ -11,8 +11,11 @@
11
11
  "dev": "tsup src/index.ts --watch",
12
12
  "test": "vitest"
13
13
  },
14
- "dependencies": {},
14
+ "dependencies": {
15
+ "@reduxjs/toolkit": "^2.11.2"
16
+ },
15
17
  "devDependencies": {
18
+ "msw": "^2.12.10",
16
19
  "tsup": "^8.5.1",
17
20
  "typescript": "^5.9.3",
18
21
  "vitest": "^1.0.0"