| @@ -1,7 +1,7 @@ | ||
| 1 | 1 | { |
| 2 | 2 | "name": "cryptx", |
| 3 | - "version": "4.2.0", | |
| 3 | + "version": "4.2.1", | |
| 4 | 4 | "description": "Build setup for the CryptX settings screen and the editor block. React and the component library come from WordPress itself, so only this plugin's own code is bundled.", |
| 5 | 5 | "private": true, |
| 6 | 6 | "license": "GPL-2.0-or-later", |
| 7 | 7 | "comments": { |
| @@ -9,10 +9,12 @@ | ||
| 9 | 9 | }, |
| 10 | 10 | "scripts": { |
| 11 | 11 | "build": "wp-scripts build index=src/index.js block/index=src/block/index.js", |
| 12 | 12 | "start": "wp-scripts start index=src/index.js block/index=src/block/index.js", |
| 13 | - "lint:js": "wp-scripts lint-js src" | |
| 13 | + "lint:js": "wp-scripts lint-js src", | |
| 14 | + "test:e2e": "node tests/e2e/dynamic-navigation.mjs" | |
| 14 | 15 | }, |
| 15 | 16 | "devDependencies": { |
| 16 | - "@wordpress/scripts": "^34.1.0" | |
| 17 | + "@wordpress/scripts": "^34.1.0", | |
| 18 | + "playwright": "^1.62.1" | |
| 17 | 19 | } |
| 18 | 20 | } |