@equinor/fusion-framework-cli-plugin-ai-base 4.0.0 → 4.0.1
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/CHANGELOG.md +6 -0
- package/dist/esm/version.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/options/options.d.ts +16 -16
- package/dist/types/version.d.ts +1 -1
- package/package.json +7 -7
- package/src/version.ts +1 -1
- package/tsconfig.json +3 -1
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
/** `--env` | `FUSION_ENV` — Fusion environment for service discovery */
|
|
2
|
-
export declare const envOption: import("commander").Option;
|
|
2
|
+
export declare const envOption: import("node_modules/commander/typings/index.js").Option;
|
|
3
3
|
/** `--token` | `FUSION_TOKEN` — explicit bearer token */
|
|
4
|
-
export declare const tokenOption: import("commander").Option;
|
|
4
|
+
export declare const tokenOption: import("node_modules/commander/typings/index.js").Option;
|
|
5
5
|
/** `--tenant-id` | `FUSION_TENANT_ID` */
|
|
6
|
-
export declare const tenantIdOption: import("commander").Option;
|
|
6
|
+
export declare const tenantIdOption: import("node_modules/commander/typings/index.js").Option;
|
|
7
7
|
/** `--client-id` | `FUSION_CLIENT_ID` */
|
|
8
|
-
export declare const clientIdOption: import("commander").Option;
|
|
8
|
+
export declare const clientIdOption: import("node_modules/commander/typings/index.js").Option;
|
|
9
9
|
/** `--chat-model` | `FUSION_AI_CHAT_MODEL` */
|
|
10
|
-
export declare const chatModelOption: import("commander").Option;
|
|
10
|
+
export declare const chatModelOption: import("node_modules/commander/typings/index.js").Option;
|
|
11
11
|
/** `--embed-model` | `FUSION_AI_EMBED_MODEL` */
|
|
12
|
-
export declare const embedModelOption: import("commander").Option;
|
|
12
|
+
export declare const embedModelOption: import("node_modules/commander/typings/index.js").Option;
|
|
13
13
|
/** `--index-name` | `FUSION_AI_INDEX_NAME` */
|
|
14
|
-
export declare const indexNameOption: import("commander").Option;
|
|
14
|
+
export declare const indexNameOption: import("node_modules/commander/typings/index.js").Option;
|
|
15
15
|
/** `-d, --debug` | `RUNNER_DEBUG` — enable verbose logging */
|
|
16
|
-
export declare const debugOption: import("commander").Option;
|
|
16
|
+
export declare const debugOption: import("node_modules/commander/typings/index.js").Option;
|
|
17
17
|
declare const _default: {
|
|
18
|
-
envOption: import("commander").Option;
|
|
19
|
-
tokenOption: import("commander").Option;
|
|
20
|
-
tenantIdOption: import("commander").Option;
|
|
21
|
-
clientIdOption: import("commander").Option;
|
|
22
|
-
chatModelOption: import("commander").Option;
|
|
23
|
-
embedModelOption: import("commander").Option;
|
|
24
|
-
indexNameOption: import("commander").Option;
|
|
25
|
-
debugOption: import("commander").Option;
|
|
18
|
+
envOption: import("node_modules/commander/typings/index.js").Option;
|
|
19
|
+
tokenOption: import("node_modules/commander/typings/index.js").Option;
|
|
20
|
+
tenantIdOption: import("node_modules/commander/typings/index.js").Option;
|
|
21
|
+
clientIdOption: import("node_modules/commander/typings/index.js").Option;
|
|
22
|
+
chatModelOption: import("node_modules/commander/typings/index.js").Option;
|
|
23
|
+
embedModelOption: import("node_modules/commander/typings/index.js").Option;
|
|
24
|
+
indexNameOption: import("node_modules/commander/typings/index.js").Option;
|
|
25
|
+
debugOption: import("node_modules/commander/typings/index.js").Option;
|
|
26
26
|
};
|
|
27
27
|
export default _default;
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "4.0.
|
|
1
|
+
export declare const version = "4.0.1";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/fusion-framework-cli-plugin-ai-base",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.1",
|
|
4
4
|
"description": "Base AI plugin package for Fusion Framework CLI",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
@@ -44,18 +44,18 @@
|
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"commander": "^14.0.1",
|
|
47
|
-
"zod": "^4.3
|
|
47
|
+
"zod": "^4.4.3",
|
|
48
|
+
"@equinor/fusion-framework-module-ai": "4.0.0",
|
|
48
49
|
"@equinor/fusion-framework-module": "6.0.0",
|
|
49
|
-
"@equinor/fusion-imports": "2.0.0"
|
|
50
|
-
"@equinor/fusion-framework-module-ai": "4.0.0"
|
|
50
|
+
"@equinor/fusion-imports": "2.0.0"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
53
|
-
"@equinor/fusion-framework-cli": "^15.0.
|
|
53
|
+
"@equinor/fusion-framework-cli": "^15.0.2"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"typescript": "^
|
|
56
|
+
"typescript": "^6.0.3",
|
|
57
57
|
"vitest": "^4.1.0",
|
|
58
|
-
"@equinor/fusion-framework-cli": "^15.0.
|
|
58
|
+
"@equinor/fusion-framework-cli": "^15.0.2"
|
|
59
59
|
},
|
|
60
60
|
"scripts": {
|
|
61
61
|
"build": "tsc -b",
|
package/src/version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// Generated by genversion.
|
|
2
|
-
export const version = '4.0.
|
|
2
|
+
export const version = '4.0.1';
|