@push.rocks/smartai 0.5.8 → 0.5.10

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.
Files changed (2) hide show
  1. package/package.json +8 -15
  2. package/readme.md +0 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@push.rocks/smartai",
3
- "version": "0.5.8",
3
+ "version": "0.5.10",
4
4
  "private": false,
5
5
  "description": "SmartAi is a versatile TypeScript library designed to facilitate integration and interaction with various AI models, offering functionalities for chat, audio generation, document processing, and vision tasks.",
6
6
  "main": "dist_ts/index.js",
@@ -8,11 +8,6 @@
8
8
  "type": "module",
9
9
  "author": "Task Venture Capital GmbH",
10
10
  "license": "MIT",
11
- "scripts": {
12
- "test": "(tstest test/ --web --verbose)",
13
- "build": "(tsbuild --web --allowimplicitany)",
14
- "buildDocs": "(tsdoc)"
15
- },
16
11
  "devDependencies": {
17
12
  "@git.zone/tsbuild": "^2.6.4",
18
13
  "@git.zone/tsbundle": "^2.5.1",
@@ -27,7 +22,7 @@
27
22
  "@push.rocks/smartarray": "^1.1.0",
28
23
  "@push.rocks/smartfile": "^11.2.5",
29
24
  "@push.rocks/smartpath": "^6.0.0",
30
- "@push.rocks/smartpdf": "^3.3.0",
25
+ "@push.rocks/smartpdf": "^4.1.1",
31
26
  "@push.rocks/smartpromise": "^4.2.3",
32
27
  "@push.rocks/smartrequest": "^4.2.1",
33
28
  "@push.rocks/webstream": "^1.0.10",
@@ -80,11 +75,9 @@
80
75
  "AI toolkit",
81
76
  "provider switching"
82
77
  ],
83
- "pnpm": {
84
- "onlyBuiltDependencies": [
85
- "esbuild",
86
- "puppeteer"
87
- ]
88
- },
89
- "packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6"
90
- }
78
+ "scripts": {
79
+ "test": "(tstest test/ --web --verbose)",
80
+ "build": "(tsbuild --web --allowimplicitany)",
81
+ "buildDocs": "(tsdoc)"
82
+ }
83
+ }
package/readme.md CHANGED
@@ -452,15 +452,6 @@ export PERPLEXITY_API_KEY=pplx-...
452
452
  | **Real-time Data** | XAI | Access to current information |
453
453
  | **Cost Sensitive** | Ollama/Exo | Free (local) or distributed compute |
454
454
 
455
- ## 🤝 Contributing
456
-
457
- SmartAI is open source and welcomes contributions! Visit our [GitHub repository](https://code.foss.global/push.rocks/smartai) to:
458
-
459
- - Report issues
460
- - Submit pull requests
461
- - Request features
462
- - Join discussions
463
-
464
455
  ## 📈 Roadmap
465
456
 
466
457
  - [ ] Streaming function calls