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.test.js CHANGED
@@ -1419,7 +1419,7 @@ var $;
1419
1419
  "use strict";
1420
1420
  var $;
1421
1421
  (function ($) {
1422
- function $mol_wire_trans(next) {
1422
+ function $mol_wire_easing(next) {
1423
1423
  const atom = $mol_wire_auto();
1424
1424
  if (!(atom instanceof $mol_wire_atom))
1425
1425
  $mol_fail(new Error('Allowed only inside atom'));
@@ -1433,9 +1433,9 @@ var $;
1433
1433
  $mol_state_time.now(0);
1434
1434
  return current;
1435
1435
  }
1436
- $.$mol_wire_trans = $mol_wire_trans;
1436
+ $.$mol_wire_easing = $mol_wire_easing;
1437
1437
  })($ || ($ = {}));
1438
- //mol/wire/trans/trans.ts
1438
+ //mol/wire/easing/easing.ts
1439
1439
  ;
1440
1440
  "use strict";
1441
1441
  var $;