@azure/communication-react 1.5.1-alpha-202305210014 → 1.5.1-alpha-202305230013
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 +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,0BAA0B,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\n// GENERATED FILE. DO NOT EDIT MANUALLY.\n\nmodule.exports = '1.5.1-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,0BAA0B,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\n// GENERATED FILE. DO NOT EDIT MANUALLY.\n\nmodule.exports = '1.5.1-alpha-202305230013';\n"]}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@azure/communication-react",
|
3
|
-
"version": "1.5.1-alpha-
|
3
|
+
"version": "1.5.1-alpha-202305230013",
|
4
4
|
"sideEffects": false,
|
5
5
|
"description": "React library for building modern communication user experiences utilizing Azure Communication Services",
|
6
6
|
"keywords": [
|
@@ -65,7 +65,7 @@
|
|
65
65
|
"copy-preprocess": "cpx \"../*/preprocessed/**\" ./preprocess-dist && renamer --find preprocessed --replace src ./preprocess-dist/**/*",
|
66
66
|
"build": "rushx check-deps && rushx _by-flavor \"rushx _build:by-flavor\"",
|
67
67
|
"build:cjs": "rollup -c --silent",
|
68
|
-
"build:esm": "
|
68
|
+
"build:esm": "rushx _if-preprocess && rushx copy-original && rushx preprocess && rushx copy-preprocess && ttsc -project tsconfig.preprocess.json || (if-env COMMUNICATION_REACT_FLAVOR=beta && ttsc)",
|
69
69
|
"build:watch": "",
|
70
70
|
"clean": "rimraf dist && rimraf ../**/preprocessed && rimraf ../**/preprocess-dist",
|
71
71
|
"test": "",
|
@@ -79,7 +79,9 @@
|
|
79
79
|
"lint:fix": "rushx lint -- --fix",
|
80
80
|
"lint:quiet": "rushx lint -- --quiet",
|
81
81
|
"postpack": "copyfiles -E \"./*.tgz\" release",
|
82
|
-
"
|
82
|
+
"_if-preprocess": "if-env COMMUNICATION_REACT_FLAVOR=stable || if-env COMMUNICATION_REACT_FLAVOR=beta-release",
|
83
|
+
"_if-beta": "if-env COMMUNICATION_REACT_FLAVOR=beta || if-env COMMUNICATION_REACT_FLAVOR=beta-release",
|
84
|
+
"_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)",
|
83
85
|
"_build:by-flavor": "rushx clean && rushx build:esm && rushx build:cjs && rushx _api-extractor:by-flavor",
|
84
86
|
"_current-flavor": "echo You are running under COMMUNICATION_REACT_FLAVOR: && env-cmd -f ../../common/config/env/.env node -p process.env.COMMUNICATION_REACT_FLAVOR",
|
85
87
|
"_by-flavor": "rushx _current-flavor && env-cmd -f ../../common/config/env/.env --use-shell"
|
@@ -91,13 +93,13 @@
|
|
91
93
|
"@azure/core-auth": "1.3.2",
|
92
94
|
"@babel/cli": "~7.16.0",
|
93
95
|
"@babel/core": "~7.16.0",
|
94
|
-
"@internal/calling-component-bindings": "1.5.1-alpha-
|
95
|
-
"@internal/calling-stateful-client": "1.5.1-alpha-
|
96
|
-
"@internal/chat-component-bindings": "1.5.1-alpha-
|
97
|
-
"@internal/chat-stateful-client": "1.5.1-alpha-
|
98
|
-
"@internal/fake-backends": "1.5.1-alpha-
|
99
|
-
"@internal/react-components": "1.5.1-alpha-
|
100
|
-
"@internal/react-composites": "1.5.1-alpha-
|
96
|
+
"@internal/calling-component-bindings": "1.5.1-alpha-202305230013",
|
97
|
+
"@internal/calling-stateful-client": "1.5.1-alpha-202305230013",
|
98
|
+
"@internal/chat-component-bindings": "1.5.1-alpha-202305230013",
|
99
|
+
"@internal/chat-stateful-client": "1.5.1-alpha-202305230013",
|
100
|
+
"@internal/fake-backends": "1.5.1-alpha-202305230013",
|
101
|
+
"@internal/react-components": "1.5.1-alpha-202305230013",
|
102
|
+
"@internal/react-composites": "1.5.1-alpha-202305230013",
|
101
103
|
"@microsoft/api-documenter": "~7.12.11",
|
102
104
|
"@microsoft/api-extractor": "~7.18.0",
|
103
105
|
"@rollup/plugin-json": "~4.1.0",
|