@equinor/fusion-framework-cli-plugin-ai-index 1.0.4-msal-v5.1 → 1.0.5

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 CHANGED
@@ -1,26 +1,30 @@
1
1
  # @equinor/fusion-framework-cli-plugin-ai-index
2
2
 
3
- ## 1.0.4-msal-v5.1
3
+ ## 1.0.5
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - [#3944](https://github.com/equinor/fusion-framework/pull/3944) [`312755f`](https://github.com/equinor/fusion-framework/commit/312755f01c7592329aec847ee4956fe9bf58458f) Thanks [@dependabot](https://github.com/apps/dependabot)! - pre-release msal v5
7
+ - [`296fb30`](https://github.com/equinor/fusion-framework/commit/296fb3046d17314e9a59896daf5860ecf1117a41) Thanks [@odinr](https://github.com/odinr)! - Export `FusionAIConfigWithIndex` and `IndexConfig` types from main entry point for easier consumption.
8
8
 
9
- - Updated dependencies [[`312755f`](https://github.com/equinor/fusion-framework/commit/312755f01c7592329aec847ee4956fe9bf58458f)]:
10
- - @equinor/fusion-framework-cli@13.1.2-msal-v5.1
11
- - @equinor/fusion-framework-cli-plugin-ai-base@1.0.4-msal-v5.1
12
- - @equinor/fusion-framework-module-ai@2.0.1-msal-v5.1
13
- - @equinor/fusion-framework-module@5.0.6-msal-v5.0
14
- - @equinor/fusion-imports@1.1.11-msal-v5.0
9
+ ```typescript
10
+ // Now available
11
+ import {
12
+ FusionAIConfigWithIndex,
13
+ IndexConfig,
14
+ } from "@equinor/fusion-framework-cli-plugin-ai-index";
15
+ ```
15
16
 
16
- ## 1.0.4-msal-v5.0
17
+ - Updated dependencies []:
18
+ - @equinor/fusion-framework-cli@13.3.3
19
+
20
+ ## 1.0.4
17
21
 
18
22
  ### Patch Changes
19
23
 
20
- - Updated dependencies []:
21
- - @equinor/fusion-framework-cli@13.1.2-msal-v5.0
22
- - @equinor/fusion-framework-module-ai@2.0.1-msal-v5.0
23
- - @equinor/fusion-framework-cli-plugin-ai-base@1.0.4-msal-v5.0
24
+ - Updated dependencies [[`5121c48`](https://github.com/equinor/fusion-framework/commit/5121c48020accfa0b91415ddafb61ea82b3b24b6), [`2eb7f69`](https://github.com/equinor/fusion-framework/commit/2eb7f6932f6becf965f7773ef065a0ee9f0b80bc), [`343f5f9`](https://github.com/equinor/fusion-framework/commit/343f5f9cc0acbd8e69b62cc73dda577c9015a620)]:
25
+ - @equinor/fusion-framework-cli@13.2.0
26
+ - @equinor/fusion-framework-module-ai@2.0.1
27
+ - @equinor/fusion-framework-cli-plugin-ai-base@1.0.4
24
28
 
25
29
  ## 1.0.3
26
30
 
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,IAAI,oBAAoB,EAAE,MAAM,8CAA8C,CAAC;AACxG,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAE5D;;;GAGG;AACH,MAAM,UAAU,gBAAgB,CAAC,OAAgB;IAC/C,oBAAoB,CAAC,OAAO,EAAE,iBAAiB,CAAC,CAAC;AACnD,CAAC;AAED,eAAe,gBAAgB,CAAC;AAEhC,6CAA6C;AAC7C,OAAO,EACL,iBAAiB,GAElB,MAAM,8CAA8C,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,IAAI,oBAAoB,EAAE,MAAM,8CAA8C,CAAC;AACxG,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAI5D;;;GAGG;AACH,MAAM,UAAU,gBAAgB,CAAC,OAAgB;IAC/C,oBAAoB,CAAC,OAAO,EAAE,iBAAiB,CAAC,CAAC;AACnD,CAAC;AAED,eAAe,gBAAgB,CAAC;AAEhC,6CAA6C;AAC7C,OAAO,EACL,iBAAiB,GAElB,MAAM,8CAA8C,CAAC"}
@@ -1,3 +1,3 @@
1
1
  // Generated by genversion.
2
- export const version = '1.0.4-msal-v5.1';
2
+ export const version = '1.0.5';
3
3
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,2BAA2B;AAC3B,MAAM,CAAC,MAAM,OAAO,GAAG,iBAAiB,CAAC"}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,2BAA2B;AAC3B,MAAM,CAAC,MAAM,OAAO,GAAG,OAAO,CAAC"}