@fluentui-copilot/chat-input-plugins 0.1.4 → 0.2.0
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 +22 -1
- package/CHANGELOG.md +2 -2
- package/dist/index.d.ts +8 -8
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,28 @@
|
|
|
2
2
|
"name": "@fluentui-copilot/chat-input-plugins",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Wed,
|
|
5
|
+
"date": "Wed, 21 Aug 2024 00:26:06 GMT",
|
|
6
|
+
"tag": "@fluentui-copilot/chat-input-plugins_v0.1.4",
|
|
7
|
+
"version": "0.1.4",
|
|
8
|
+
"comments": {
|
|
9
|
+
"none": [
|
|
10
|
+
{
|
|
11
|
+
"author": "tristan.watanabe@gmail.com",
|
|
12
|
+
"package": "@fluentui-copilot/chat-input-plugins",
|
|
13
|
+
"commit": "85fc7f2580c8bad8ea04e2c73960204b4ca1c116",
|
|
14
|
+
"comment": "chore: update api.md file."
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "owcampbe@microsoft.com",
|
|
18
|
+
"package": "@fluentui-copilot/chat-input-plugins",
|
|
19
|
+
"commit": "27762790e2d38ca7090eb13352b2b9fe2d4788a6",
|
|
20
|
+
"comment": "chore: Applying package updates."
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"date": "Thu, 15 Aug 2024 00:14:10 GMT",
|
|
6
27
|
"tag": "@fluentui-copilot/chat-input-plugins_v0.1.4",
|
|
7
28
|
"version": "0.1.4",
|
|
8
29
|
"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
|
|
3
|
+
This log was last generated on Thu, 15 Aug 2024 00:14:10 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
7
|
## [0.1.4](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/chat-input-plugins_v0.1.4)
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
Thu, 15 Aug 2024 00:14:10 GMT
|
|
10
10
|
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/chat-input-plugins_v0.1.3..@fluentui-copilot/chat-input-plugins_v0.1.4)
|
|
11
11
|
|
|
12
12
|
### Patches
|
package/dist/index.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { EditorConfig } from '
|
|
2
|
-
import { EditorState } from '
|
|
3
|
-
import { Klass } from '
|
|
4
|
-
import { LexicalEditor } from '
|
|
5
|
-
import { LexicalNode } from '
|
|
6
|
-
import { NodeKey } from '
|
|
7
|
-
import { SerializedTextNode } from '
|
|
8
|
-
import { TextNode } from '
|
|
1
|
+
import type { EditorConfig } from '@fluentui-copilot/text-editor';
|
|
2
|
+
import type { EditorState } from '@fluentui-copilot/text-editor';
|
|
3
|
+
import type { Klass } from '@fluentui-copilot/text-editor';
|
|
4
|
+
import { LexicalEditor } from '@fluentui-copilot/text-editor';
|
|
5
|
+
import { LexicalNode } from '@fluentui-copilot/text-editor';
|
|
6
|
+
import type { NodeKey } from '@fluentui-copilot/text-editor';
|
|
7
|
+
import type { SerializedTextNode } from '@fluentui-copilot/text-editor';
|
|
8
|
+
import { TextNode } from '@fluentui-copilot/text-editor';
|
|
9
9
|
|
|
10
10
|
export declare function $createSentinelNode(key?: NodeKey): SentinelNode;
|
|
11
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-copilot/chat-input-plugins",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
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.0
|
|
15
|
+
"@fluentui-copilot/text-editor": "^0.1.0",
|
|
16
16
|
"@swc/helpers": "^0.5.1"
|
|
17
17
|
},
|
|
18
18
|
"beachball": {
|