@perses-dev/trace-table-plugin 0.6.0 → 0.7.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.
- package/__mf/js/{152.cad35107.js → 152.20a64e89.js} +1 -1
- package/__mf/js/{TraceTable.80656031.js → TraceTable.d244402d.js} +3 -3
- package/__mf/js/async/{129.6a1a1c7d.js → 51.a8d0a55c.js} +10 -10
- package/__mf/js/async/764.102c33d3.js +7 -0
- package/__mf/js/async/{559.b30e0b88.js.LICENSE.txt → 764.102c33d3.js.LICENSE.txt} +1 -17
- package/__mf/js/async/902.129cd5da.js +80 -0
- package/__mf/js/async/__federation_expose_TraceTable.0bcb874f.js +1 -0
- package/__mf/js/main.b975eef1.js +1 -0
- package/mf-manifest.json +11 -11
- package/mf-stats.json +11 -11
- package/package.json +6 -6
- package/__mf/js/async/559.b30e0b88.js +0 -29
- package/__mf/js/async/835.2f07f9d8.js +0 -80
- package/__mf/js/async/__federation_expose_TraceTable.0f16deca.js +0 -1
- package/__mf/js/main.57cf0123.js +0 -1
- /package/__mf/js/async/{129.6a1a1c7d.js.LICENSE.txt → 51.a8d0a55c.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{835.2f07f9d8.js.LICENSE.txt → 902.129cd5da.js.LICENSE.txt} +0 -0
|
@@ -30,14 +30,6 @@
|
|
|
30
30
|
* https://github.com/ecomfe/zrender/blob/master/LICENSE.txt
|
|
31
31
|
*/
|
|
32
32
|
|
|
33
|
-
/*!
|
|
34
|
-
* decimal.js v10.5.0
|
|
35
|
-
* An arbitrary-precision Decimal type for JavaScript.
|
|
36
|
-
* https://github.com/MikeMcl/decimal.js
|
|
37
|
-
* Copyright (c) 2025 Michael Mclaughlin <M8ch88l@gmail.com>
|
|
38
|
-
* MIT Licence
|
|
39
|
-
*/
|
|
40
|
-
|
|
41
33
|
/*! *****************************************************************************
|
|
42
34
|
Copyright (c) Microsoft Corporation.
|
|
43
35
|
|
|
@@ -73,12 +65,4 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
73
65
|
* LICENSE.md file in the root directory of this source tree.
|
|
74
66
|
*
|
|
75
67
|
* @license MIT
|
|
76
|
-
*/
|
|
77
|
-
|
|
78
|
-
/**
|
|
79
|
-
* @license Fraction.js v4.3.7 31/08/2023
|
|
80
|
-
* https://www.xarg.org/2014/03/rational-numbers-in-javascript/
|
|
81
|
-
*
|
|
82
|
-
* Copyright (c) 2023, Robert Eisele (robert@raw.org)
|
|
83
|
-
* Dual licensed under the MIT or GPL Version 2 licenses.
|
|
84
|
-
**/
|
|
68
|
+
*/
|