@wix/editor-react-components 1.2172.0 → 1.2173.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 +7 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/editor-react-components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2173.0",
|
|
4
4
|
"description": "React components for the Wix Editor",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -34,10 +34,8 @@
|
|
|
34
34
|
"build": "yarn build:lite && yarn build:janet && yarn build:package",
|
|
35
35
|
"build:package": "vite build && yarn check:npm-bundle-secrets",
|
|
36
36
|
"check:npm-bundle-secrets": "node scripts/check-npm-bundle-secrets.mjs",
|
|
37
|
-
"lint": "yarn run -T lint:
|
|
38
|
-
"check:
|
|
39
|
-
"check:formatting": "yarn run -T oxfmt -c ../../.oxfmtrc.json . --check",
|
|
40
|
-
"validate": "yarn run -T turbo check:linting check:formatting",
|
|
37
|
+
"lint": "yarn run -T lint:package",
|
|
38
|
+
"check:lint-and-format": "yarn run -T concurrently yarn:lint yarn:format:check",
|
|
41
39
|
"build:app": "astro check && wix build",
|
|
42
40
|
"build:lite": "yarn validate:manifests && yarn build:app",
|
|
43
41
|
"dev": "yarn validate:manifests && yarn cli-dev",
|
|
@@ -61,7 +59,8 @@
|
|
|
61
59
|
"generate:manifest-tests": "NODE_NO_WARNINGS=1 tsx scripts/generate-manifest-tests.ts",
|
|
62
60
|
"generate-css-from-manifest": "generate-css-from-manifest",
|
|
63
61
|
"validate:manifests": "NODE_NO_WARNINGS=1 tsx scripts/validate-manifests.ts",
|
|
64
|
-
"fix:manifests": "NODE_NO_WARNINGS=1 tsx scripts/validate-manifests.ts --fix"
|
|
62
|
+
"fix:manifests": "NODE_NO_WARNINGS=1 tsx scripts/validate-manifests.ts --fix",
|
|
63
|
+
"format:check": "yarn run -T format:package:check"
|
|
65
64
|
},
|
|
66
65
|
"peerDependencies": {
|
|
67
66
|
"@wix/editor-react-types": "^1.0.8",
|
|
@@ -179,7 +178,7 @@
|
|
|
179
178
|
},
|
|
180
179
|
"validations": {
|
|
181
180
|
"postDependenciesBuild": [
|
|
182
|
-
"
|
|
181
|
+
"check:lint-and-format"
|
|
183
182
|
],
|
|
184
183
|
"postPublish": [
|
|
185
184
|
"test:e2e"
|
|
@@ -190,5 +189,5 @@
|
|
|
190
189
|
"registry": "https://registry.npmjs.org/",
|
|
191
190
|
"access": "public"
|
|
192
191
|
},
|
|
193
|
-
"falconPackageHash": "
|
|
192
|
+
"falconPackageHash": "75674f4d1c7bb2c295aa5487b02255d0127bab9bd2b5f70eead3e598"
|
|
194
193
|
}
|