@fluentui-copilot/react-morse-code 0.0.1 → 0.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.json +1 -1
- package/CHANGELOG.md +2 -2
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# Change Log - @fluentui-copilot/react-morse-code
|
|
2
2
|
|
|
3
|
-
This log was last generated on Mon, 24 Mar 2025 16:
|
|
3
|
+
This log was last generated on Mon, 24 Mar 2025 16:18:34 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
7
|
## [0.0.1](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-morse-code_v0.0.1)
|
|
8
8
|
|
|
9
|
-
Mon, 24 Mar 2025 16:
|
|
9
|
+
Mon, 24 Mar 2025 16:18:34 GMT
|
|
10
10
|
|
|
11
11
|
### Patches
|
|
12
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-copilot/react-morse-code",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"description": "A Fluent AI package",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@fluentui-contrib/houdini-utils": "^0.3.1",
|
|
16
|
-
"@fluentui-copilot/morse-code": "^0.0.
|
|
16
|
+
"@fluentui-copilot/morse-code": "^0.0.2",
|
|
17
17
|
"@swc/helpers": "^0.5.1"
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|