@azure/communication-react 1.18.0-alpha-202407152209 → 1.18.0-alpha-202407151837

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.
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-BV60xvzw.js');
3
+ var index = require('./index-DrEOxdQw.js');
4
4
  require('react');
5
5
  require('@fluentui/react');
6
6
  require('@fluentui/react-components');
@@ -2,5 +2,5 @@
2
2
  // Copyright (c) Microsoft Corporation.
3
3
  // Licensed under the MIT License.
4
4
  // GENERATED FILE. DO NOT EDIT MANUALLY.
5
- module.exports = '1.18.0-alpha-202407152209';
5
+ module.exports = '1.18.0-alpha-202407151837';
6
6
  //# sourceMappingURL=telemetryVersion.js.map
@@ -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.18.0-alpha-202407152209';\n"]}
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.18.0-alpha-202407151837';\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/communication-react",
3
- "version": "1.18.0-alpha-202407152209",
3
+ "version": "1.18.0-alpha-202407151837",
4
4
  "sideEffects": false,
5
5
  "description": "React library for building modern communication user experiences utilizing Azure Communication Services",
6
6
  "keywords": [
@@ -32,7 +32,7 @@
32
32
  "@fluentui/react-hooks": "^8.7.0",
33
33
  "@fluentui/react-icons": "^2.0.245",
34
34
  "@fluentui/react-window-provider": "^2.2.27",
35
- "@fluentui-contrib/react-chat": "0.1.10",
35
+ "@fluentui-contrib/react-chat": "0.1.9",
36
36
  "@griffel/react": "^1.5.23",
37
37
  "copy-to-clipboard": "^3.3.1",
38
38
  "dompurify": "^3.1.5",
@@ -92,9 +92,8 @@
92
92
  "_if-preprocess": "if-env COMMUNICATION_REACT_FLAVOR=stable || if-env COMMUNICATION_REACT_FLAVOR=beta-release",
93
93
  "_if-beta": "if-env COMMUNICATION_REACT_FLAVOR=beta || if-env COMMUNICATION_REACT_FLAVOR=beta-release",
94
94
  "_api-extractor:by-flavor": "if-env COMMUNICATION_REACT_FLAVOR=stable && api-extractor run -c api-extractor.stable.json --local || (rushx _if-beta && api-extractor run --local)",
95
- "_build:by-flavor": "rushx clean && rushx build:esm && rushx build:cjs && rushx _api-extractor:by-flavor && rushx copy-bundles",
95
+ "_build:by-flavor": "rushx clean && rushx build:esm && rushx build:cjs && rushx _api-extractor:by-flavor",
96
96
  "_current-flavor": "echo You are running under COMMUNICATION_REACT_FLAVOR: && env-cmd -f ../../common/config/env/.env node -p process.env.COMMUNICATION_REACT_FLAVOR",
97
- "_by-flavor": "rushx _current-flavor && env-cmd -f ../../common/config/env/.env --use-shell",
98
- "copy-bundles": "cpx \"../acs-ui-javascript-loaders/dist/dist-bundle/**\" \"./dist/dist-esm/acs-ui-javascript-loaders/src/bundle\""
97
+ "_by-flavor": "rushx _current-flavor && env-cmd -f ../../common/config/env/.env --use-shell"
99
98
  }
100
99
  }