@snappedly-tools/shipyard 0.9.1-staging.36236325301 → 0.9.2

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/main.js CHANGED
@@ -2381,7 +2381,7 @@ var runnerCommand = Command.make(
2381
2381
  purgeRunnerCommand
2382
2382
  ])
2383
2383
  );
2384
- var VERSION = "0.9.1-staging.36236325301" ;
2384
+ var VERSION = "0.9.2" ;
2385
2385
  var SHIPYARD_PACKAGE_NAME = "@snappedly-tools/shipyard";
2386
2386
  var isMissingPath = (error) => error !== null && typeof error === "object" && "code" in error && error.code === "ENOENT";
2387
2387
  var lstatIfPresent = async (path) => {