@equinor/fusion-framework-cli 13.0.0-cli-search-index.0 → 13.0.0-cli-search-index.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/CHANGELOG.md +14 -0
- package/bin/build/bin.mjs +1 -1
- package/bin/build/cli.mjs +3 -3
- package/dist/esm/lib/ai/index.js +2 -0
- package/dist/esm/lib/ai/index.js.map +1 -0
- package/dist/esm/version.js +1 -1
- package/dist/types/cli/commands/ai/utils/setup-framework.d.ts +3 -5
- package/dist/types/lib/ai/index.d.ts +1 -0
- package/dist/types/version.d.ts +1 -1
- package/package.json +3 -3
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/lib/ai/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAuB,MAAM,iBAAiB,CAAC"}
|
package/dist/esm/version.js
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { type FusionFramework } from '../../../../bin/framework.node.js';
|
|
1
|
+
import { AIModule } from '@equinor/fusion-framework-module-ai';
|
|
3
2
|
import type { AiOptions } from '../../../options/ai.js';
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
}>;
|
|
3
|
+
import { ModulesInstance } from '@equinor/fusion-framework-module';
|
|
4
|
+
export declare const setupFramework: (options: AiOptions) => Promise<ModulesInstance<[AIModule]>>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { configureFusionAI, type FusionAIConfig } from '../fusion-ai.js';
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "13.0.0-cli-search-index.
|
|
1
|
+
export declare const version = "13.0.0-cli-search-index.2";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/fusion-framework-cli",
|
|
3
|
-
"version": "13.0.0-cli-search-index.
|
|
3
|
+
"version": "13.0.0-cli-search-index.2",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"Fusion",
|
|
6
6
|
"Fusion Framework",
|
|
@@ -156,9 +156,9 @@
|
|
|
156
156
|
"vitest": "^3.2.4",
|
|
157
157
|
"@equinor/fusion-framework-module": "5.0.6-cli-search-index.0",
|
|
158
158
|
"@equinor/fusion-framework-module-ai": "1.1.0-cli-search-index.0",
|
|
159
|
-
"@equinor/fusion-framework-module-app": "7.1.1-cli-search-index.0",
|
|
160
159
|
"@equinor/fusion-framework-module-http": "7.0.6-cli-search-index.0",
|
|
161
|
-
"@equinor/fusion-framework-module-service-discovery": "9.0.5-cli-search-index.0"
|
|
160
|
+
"@equinor/fusion-framework-module-service-discovery": "9.0.5-cli-search-index.0",
|
|
161
|
+
"@equinor/fusion-framework-module-app": "7.1.1-cli-search-index.0"
|
|
162
162
|
},
|
|
163
163
|
"peerDependenciesMeta": {
|
|
164
164
|
"typescript": {
|