runwork 0.18.3 → 0.18.4

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -7583,7 +7583,7 @@ function createKeyboardListener() {
7583
7583
  }
7584
7584
 
7585
7585
  // src/generated/version.ts
7586
- var VERSION = "0.18.3";
7586
+ var VERSION = "0.18.4";
7587
7587
 
7588
7588
  // src/commands/dev.ts
7589
7589
  var exports_dev = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "runwork",
3
- "version": "0.18.3",
3
+ "version": "0.18.4",
4
4
  "description": "CLI for Runwork: develop, preview, and deploy Runwork apps from your local machine.",
5
5
  "license": "UNLICENSED",
6
6
  "author": "Runwork, Inc. <info@runwork.ai> (https://www.runwork.ai)",