@wix/editor-react-components 1.2367.0 → 1.2369.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 +8 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/editor-react-components",
3
- "version": "1.2367.0",
3
+ "version": "1.2369.0",
4
4
  "description": "React components for the Wix Editor",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -50,6 +50,7 @@
50
50
  "test:watch": "yarn prepare:manifest-tests && vitest watch",
51
51
  "test:manifest": "yarn prepare:manifest-tests && vitest src/**/*manifest.spec.ts",
52
52
  "test:e2e": "echo 'Package must be built before running e2e tests, running build:' && yarn build:lite && sled-playwright test --config=playwright.livesite.config.ts",
53
+ "test:e2e:ci": "sled-playwright test --config=playwright.livesite.config.ts",
53
54
  "test:detect-flakiness": "yarn build:lite && sled-playwright detect-flakiness --config=playwright.livesite.config.ts --path e2e/livesites/tests --repeat-count 20",
54
55
  "test:playwright:a11y": "(sled-playwright test --config=playwright.a11y.config.ts) || true",
55
56
  "check-a11y-coverage": "a11y-check-coverage --warn-only",
@@ -181,17 +182,19 @@
181
182
  "check:lint-and-format",
182
183
  {
183
184
  "scriptName": "test",
184
- "timeout": 15
185
+ "timeout": 15,
186
+ "weight": 6
185
187
  }
186
188
  ],
187
189
  "postBuild": [
188
190
  {
189
191
  "scriptName": "test:playwright:a11y",
190
- "timeout": 30
192
+ "timeout": 30,
193
+ "weight": 7
191
194
  }
192
195
  ],
193
196
  "postPublish": [
194
- "test:e2e"
197
+ "test:e2e:ci"
195
198
  ]
196
199
  }
197
200
  },
@@ -199,5 +202,5 @@
199
202
  "registry": "https://registry.npmjs.org/",
200
203
  "access": "public"
201
204
  },
202
- "falconPackageHash": "6a903f986396bd3ffe7dd3592eda3bba3339251897b1eca9624b090d"
205
+ "falconPackageHash": "ed4ff1d651e971ad35d6a2d69e363be278f3e7453084d18e4c10e6af"
203
206
  }