@microsoft/teams-js 2.40.0-beta.0 → 2.40.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.
@@ -1 +1 @@
|
|
1
|
-
const
|
1
|
+
const o="2.40.0";export{o as version};
|
@@ -4590,7 +4590,7 @@ function isSerializable(arg) {
|
|
4590
4590
|
* @hidden
|
4591
4591
|
* Package version.
|
4592
4592
|
*/
|
4593
|
-
const version = "2.40.0
|
4593
|
+
const version = "2.40.0";
|
4594
4594
|
|
4595
4595
|
;// ./src/public/featureFlags.ts
|
4596
4596
|
// All build feature flags are defined inside this object. Any build feature flag must have its own unique getter and setter function. This pattern allows for client apps to treeshake unused code and avoid including code guarded by this feature flags in the final bundle. If this property isn't desired, use the below runtime feature flags object.
|