poku 4.4.1-canary.b5c42e4f → 4.5.0

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.
@@ -543,7 +543,7 @@ const states = getSharedState("states", {
543
543
  }), errorHoist = getSharedState("errorHoist", {
544
544
  depth: 0,
545
545
  failed: !1
546
- }), VERSION = "4.4.1-canary.b5c42e4f", deepOptions = getSharedState("deepOptions", []), GLOBAL = getSharedState("GLOBAL", {
546
+ }), VERSION = "4.5.0", deepOptions = getSharedState("deepOptions", []), GLOBAL = getSharedState("GLOBAL", {
547
547
  cwd: cwd$1,
548
548
  configs: {
549
549
  filter: void 0,
@@ -537,7 +537,7 @@ const states = getSharedState("states", {
537
537
  }), errorHoist = getSharedState("errorHoist", {
538
538
  depth: 0,
539
539
  failed: !1
540
- }), VERSION = "4.4.1-canary.b5c42e4f", deepOptions = getSharedState("deepOptions", []), GLOBAL = getSharedState("GLOBAL", {
540
+ }), VERSION = "4.5.0", deepOptions = getSharedState("deepOptions", []), GLOBAL = getSharedState("GLOBAL", {
541
541
  cwd: cwd$1,
542
542
  configs: {
543
543
  filter: void 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "poku",
3
- "version": "4.4.1-canary.b5c42e4f",
3
+ "version": "4.5.0",
4
4
  "description": "🐷 Poku makes testing easy for Node.js, Bun, Deno, and you at the same time.",
5
5
  "license": "MIT",
6
6
  "type": "module",