@fluentui-copilot/chat-input-plugins 0.3.4 → 0.4.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.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fluentui-copilot/chat-input-plugins",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 18 Dec 2024 08:54:34 GMT",
5
+ "date": "Wed, 18 Dec 2024 08:55:41 GMT",
6
6
  "tag": "@fluentui-copilot/chat-input-plugins_v0.3.4",
7
7
  "version": "0.3.4",
8
8
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # Change Log - @fluentui-copilot/chat-input-plugins
2
2
 
3
- This log was last generated on Wed, 18 Dec 2024 08:54:34 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 18 Dec 2024 08:55:41 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
7
  ## [0.3.4](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/chat-input-plugins_v0.3.4)
8
8
 
9
- Wed, 18 Dec 2024 08:54:34 GMT
9
+ Wed, 18 Dec 2024 08:55:41 GMT
10
10
  [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/chat-input-plugins_v0.3.3..@fluentui-copilot/chat-input-plugins_v0.3.4)
11
11
 
12
12
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-copilot/chat-input-plugins",
3
- "version": "0.3.4",
3
+ "version": "0.4.1",
4
4
  "description": "A Fluent AI package for non-react specific chat input plugins.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -12,7 +12,7 @@
12
12
  },
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
- "@fluentui-copilot/text-editor": "^0.2.1",
15
+ "@fluentui-copilot/text-editor": "^0.3.1",
16
16
  "@swc/helpers": "^0.5.1"
17
17
  },
18
18
  "beachball": {