@runeya/runeya 2.0.69 → 2.0.70

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/index.js CHANGED
@@ -274,7 +274,7 @@ async function main() {
274
274
  ensureNodeBinOnPath();
275
275
  await ensureUserBinsOnPath();
276
276
  if (!isPullEnv) stampConsole();
277
- const { createLocalServer, pullEnv, PullEnvError, registerInstance } = await import("./src-MQWOIUB5.js");
277
+ const { createLocalServer, pullEnv, PullEnvError, registerInstance } = await import("./src-6WVQ2FQV.js");
278
278
  if (isPullEnv) {
279
279
  if (!serviceArg) {
280
280
  console.error("Error: --service (-s) is required with --pull-env");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runeya/runeya",
3
- "version": "2.0.69",
3
+ "version": "2.0.70",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "runeya": "./index.js"