@character-foundry/character-foundry 0.1.9-dev.1765933256 → 0.1.9-dev.1765933301
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 +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@character-foundry/character-foundry",
|
|
3
|
-
"version": "0.1.9-dev.
|
|
3
|
+
"version": "0.1.9-dev.1765933301",
|
|
4
4
|
"description": "Universal TypeScript library for AI character card formats",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -194,17 +194,17 @@
|
|
|
194
194
|
"tsup": "^8.5.1",
|
|
195
195
|
"typescript": "^5.3.0",
|
|
196
196
|
"@character-foundry/core": "^0.1.3",
|
|
197
|
-
"@character-foundry/schemas": "^0.2.2",
|
|
198
|
-
"@character-foundry/charx": "^0.0.7",
|
|
199
|
-
"@character-foundry/voxta": "^0.1.13",
|
|
200
197
|
"@character-foundry/png": "^0.0.6",
|
|
201
|
-
"@character-foundry/
|
|
198
|
+
"@character-foundry/voxta": "^0.1.13",
|
|
199
|
+
"@character-foundry/charx": "^0.0.7",
|
|
202
200
|
"@character-foundry/lorebook": "^0.0.3",
|
|
201
|
+
"@character-foundry/schemas": "^0.2.2",
|
|
202
|
+
"@character-foundry/loader": "^0.1.10",
|
|
203
203
|
"@character-foundry/exporter": "^0.1.4",
|
|
204
|
-
"@character-foundry/normalizer": "^0.1.5",
|
|
205
204
|
"@character-foundry/tokenizers": "^0.1.3",
|
|
206
|
-
"@character-foundry/
|
|
205
|
+
"@character-foundry/normalizer": "^0.1.5",
|
|
207
206
|
"@character-foundry/media": "^0.1.3",
|
|
207
|
+
"@character-foundry/image-utils": "^0.1.0",
|
|
208
208
|
"@character-foundry/federation": "^0.5.2",
|
|
209
209
|
"@character-foundry/app-framework": "^0.2.2"
|
|
210
210
|
},
|