@azure/communication-react 1.25.0-alpha-202503112143 → 1.25.0-alpha-202503120017
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/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-D0uEi7gh.js → ChatMessageComponentAsRichTextEditBox-BW8EIlhn.js} +2 -2
- package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-D0uEi7gh.js.map → ChatMessageComponentAsRichTextEditBox-BW8EIlhn.js.map} +1 -1
- package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-BKpLvwtg.js → RichTextSendBoxWrapper-33eNEARk.js} +2 -2
- package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-BKpLvwtg.js.map → RichTextSendBoxWrapper-33eNEARk.js.map} +1 -1
- package/dist/dist-cjs/communication-react/{index-DDDRsns5.js → index-BJVT8gcU.js} +6 -6
- package/dist/dist-cjs/communication-react/{index-DDDRsns5.js.map → index-BJVT8gcU.js.map} +1 -1
- package/dist/dist-cjs/communication-react/index.js +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
- package/package.json +2 -2
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"telemetryVersion.js","sourceRoot":"","sources":["../../../../../acs-ui-common/src/telemetryVersion.js"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;AAElC,wCAAwC;AAExC,MAAM,CAAC,OAAO,GAAG,2BAA2B,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// GENERATED FILE. DO NOT EDIT MANUALLY.\n\nmodule.exports = '1.25.0-alpha-
|
1
|
+
{"version":3,"file":"telemetryVersion.js","sourceRoot":"","sources":["../../../../../acs-ui-common/src/telemetryVersion.js"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;AAElC,wCAAwC;AAExC,MAAM,CAAC,OAAO,GAAG,2BAA2B,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// GENERATED FILE. DO NOT EDIT MANUALLY.\n\nmodule.exports = '1.25.0-alpha-202503120017';\n"]}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@azure/communication-react",
|
3
|
-
"version": "1.25.0-alpha-
|
3
|
+
"version": "1.25.0-alpha-202503120017",
|
4
4
|
"sideEffects": false,
|
5
5
|
"description": "React library for building modern communication user experiences utilizing Azure Communication Services",
|
6
6
|
"keywords": [
|
@@ -55,7 +55,7 @@
|
|
55
55
|
"uuid": "^9.0.0"
|
56
56
|
},
|
57
57
|
"peerDependencies": {
|
58
|
-
"@azure/communication-calling": "1.
|
58
|
+
"@azure/communication-calling": "1.34.1-beta.1",
|
59
59
|
"@azure/communication-calling-effects": "^1.1.2",
|
60
60
|
"@azure/communication-chat": "1.6.0-beta.3",
|
61
61
|
"@types/react": ">=16.8.0 <19.0.0",
|