@runeya/runeya 2.0.16 → 2.0.18

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.
@@ -412,7 +412,7 @@ function requireEnvAction(ctx, environmentId, action, serviceId) {
412
412
  });
413
413
  }
414
414
  var startedAt = Date.now();
415
- var appVersion = process.env["RUNEYA_VERSION"] ?? (true ? "2.0.15" : "dev");
415
+ var appVersion = process.env["RUNEYA_VERSION"] ?? (true ? "2.0.16" : "dev");
416
416
  var healthRouter = router({
417
417
  check: publicProcedure.meta({ openapi: { method: "GET", path: "/health", tags: ["health"], summary: "Health check" } }).output(z.object({ status: z.literal("ok"), uptime: z.number(), version: z.string() })).query(() => {
418
418
  return {
@@ -12231,4 +12231,4 @@ export {
12231
12231
  createLocalServer,
12232
12232
  pullEnv
12233
12233
  };
12234
- //# sourceMappingURL=dist-P3HYK2SI.js.map
12234
+ //# sourceMappingURL=dist-CJTJWMCR.js.map
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-P3HYK2SI.js");
155
+ const { createLocalServer, pullEnv, PullEnvError } = await import("./dist-CJTJWMCR.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.16",
3
+ "version": "2.0.18",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "runeya": "./index.js"
File without changes