@wcstack/testing 2.2.0 → 2.3.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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wcstack/testing",
3
- "version": "2.2.0",
3
+ "version": "2.3.0",
4
4
  "description": "Headless test helpers for wcstack pages: mount HTML under happy-dom, await bindings, read/write state, settle updates - the README recipe as one import.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.esm.js",
@@ -43,8 +43,8 @@
43
43
  },
44
44
  "license": "MIT",
45
45
  "peerDependencies": {
46
- "@wcstack/server": "^2.2.0",
47
- "@wcstack/state": "^2.2.0",
46
+ "@wcstack/server": "^2.3.0",
47
+ "@wcstack/state": "^2.3.0",
48
48
  "happy-dom": ">=20"
49
49
  },
50
50
  "peerDependenciesMeta": {