poku 3.0.2 → 3.0.3-canary.45818a0
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 +6 -0
- package/lib/configs/poku.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -297,10 +297,16 @@ See the [**Contributing Guide**](https://github.com/wellwelwel/poku/blob/main/CO
|
|
|
297
297
|
|
|
298
298
|
## Acknowledgements
|
|
299
299
|
|
|
300
|
+
### Contributors
|
|
301
|
+
|
|
300
302
|
[](https://github.com/wellwelwel/poku/graphs/contributors)
|
|
301
303
|
|
|
302
304
|
[](https://opencollective.com/poku/contributors.svg?button=false)
|
|
303
305
|
|
|
306
|
+
### Sponsors
|
|
307
|
+
|
|
308
|
+
[](https://github.com/sponsors/wellwelwel)
|
|
309
|
+
|
|
304
310
|
---
|
|
305
311
|
|
|
306
312
|
## License
|
package/lib/configs/poku.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "poku",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.3-canary.45818a0",
|
|
4
4
|
"description": "🐷 Poku makes testing easy for Node.js, Bun, Deno, and you at the same time.",
|
|
5
5
|
"main": "./lib/modules/index.js",
|
|
6
6
|
"license": "MIT",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@biomejs/biome": "1.9.4",
|
|
54
54
|
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
|
|
55
|
-
"@types/node": "^22.13.
|
|
55
|
+
"@types/node": "^22.13.11",
|
|
56
56
|
"c8": "^10.1.3",
|
|
57
57
|
"jsonc.min": "^1.1.0",
|
|
58
58
|
"monocart-coverage-reports": "^2.12.3",
|