input-from-file 0.5.0 → 0.5.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/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -28,4 +28,4 @@ It reads the `filePath` from disk and returns either:
28
28
  - [`Error`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error): If an error was caught reading the file
29
29
  - `string`: The text contents of the file
30
30
 
31
- See **[create.bingo > Templates > Concepts > Inputs](https://create.bingo/build/concepts/inputs)** for more documentation on Inputs.
31
+ 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-file",
3
- "version": "0.5.0",
3
+ "version": "0.5.2",
4
4
  "description": "create input that reads a file as text.",
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.2"
28
28
  },
29
29
  "peerDependencies": {
30
- "bingo": "^0.5.0"
30
+ "bingo": "^0.5.2"
31
31
  },
32
32
  "engines": {
33
33
  "node": ">=18"