@tgrv/void-cli 1.1.1 → 1.1.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.
Files changed (2) hide show
  1. package/bin/void.js +1 -1
  2. package/package.json +1 -1
package/bin/void.js CHANGED
@@ -427,7 +427,7 @@ function runBuild(pluginPathArg) {
427
427
  type: "module",
428
428
  main: "index.js",
429
429
  dependencies: {
430
- "@tgrv/void-runtime": "^1.0.0",
430
+ "@tgrv/void-runtime": "latest",
431
431
  ...(manifest.dependencies || {})
432
432
  },
433
433
  publishConfig: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tgrv/void-cli",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "void": "./bin/void.js"