@microsoft/teams-app-test-tool 0.1.0-beta.4 → 0.2.0-alpha.3

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.
@@ -33,6 +33,13 @@ object-assign
33
33
  * @license MIT
34
34
  */
35
35
 
36
+ /*!
37
+ * is-plain-object <https://github.com/jonschlinkert/is-plain-object>
38
+ *
39
+ * Copyright (c) 2014-2017, Jon Schlinkert.
40
+ * Released under the MIT License.
41
+ */
42
+
36
43
  /*!
37
44
  * isobject <https://github.com/jonschlinkert/isobject>
38
45
  *
@@ -44,6 +51,15 @@ object-assign
44
51
 
45
52
  /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
46
53
 
54
+ /**
55
+ * @license
56
+ * Lodash <https://lodash.com/>
57
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
58
+ * Released under MIT license <https://lodash.com/license>
59
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
60
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
61
+ */
62
+
47
63
  /**
48
64
  * @license React
49
65
  * react-is.production.min.js
@@ -0,0 +1 @@
1
+ let urlAlphabet="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict",customAlphabet=(t,e=21)=>(a=e)=>{let l="",o=a;for(;o--;)l+=t[Math.random()*t.length|0];return l},nanoid=(t=21)=>{let e="",a=t;for(;a--;)e+=urlAlphabet[64*Math.random()|0];return e};module.exports={nanoid:nanoid,customAlphabet:customAlphabet};