@equinor/fusion-framework-cli-plugin-ai-index 1.0.0 → 1.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/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @equinor/fusion-framework-cli-plugin-ai-index
2
2
 
3
+ ## 1.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#3856](https://github.com/equinor/fusion-framework/pull/3856) [`29ea9fb`](https://github.com/equinor/fusion-framework/commit/29ea9fb4a9c13d0e92e21c6556d565594e231ae5) Thanks [@dependabot](https://github.com/apps/dependabot)! - Internal: bump globby from 15.0.0 to 16.1.0 to benefit from improved .gitignore handling and fixes to negation patterns.
8
+
9
+ - Updated dependencies [[`4eae807`](https://github.com/equinor/fusion-framework/commit/4eae8070c1ad48eaa7d83a9aecfe5588c6aec41c), [`19ee28f`](https://github.com/equinor/fusion-framework/commit/19ee28fc0f6108fc59f0098b449a511221d2d860), [`8796e99`](https://github.com/equinor/fusion-framework/commit/8796e994173ff1757b557d096a7a95915785dcc1), [`b8ab0b7`](https://github.com/equinor/fusion-framework/commit/b8ab0b72d422996d38fae3e6d82cecfa77686487), [`9fff06a`](https://github.com/equinor/fusion-framework/commit/9fff06a2327fe569a62418eb2b65a0ec9e2e69f5), [`b8ab0b7`](https://github.com/equinor/fusion-framework/commit/b8ab0b72d422996d38fae3e6d82cecfa77686487), [`f382399`](https://github.com/equinor/fusion-framework/commit/f38239914070dce4f5701c09f6c28336ad5ed73a), [`15aaa87`](https://github.com/equinor/fusion-framework/commit/15aaa87e6a8b391c0672db0dcdca4c1cac3b50a7)]:
10
+ - @equinor/fusion-framework-cli@13.1.0
11
+ - @equinor/fusion-imports@1.1.9
12
+ - @equinor/fusion-framework-cli-plugin-ai-base@1.0.2
13
+
14
+ ## 1.0.1
15
+
16
+ ### Patch Changes
17
+
18
+ - [#3898](https://github.com/equinor/fusion-framework/pull/3898) [`037e2e2`](https://github.com/equinor/fusion-framework/commit/037e2e29b6696e8925f054f5a1656ece24e55878) Thanks [@odinr](https://github.com/odinr)! - Add `@azure/search-documents` as a dependency to ensure it's automatically installed when users install the plugin. Previously, users had to manually install this peer dependency required by the AI module.
19
+
20
+ - Updated dependencies [[`037e2e2`](https://github.com/equinor/fusion-framework/commit/037e2e29b6696e8925f054f5a1656ece24e55878), [`528c7d7`](https://github.com/equinor/fusion-framework/commit/528c7d7f4fd93a72878e38843a2efb011a976ae6)]:
21
+ - @equinor/fusion-framework-cli@13.0.1
22
+ - @equinor/fusion-framework-cli-plugin-ai-base@1.0.1
23
+
3
24
  ## 1.0.0
4
25
 
5
26
  ### Major Changes
@@ -1,3 +1,3 @@
1
1
  // Generated by genversion.
2
- export const version = '1.0.0';
2
+ export const version = '1.0.2';
3
3
  //# sourceMappingURL=version.js.map