mol_wire_lib 1.0.299 → 1.0.302

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.js CHANGED
@@ -1427,7 +1427,7 @@ var $;
1427
1427
  "use strict";
1428
1428
  var $;
1429
1429
  (function ($) {
1430
- function $mol_wire_trans(next) {
1430
+ function $mol_wire_easing(next) {
1431
1431
  const atom = $mol_wire_auto();
1432
1432
  if (!(atom instanceof $mol_wire_atom))
1433
1433
  $mol_fail(new Error('Allowed only inside atom'));
@@ -1441,9 +1441,9 @@ var $;
1441
1441
  $mol_state_time.now(0);
1442
1442
  return current;
1443
1443
  }
1444
- $.$mol_wire_trans = $mol_wire_trans;
1444
+ $.$mol_wire_easing = $mol_wire_easing;
1445
1445
  })($ || ($ = {}));
1446
- //mol/wire/trans/trans.ts
1446
+ //mol/wire/easing/easing.ts
1447
1447
  ;
1448
1448
  "use strict";
1449
1449
  var $;