@wix/editor-react-components 1.2585.0 → 1.2587.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 +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/editor-react-components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2587.0",
|
|
4
4
|
"description": "React components for the Wix Editor",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -38,30 +38,30 @@
|
|
|
38
38
|
"check:lint-and-format": "yarn run -T concurrently yarn:lint yarn:format:check",
|
|
39
39
|
"build:app": "astro check && wix build",
|
|
40
40
|
"build:lite": "yarn validate:manifests && yarn build:app",
|
|
41
|
-
"dev": "yarn validate:manifests && yarn cli
|
|
41
|
+
"dev": "yarn validate:manifests && yarn dev:cli",
|
|
42
42
|
"dev:component": "node scripts/dev-component.mjs",
|
|
43
43
|
"clean": "rm -rf dist",
|
|
44
44
|
"generate": "wix generate",
|
|
45
45
|
"preview": "NODE_OPTIONS=\"--import $PWD/scripts/intercept.js\" wix preview",
|
|
46
46
|
"release": "echo 'Do not use manual GA, use DevPortal GA only!'",
|
|
47
|
-
"cli
|
|
47
|
+
"dev:cli": "NODE_OPTIONS=\"--import $PWD/scripts/intercept.js\" wix dev",
|
|
48
48
|
"build:dependencies": "yarn workspace @wix/components-infra run build",
|
|
49
49
|
"test": "yarn prepare:manifest-tests && vitest",
|
|
50
50
|
"test:watch": "yarn prepare:manifest-tests && vitest watch",
|
|
51
51
|
"test:manifest": "yarn prepare:manifest-tests && vitest src/**/*manifest.spec.ts",
|
|
52
|
-
"test:e2e": "
|
|
53
|
-
"test:e2e:
|
|
54
|
-
"test:
|
|
55
|
-
"check
|
|
56
|
-
"
|
|
52
|
+
"test:e2e": "tsx scripts/wait-for-preview-readiness.ts && sled-playwright test --config=playwright.livesite.config.ts",
|
|
53
|
+
"test:e2e:local": "echo 'Package must be built before running e2e tests, running build:' && yarn build:lite && sled-playwright test --remote --config=playwright.livesite.config.ts",
|
|
54
|
+
"test:e2e:flakiness": "yarn build:lite && sled-playwright detect-flakiness --config=playwright.livesite.config.ts --path e2e/livesites/tests --repeat-count 20",
|
|
55
|
+
"check:a11y-coverage": "a11y-check-coverage --warn-only",
|
|
56
|
+
"typecheck": "node ../../scripts/run-tsc7.js -b ./tsconfig.json",
|
|
57
57
|
"prepare:manifest-tests": "yarn validate:manifests && yarn generate:manifest-tests",
|
|
58
58
|
"build:janet": "yarn build-storybook && janet-build",
|
|
59
59
|
"test:coverage": "vitest run --coverage",
|
|
60
|
-
"
|
|
60
|
+
"test:snapshots:update": "vitest run --update src/**/*.snapshot.spec.tsx",
|
|
61
61
|
"storybook": "storybook dev -p 6006",
|
|
62
62
|
"build-storybook": "storybook build",
|
|
63
63
|
"generate:manifest-tests": "NODE_NO_WARNINGS=1 tsx scripts/generate-manifest-tests.ts",
|
|
64
|
-
"generate
|
|
64
|
+
"generate:css-from-manifest": "generate-css-from-manifest",
|
|
65
65
|
"validate:manifests": "NODE_NO_WARNINGS=1 tsx scripts/validate-manifests.ts",
|
|
66
66
|
"fix:manifests": "NODE_NO_WARNINGS=1 tsx scripts/validate-manifests.ts --fix",
|
|
67
67
|
"format:check": "yarn run -T format:package:check",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"@wix/site-service-business-logger": "^1.0.0",
|
|
85
85
|
"@wix/site-service-configuration": "^1.0.1",
|
|
86
86
|
"@wix/site-service-rendering-context": "^1.0.1",
|
|
87
|
-
"@wix/site-ui": "1.
|
|
87
|
+
"@wix/site-ui": "1.250.0",
|
|
88
88
|
"@wix/video": "^1.106.0",
|
|
89
89
|
"@wix/viewer-service-consent-policy": "^1.0.101",
|
|
90
90
|
"@wix/web-bi-logger": "^2.1.29",
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
}
|
|
192
192
|
],
|
|
193
193
|
"postPublish": [
|
|
194
|
-
"test:e2e
|
|
194
|
+
"test:e2e"
|
|
195
195
|
]
|
|
196
196
|
}
|
|
197
197
|
},
|
|
@@ -199,5 +199,5 @@
|
|
|
199
199
|
"registry": "https://registry.npmjs.org/",
|
|
200
200
|
"access": "public"
|
|
201
201
|
},
|
|
202
|
-
"falconPackageHash": "
|
|
202
|
+
"falconPackageHash": "eda4e78750d02b37bff5bdaca2b38948fcb8b8689e1affee1f1a0782"
|
|
203
203
|
}
|