input-from-script 0.1.0-alpha.4 → 0.2.0

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/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -28,4 +28,4 @@ It runs the `command` with [`execa`](https://www.npmjs.com/package/execa) and re
28
28
  - `Error`: If an error was caught running the script
29
29
  - `Result`: The type from `execa`, including the `stdout` property
30
30
 
31
- See **[create-josh.vercel.app > Engine > Runtime > Inputs](https://create-josh.vercel.app/engine/runtime/inputs)** for more documentation on Inputs.
31
+ See **[create.bingo > Templating Engine > Runtime > Inputs](https://create.bingo/engine/runtime/inputs)** for more documentation on Inputs.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "input-from-script",
3
- "version": "0.1.0-alpha.4",
3
+ "version": "0.2.0",
4
4
  "description": "create input that runs a script.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -24,10 +24,10 @@
24
24
  "zod": "^3.24.1"
25
25
  },
26
26
  "devDependencies": {
27
- "create-testers": "^0.1.0-alpha.8"
27
+ "create-testers": "^0.2.0"
28
28
  },
29
29
  "peerDependencies": {
30
- "create": "^0.1.0-alpha.8"
30
+ "create": "^0.2.0"
31
31
  },
32
32
  "engines": {
33
33
  "node": ">=18"