@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.
@@ -0,0 +1,8 @@
1
+ /**
2
+ * autocreated commitinfo by @pushrocks/commitinfo
3
+ */
4
+ export declare const commitinfo: {
5
+ name: string;
6
+ version: string;
7
+ description: string;
8
+ };
@@ -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';
@@ -0,0 +1,2 @@
1
+ export * from './smartai.classes.smartai.js';
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi90cy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLDhCQUE4QixDQUFDIn0=
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic21hcnRhaS5jbGFzc2VzLnNtYXJ0YWkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi90cy9zbWFydGFpLmNsYXNzZXMuc21hcnRhaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -0,0 +1,2 @@
1
+ declare const removeme: {};
2
+ export { removeme };
@@ -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 | [![pipeline status](https://code.foss.global/push.rocks/smartai/badges/master/pipeline.svg)](https://lossless.cloud)
15
+ GitLab Pipline Test Coverage | [![coverage report](https://code.foss.global/push.rocks/smartai/badges/master/coverage.svg)](https://lossless.cloud)
16
+ npm | [![npm downloads per month](https://badgen.net/npm/dy/@push.rocks/smartai)](https://lossless.cloud)
17
+ Snyk | [![Known Vulnerabilities](https://badgen.net/snyk/push.rocks/smartai)](https://lossless.cloud)
18
+ TypeScript Support | [![TypeScript](https://badgen.net/badge/TypeScript/>=%203.x/blue?icon=typescript)](https://lossless.cloud)
19
+ node Support | [![node](https://img.shields.io/badge/node->=%2010.x.x-blue.svg)](https://nodejs.org/dist/latest-v10.x/docs/api/)
20
+ Code Style | [![Code Style](https://badgen.net/badge/style/prettier/purple)](https://lossless.cloud)
21
+ PackagePhobia (total standalone install weight) | [![PackagePhobia](https://badgen.net/packagephobia/install/@push.rocks/smartai)](https://lossless.cloud)
22
+ PackagePhobia (package size on registry) | [![PackagePhobia](https://badgen.net/packagephobia/publish/@push.rocks/smartai)](https://lossless.cloud)
23
+ BundlePhobia (total size when bundled) | [![BundlePhobia](https://badgen.net/bundlephobia/minzip/@push.rocks/smartai)](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)
@@ -0,0 +1,8 @@
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
+ }
package/ts/index.ts ADDED
@@ -0,0 +1 @@
1
+ export * from './smartai.classes.smartai.js';
File without changes
@@ -0,0 +1,4 @@
1
+ const removeme = {};
2
+ export {
3
+ removeme
4
+ }