input-from-script 0.5.4 → 0.5.7
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.
- package/README.md +2 -2
- package/package.json +9 -10
package/README.md
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<p align="center">Bingo input that runs a script.</p>
|
|
4
4
|
|
|
5
5
|
<p align="center">
|
|
6
|
-
<a href="https://github.com/
|
|
7
|
-
<a href="https://github.com/
|
|
6
|
+
<a href="https://github.com/bingo-js/bingo/blob/main/.github/CODE_OF_CONDUCT.md" target="_blank"><img alt="🤝 Code of Conduct: Kept" src="https://img.shields.io/badge/%F0%9F%A4%9D_code_of_conduct-kept-21bb42" /></a>
|
|
7
|
+
<a href="https://github.com/bingo-js/bingo/blob/main/LICENSE.md" target="_blank"><img alt="📝 License: MIT" src="https://img.shields.io/badge/%F0%9F%93%9D_license-MIT-21bb42.svg"></a>
|
|
8
8
|
<a href="http://npmjs.com/package/input-from-script"><img alt="📦 npm version" src="https://img.shields.io/npm/v/input-from-script?color=21bb42&label=%F0%9F%93%A6%20npm" /></a>
|
|
9
9
|
<img alt="💪 TypeScript: Strict" src="https://img.shields.io/badge/%F0%9F%92%AA_typefetch-strict-21bb42.svg" />
|
|
10
10
|
</p>
|
package/package.json
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "input-from-script",
|
|
3
|
-
"version": "0.5.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.5.7",
|
|
4
|
+
"description": "Bingo input that runs a script.",
|
|
5
|
+
"homepage": "https://www.create.bingo",
|
|
5
6
|
"repository": {
|
|
6
7
|
"type": "git",
|
|
7
|
-
"url": "https://github.com/
|
|
8
|
+
"url": "https://github.com/bingo-js/bingo",
|
|
8
9
|
"directory": "packages/input-from-script"
|
|
9
10
|
},
|
|
10
11
|
"license": "MIT",
|
|
@@ -15,19 +16,17 @@
|
|
|
15
16
|
"type": "module",
|
|
16
17
|
"main": "./lib/index.js",
|
|
17
18
|
"files": [
|
|
18
|
-
"lib/"
|
|
19
|
-
"package.json",
|
|
20
|
-
"LICENSE.md",
|
|
21
|
-
"README.md"
|
|
19
|
+
"lib/"
|
|
22
20
|
],
|
|
23
21
|
"dependencies": {
|
|
24
|
-
"zod": "^
|
|
22
|
+
"zod": "^4.4.3"
|
|
25
23
|
},
|
|
26
24
|
"devDependencies": {
|
|
27
|
-
"bingo
|
|
25
|
+
"bingo": "^0.11.0",
|
|
26
|
+
"bingo-testers": "^0.5.10"
|
|
28
27
|
},
|
|
29
28
|
"peerDependencies": {
|
|
30
|
-
"bingo": "^0.
|
|
29
|
+
"bingo": "^0.11.0"
|
|
31
30
|
},
|
|
32
31
|
"engines": {
|
|
33
32
|
"node": ">=18"
|