@pagelines/sdk 1.0.713 → 1.0.714

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/dist/contract.js CHANGED
@@ -4380,7 +4380,8 @@ var Yr = _enum([
4380
4380
  "wake",
4381
4381
  "sleep",
4382
4382
  "restart",
4383
- "rebuild"
4383
+ "rebuild",
4384
+ "reset-behavior"
4384
4385
  ]);
4385
4386
  function isTransitioning(e) {
4386
4387
  return e === "starting" || e === "stopping";