@everworker/oneringai 0.4.6 → 0.4.7

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": "@everworker/oneringai",
3
- "version": "0.4.6",
3
+ "version": "0.4.7",
4
4
  "description": "Unified AI agent library with multi-vendor support for text generation, image generation, and agentic workflows",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -38,7 +38,7 @@
38
38
  "generate:vendors": "tsx scripts/generate-vendor-registry.ts",
39
39
  "generate": "npm run generate:tools && npm run generate:vendors",
40
40
  "build": "npm run generate && tsup",
41
- "build:all": "npm run build && npm run --prefix packages/react-ui build && npm run --prefix apps/amos build && npm run --prefix apps/hosea build && npm run --prefix apps/convert build",
41
+ "build:all": "npm run build && npm run --prefix apps/amos build && npm run --prefix apps/hosea build && npm run --prefix apps/convert build",
42
42
  "dev": "npm run generate && tsup --watch",
43
43
  "test": "vitest run",
44
44
  "test:watch": "vitest",
@@ -50,7 +50,7 @@
50
50
  "test:oauth": "vitest run tests/unit/oauth",
51
51
  "lint": "eslint src",
52
52
  "typecheck": "tsc --noEmit",
53
- "prepare": "",
53
+ "prepare": "npm run build",
54
54
  "prepublishOnly": "npm run build && npm run typecheck && npm run test:unit && npm run docs",
55
55
  "preversion": "npm run build && npm run typecheck",
56
56
  "version": "npm run build && git add -A",