mol_plot_all 1.2.347 → 1.2.348
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/node.d.ts +0 -10
- package/node.deps.json +1 -1
- package/node.esm.js +3 -27
- package/node.esm.js.map +1 -1
- package/node.js +3 -27
- package/node.js.map +1 -1
- package/node.test.js +3 -36
- package/node.test.js.map +1 -1
- package/package.json +1 -2
- package/web.d.ts +10 -20
- package/web.deps.json +1 -1
- package/web.esm.js +24 -48
- package/web.esm.js.map +1 -1
- package/web.js +24 -48
- package/web.js.map +1 -1
- package/web.test.js +0 -9
- package/web.test.js.map +1 -1
package/web.test.js
CHANGED
|
@@ -1918,15 +1918,6 @@ var $;
|
|
|
1918
1918
|
;
|
|
1919
1919
|
"use strict";
|
|
1920
1920
|
var $;
|
|
1921
|
-
(function ($_1) {
|
|
1922
|
-
$mol_test_mocks.push($ => {
|
|
1923
|
-
$.$mol_after_work = $mol_after_mock_timeout;
|
|
1924
|
-
});
|
|
1925
|
-
})($ || ($ = {}));
|
|
1926
|
-
//mol/after/work/work.test.ts
|
|
1927
|
-
;
|
|
1928
|
-
"use strict";
|
|
1929
|
-
var $;
|
|
1930
1921
|
(function ($_1) {
|
|
1931
1922
|
$mol_test({
|
|
1932
1923
|
'id auto generation'($) {
|