mol_plot_all 1.2.282 → 1.2.285
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 +12 -1
- package/node.deps.json +1 -1
- package/node.esm.js +33 -1
- package/node.esm.js.map +1 -1
- package/node.js +33 -1
- package/node.js.map +1 -1
- package/node.test.js +42 -1
- package/node.test.js.map +1 -1
- package/package.json +2 -1
- package/web.d.ts +22 -11
- package/web.deps.json +1 -1
- package/web.esm.js +55 -23
- package/web.esm.js.map +1 -1
- package/web.js +55 -23
- package/web.js.map +1 -1
- package/web.test.js +9 -0
- package/web.test.js.map +1 -1
package/web.test.js
CHANGED
|
@@ -1921,6 +1921,15 @@ var $;
|
|
|
1921
1921
|
;
|
|
1922
1922
|
"use strict";
|
|
1923
1923
|
var $;
|
|
1924
|
+
(function ($_1) {
|
|
1925
|
+
$mol_test_mocks.push($ => {
|
|
1926
|
+
$.$mol_after_work = $mol_after_mock_timeout;
|
|
1927
|
+
});
|
|
1928
|
+
})($ || ($ = {}));
|
|
1929
|
+
//mol/after/work/work.test.ts
|
|
1930
|
+
;
|
|
1931
|
+
"use strict";
|
|
1932
|
+
var $;
|
|
1924
1933
|
(function ($_1) {
|
|
1925
1934
|
$mol_test({
|
|
1926
1935
|
'id auto generation'($) {
|