bingo-stratum-testers 0.5.9 โ 0.5.10
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 +3 -3
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
<p align="center">Test utilities for Stratum Blocks and Presets. ๐งโ๐ง</p>
|
|
4
4
|
|
|
5
5
|
<p align="center">
|
|
6
|
-
<a href="https://github.com/
|
|
7
|
-
<a href="https://codecov.io/gh/
|
|
8
|
-
<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://codecov.io/gh/bingo-js/bingo" target="_blank"><img alt="๐งช Coverage" src="https://img.shields.io/codecov/c/github/bingo-js/bingo?label=%F0%9F%A7%AA%20coverage" /></a>
|
|
8
|
+
<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>
|
|
9
9
|
<a href="http://npmjs.com/package/bingo-stratum-testers"><img alt="๐ฆ npm version" src="https://img.shields.io/npm/v/bingo-stratum-testers?color=21bb42&label=%F0%9F%93%A6%20npm" /></a>
|
|
10
10
|
<img alt="๐ช TypeScript: Strict" src="https://img.shields.io/badge/%F0%9F%92%AA_typescript-strict-21bb42.svg" />
|
|
11
11
|
</p>
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bingo-stratum-testers",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.10",
|
|
4
4
|
"description": "Test utilities for Stratum Blocks and Presets. ๐งโ๐ง",
|
|
5
5
|
"homepage": "https://www.create.bingo/engines/stratum/packages/bingo-stratum-testers",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
|
-
"url": "https://github.com/
|
|
8
|
+
"url": "https://github.com/bingo-js/bingo",
|
|
9
9
|
"directory": "packages/bingo-stratum-testers"
|
|
10
10
|
},
|
|
11
11
|
"license": "MIT",
|
|
@@ -16,20 +16,20 @@
|
|
|
16
16
|
"type": "module",
|
|
17
17
|
"main": "./lib/index.js",
|
|
18
18
|
"files": [
|
|
19
|
-
"lib/"
|
|
20
|
-
"package.json",
|
|
21
|
-
"LICENSE.md",
|
|
22
|
-
"README.md"
|
|
19
|
+
"lib/"
|
|
23
20
|
],
|
|
24
21
|
"devDependencies": {
|
|
25
|
-
"zod": "3.24.2"
|
|
22
|
+
"zod": "3.24.2",
|
|
23
|
+
"bingo": "^0.8.1",
|
|
24
|
+
"bingo-stratum": "^0.5.12",
|
|
25
|
+
"bingo-systems": "^0.5.5",
|
|
26
|
+
"bingo-fs": "^0.5.6"
|
|
26
27
|
},
|
|
27
28
|
"peerDependencies": {
|
|
28
|
-
"bingo
|
|
29
|
-
"bingo-
|
|
30
|
-
"bingo": "^0.5.
|
|
31
|
-
"bingo-systems": "^0.5.
|
|
32
|
-
"bingo-testers": "^0.5.7"
|
|
29
|
+
"bingo": "^0.8.1",
|
|
30
|
+
"bingo-fs": "^0.5.6",
|
|
31
|
+
"bingo-stratum": "^0.5.12",
|
|
32
|
+
"bingo-systems": "^0.5.5"
|
|
33
33
|
},
|
|
34
34
|
"engines": {
|
|
35
35
|
"node": ">=18"
|