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 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
  [![Contributors](https://img.shields.io/github/contributors/wellwelwel/poku?color=9c88ff)](https://github.com/wellwelwel/poku/graphs/contributors)
301
303
 
302
304
  [![Contributors](https://opencollective.com/poku/contributors.svg?width=890&button=false)](https://opencollective.com/poku/contributors.svg?button=false)
303
305
 
306
+ ### Sponsors
307
+
308
+ [![Sponsors](https://wellwelwel.github.io/wellwelwel/sponsors.svg?v=1)](https://github.com/sponsors/wellwelwel)
309
+
304
310
  ---
305
311
 
306
312
  ## License
@@ -12,7 +12,7 @@ exports.results = {
12
12
  skipped: 0,
13
13
  todo: 0,
14
14
  };
15
- exports.VERSION = '3.0.2';
15
+ exports.VERSION = '3.0.3-canary.45818a0';
16
16
  exports.deepOptions = [];
17
17
  exports.GLOBAL = {
18
18
  cwd: (0, node_process_1.cwd)(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "poku",
3
- "version": "3.0.2",
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.10",
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",