@runeya/runeya 2.0.13 → 2.0.14

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
@@ -152,7 +152,7 @@ function listenWithRetry(server, port, host, wss, maxRetries = 20, delay = 500)
152
152
  });
153
153
  }
154
154
  async function main() {
155
- const { createLocalServer, pullEnv, PullEnvError } = await import("./dist-HGCFHXO4.js");
155
+ const { createLocalServer, pullEnv, PullEnvError } = await import("./dist-TI3HFRUW.js");
156
156
  if (isPullEnv) {
157
157
  if (!serviceArg) {
158
158
  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.13",
3
+ "version": "2.0.14",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "runeya": "./index.js"