@push.rocks/smartai 0.5.9 → 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.
- package/package.json +8 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@push.rocks/smartai",
|
|
3
|
-
"version": "0.5.
|
|
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": "^
|
|
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
|
-
"
|
|
84
|
-
"
|
|
85
|
-
|
|
86
|
-
|
|
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
|
+
}
|