noninteractive 0.3.13 → 0.3.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.
@@ -344,7 +344,7 @@ var init_daemon = __esm(() => {
344
344
  var require_package = __commonJS((exports, module) => {
345
345
  module.exports = {
346
346
  name: "noninteractive",
347
- version: "0.3.13",
347
+ version: "0.3.14",
348
348
  type: "module",
349
349
  bin: {
350
350
  noninteractive: "./bin/noninteractive.js"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "noninteractive",
3
- "version": "0.3.13",
3
+ "version": "0.3.14",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "noninteractive": "./bin/noninteractive.js"