@mablhq/mabl-cli 1.56.2 → 1.56.6
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/browserLauncher/playwrightBrowserLauncher/playwrightPage.js +2 -2
- package/commands/tests/tests_cmds/import.js +1 -1
- package/core/execution/ApiTestUtils.js +2 -2
- package/execution/index.js +1 -1
- package/execution/index.js.LICENSE.txt +1 -9
- package/mablApi/index.js +1 -1
- package/mablscriptFind/index.js +1 -1
- package/mablscriptFind/index.js.LICENSE.txt +0 -8
- package/package.json +1 -1
- package/proxy/index.js +1 -1
- package/resources/mablFind.js +1 -1
- package/util/analytics.js +10 -0
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* decimal.js v10.4.3
|
|
3
|
-
* An arbitrary-precision Decimal type for JavaScript.
|
|
4
|
-
* https://github.com/MikeMcl/decimal.js
|
|
5
|
-
* Copyright (c) 2022 Michael Mclaughlin <M8ch88l@gmail.com>
|
|
6
|
-
* MIT Licence
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
1
|
/*!
|
|
10
2
|
* Copyright (c) 2015, Salesforce.com, Inc.
|
|
11
3
|
* All rights reserved.
|
|
@@ -213,7 +205,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
213
205
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
|
214
206
|
**/
|
|
215
207
|
|
|
216
|
-
/** @license URI.js v4.
|
|
208
|
+
/** @license URI.js v4.2.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */
|
|
217
209
|
|
|
218
210
|
//! moment.js
|
|
219
211
|
|