tycono 0.1.94-beta.9 → 0.1.95-beta.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tycono",
3
- "version": "0.1.94-beta.9",
3
+ "version": "0.1.95-beta.0",
4
4
  "description": "Build an AI company. Watch them work.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -23,7 +23,7 @@
23
23
  "dev:web": "npm run dev --prefix src/web",
24
24
  "build": "npm run build:web && npm run build:forge",
25
25
  "build:web": "npm run build --prefix src/web",
26
- "build:forge": "tsup --config tsup.forge.ts",
26
+ "build:forge": "cp node_modules/tyconoforge/dist/tyconoforge.js src/web/dist/tyconoforge.js",
27
27
  "typecheck": "npm run typecheck:api && npm run typecheck:web",
28
28
  "typecheck:api": "cd src/api && npx tsc --noEmit",
29
29
  "typecheck:web": "cd src/web && npx tsc --noEmit",
@@ -38,6 +38,7 @@
38
38
  "gray-matter": "^4.0.3",
39
39
  "marked": "^15.0.6",
40
40
  "tsx": "^4.19.3",
41
+ "tyconoforge": "^0.1.0-beta.0",
41
42
  "yaml": "^2.7.0"
42
43
  },
43
44
  "devDependencies": {