@equinor/fusion-framework-cli-plugin-ai-index 1.0.5 → 1.0.6
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 +17 -0
- package/dist/esm/version.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +7 -7
- package/src/version.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @equinor/fusion-framework-cli-plugin-ai-index
|
|
2
2
|
|
|
3
|
+
## 1.0.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#4092](https://github.com/equinor/fusion-framework/pull/4092) [`935e061`](https://github.com/equinor/fusion-framework/commit/935e06170153cf6bd8aaa1f4d595d618a06d9a70) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update the AI index CLI plugin's file-pattern matching dependency to `multimatch` v8. The plugin API is unchanged and the package remains within the repository's supported Node.js versions.
|
|
8
|
+
|
|
9
|
+
- [#4122](https://github.com/equinor/fusion-framework/pull/4122) [`0a3a23c`](https://github.com/equinor/fusion-framework/commit/0a3a23c230778d64c23fa3008d59d80908d44f45) Thanks [@dependabot](https://github.com/apps/dependabot)! - Internal: update simple-git to 3.32.3 to include upstream hardening for unsafe clone and protocol handling.
|
|
10
|
+
|
|
11
|
+
- [#4157](https://github.com/equinor/fusion-framework/pull/4157) [`6aa8e1f`](https://github.com/equinor/fusion-framework/commit/6aa8e1f5c9d852b25e97aa7d98a63008c64d4581) Thanks [@Noggling](https://github.com/Noggling)! - Internal: patch release to align TypeScript types across packages for consistent type compatibility.
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [[`0a3a23c`](https://github.com/equinor/fusion-framework/commit/0a3a23c230778d64c23fa3008d59d80908d44f45), [`5cc81f5`](https://github.com/equinor/fusion-framework/commit/5cc81f58ad159f9308b1fe028f04629c407dac37), [`9d4d520`](https://github.com/equinor/fusion-framework/commit/9d4d520e9d3c3a3c4ef68a96952fbbc6f6d34720), [`40328c3`](https://github.com/equinor/fusion-framework/commit/40328c3a1489ad29c7bbc03fa283e1daa9a9ee2e), [`0dc5e05`](https://github.com/equinor/fusion-framework/commit/0dc5e058d4adb28ee72a1aac6dbdbc4da84741e9), [`6aa8e1f`](https://github.com/equinor/fusion-framework/commit/6aa8e1f5c9d852b25e97aa7d98a63008c64d4581)]:
|
|
14
|
+
- @equinor/fusion-framework-cli@13.3.16
|
|
15
|
+
- @equinor/fusion-framework-cli-plugin-ai-base@1.0.5
|
|
16
|
+
- @equinor/fusion-framework-module-ai@2.0.2
|
|
17
|
+
- @equinor/fusion-framework-module@5.0.6
|
|
18
|
+
- @equinor/fusion-imports@1.1.11
|
|
19
|
+
|
|
3
20
|
## 1.0.5
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
package/dist/esm/version.js
CHANGED