input-from-fetch 0.5.0 → 0.5.1

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
@@ -32,4 +32,4 @@ It sends a request to the `resource` with [Input Context `fetch`](https://create
32
32
  - [`Error`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error): If an error was caught running the fetch
33
33
  - [`Response`](https://developer.mozilla.org/en-US/docs/Web/API/Response): The awaited response from `fetch()`
34
34
 
35
- See **[create.bingo > Templates > Concepts > Inputs](https://create.bingo/build/concepts/inputs)** for more documentation on Inputs.
35
+ See **[create.bingo > Templates > Concepts > Inputs](https://create.bingo/build/details/inputs)** for more documentation on Inputs.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "input-from-fetch",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "create input that runs a network request.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -24,10 +24,10 @@
24
24
  "zod": "^3.24.2"
25
25
  },
26
26
  "devDependencies": {
27
- "bingo-testers": "^0.5.0"
27
+ "bingo-testers": "^0.5.1"
28
28
  },
29
29
  "peerDependencies": {
30
- "bingo": "^0.5.0"
30
+ "bingo": "^0.5.1"
31
31
  },
32
32
  "engines": {
33
33
  "node": ">=18"