@push.rocks/smartai 0.0.2
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/dist_ts/00_commitinfo_data.d.ts +8 -0
- package/dist_ts/00_commitinfo_data.js +9 -0
- package/dist_ts/index.d.ts +1 -0
- package/dist_ts/index.js +2 -0
- package/dist_ts/smartai.classes.smartai.d.ts +1 -0
- package/dist_ts/smartai.classes.smartai.js +2 -0
- package/dist_ts/smartai.plugins.d.ts +2 -0
- package/dist_ts/smartai.plugins.js +3 -0
- package/npmextra.json +18 -0
- package/package.json +48 -0
- package/readme.md +31 -0
- package/ts/00_commitinfo_data.ts +8 -0
- package/ts/index.ts +1 -0
- package/ts/smartai.classes.smartai.ts +0 -0
- package/ts/smartai.plugins.ts +4 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* autocreated commitinfo by @pushrocks/commitinfo
|
|
3
|
+
*/
|
|
4
|
+
export const commitinfo = {
|
|
5
|
+
name: '@push.rocks/smartai',
|
|
6
|
+
version: '0.0.2',
|
|
7
|
+
description: 'a standardaized interface to talk to AI models'
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSxxQkFBcUI7SUFDM0IsT0FBTyxFQUFFLE9BQU87SUFDaEIsV0FBVyxFQUFFLGdEQUFnRDtDQUM5RCxDQUFBIn0=
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './smartai.classes.smartai.js';
|
package/dist_ts/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const removeme = {};
|
|
2
|
+
export { removeme };
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic21hcnRhaS5wbHVnaW5zLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHMvc21hcnRhaS5wbHVnaW5zLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE1BQU0sUUFBUSxHQUFHLEVBQUUsQ0FBQztBQUNwQixPQUFPLEVBQ0wsUUFBUSxFQUNULENBQUEifQ==
|
package/npmextra.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"gitzone": {
|
|
3
|
+
"projectType": "npm",
|
|
4
|
+
"module": {
|
|
5
|
+
"githost": "code.foss.global",
|
|
6
|
+
"gitscope": "push.rocks",
|
|
7
|
+
"gitrepo": "smartai",
|
|
8
|
+
"description": "a standardaized interface to talk to AI models",
|
|
9
|
+
"npmPackagename": "@push.rocks/smartai",
|
|
10
|
+
"license": "MIT",
|
|
11
|
+
"projectDomain": "push.rocks"
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"npmci": {
|
|
15
|
+
"npmGlobalTools": [],
|
|
16
|
+
"npmAccessLevel": "public"
|
|
17
|
+
}
|
|
18
|
+
}
|
package/package.json
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@push.rocks/smartai",
|
|
3
|
+
"version": "0.0.2",
|
|
4
|
+
"private": false,
|
|
5
|
+
"description": "a standardaized interface to talk to AI models",
|
|
6
|
+
"main": "dist_ts/index.js",
|
|
7
|
+
"typings": "dist_ts/index.d.ts",
|
|
8
|
+
"type": "module",
|
|
9
|
+
"author": "Task Venture Capital GmbH",
|
|
10
|
+
"license": "MIT",
|
|
11
|
+
"devDependencies": {
|
|
12
|
+
"@git.zone/tsbuild": "^2.1.25",
|
|
13
|
+
"@git.zone/tsbundle": "^2.0.5",
|
|
14
|
+
"@git.zone/tsrun": "^1.2.46",
|
|
15
|
+
"@git.zone/tstest": "^1.0.44",
|
|
16
|
+
"@push.rocks/tapbundle": "^5.0.15",
|
|
17
|
+
"@types/node": "^20.8.7"
|
|
18
|
+
},
|
|
19
|
+
"dependencies": {},
|
|
20
|
+
"repository": {
|
|
21
|
+
"type": "git",
|
|
22
|
+
"url": "git+https://code.foss.global/push.rocks/smartai.git"
|
|
23
|
+
},
|
|
24
|
+
"bugs": {
|
|
25
|
+
"url": "https://code.foss.global/push.rocks/smartai/issues"
|
|
26
|
+
},
|
|
27
|
+
"homepage": "https://code.foss.global/push.rocks/smartai#readme",
|
|
28
|
+
"browserslist": [
|
|
29
|
+
"last 1 chrome versions"
|
|
30
|
+
],
|
|
31
|
+
"files": [
|
|
32
|
+
"ts/**/*",
|
|
33
|
+
"ts_web/**/*",
|
|
34
|
+
"dist/**/*",
|
|
35
|
+
"dist_*/**/*",
|
|
36
|
+
"dist_ts/**/*",
|
|
37
|
+
"dist_ts_web/**/*",
|
|
38
|
+
"assets/**/*",
|
|
39
|
+
"cli.js",
|
|
40
|
+
"npmextra.json",
|
|
41
|
+
"readme.md"
|
|
42
|
+
],
|
|
43
|
+
"scripts": {
|
|
44
|
+
"test": "(tstest test/ --web)",
|
|
45
|
+
"build": "(tsbuild --web --allowimplicitany)",
|
|
46
|
+
"buildDocs": "(tsdoc)"
|
|
47
|
+
}
|
|
48
|
+
}
|
package/readme.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# @push.rocks/smartai
|
|
2
|
+
a standardaized interface to talk to AI models
|
|
3
|
+
|
|
4
|
+
## Availabililty and Links
|
|
5
|
+
* [npmjs.org (npm package)](https://www.npmjs.com/package/@push.rocks/smartai)
|
|
6
|
+
* [gitlab.com (source)](https://code.foss.global/push.rocks/smartai)
|
|
7
|
+
* [github.com (source mirror)](https://github.com/push.rocks/smartai)
|
|
8
|
+
* [docs (typedoc)](https://push.rocks.gitlab.io/smartai/)
|
|
9
|
+
|
|
10
|
+
## Status for master
|
|
11
|
+
|
|
12
|
+
Status Category | Status Badge
|
|
13
|
+
-- | --
|
|
14
|
+
GitLab Pipelines | [](https://lossless.cloud)
|
|
15
|
+
GitLab Pipline Test Coverage | [](https://lossless.cloud)
|
|
16
|
+
npm | [](https://lossless.cloud)
|
|
17
|
+
Snyk | [](https://lossless.cloud)
|
|
18
|
+
TypeScript Support | [](https://lossless.cloud)
|
|
19
|
+
node Support | [](https://nodejs.org/dist/latest-v10.x/docs/api/)
|
|
20
|
+
Code Style | [](https://lossless.cloud)
|
|
21
|
+
PackagePhobia (total standalone install weight) | [](https://lossless.cloud)
|
|
22
|
+
PackagePhobia (package size on registry) | [](https://lossless.cloud)
|
|
23
|
+
BundlePhobia (total size when bundled) | [](https://lossless.cloud)
|
|
24
|
+
|
|
25
|
+
## Usage
|
|
26
|
+
Use TypeScript for best in class intellisense
|
|
27
|
+
For further information read the linked docs at the top of this readme.
|
|
28
|
+
|
|
29
|
+
## Legal
|
|
30
|
+
> MIT licensed | **©** [Task Venture Capital GmbH](https://task.vc)
|
|
31
|
+
| By using this npm module you agree to our [privacy policy](https://lossless.gmbH/privacy)
|
package/ts/index.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './smartai.classes.smartai.js';
|
|
File without changes
|