@wix/editor-react-components 1.2272.0 → 1.2273.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.
- package/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/editor-react-components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2273.0",
|
|
4
4
|
"description": "React components for the Wix Editor",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -49,6 +49,7 @@
|
|
|
49
49
|
"test:watch": "yarn prepare:manifest-tests && vitest watch",
|
|
50
50
|
"test:manifest": "yarn prepare:manifest-tests && vitest src/**/*manifest.spec.ts",
|
|
51
51
|
"test:e2e": "echo 'Package must be built before running e2e tests, running build:' && yarn build:lite && sled-playwright test --config=playwright.livesite.config.ts",
|
|
52
|
+
"test:detect-flakiness": "yarn build:lite && sled-playwright detect-flakiness --config=playwright.livesite.config.ts --path e2e/livesites/tests --repeat-count 20",
|
|
52
53
|
"test:playwright:a11y": "(sled-playwright test --config=playwright.a11y.config.ts) || true",
|
|
53
54
|
"check-a11y-coverage": "a11y-check-coverage --warn-only",
|
|
54
55
|
"tsc": "npx tsc -b ./tsconfig.json --force",
|
|
@@ -198,5 +199,5 @@
|
|
|
198
199
|
"registry": "https://registry.npmjs.org/",
|
|
199
200
|
"access": "public"
|
|
200
201
|
},
|
|
201
|
-
"falconPackageHash": "
|
|
202
|
+
"falconPackageHash": "104d00cfb278a49f19663e937591f1a8768f21a2e049e2edfbd897b7"
|
|
202
203
|
}
|