@wix/vibe-forms-plugin-files 0.32.8 → 0.32.10
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.
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/vibe-forms-plugin-files",
|
|
3
|
-
"version": "0.32.
|
|
3
|
+
"version": "0.32.10",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"unpkg": true,
|
|
6
6
|
"files": [
|
|
@@ -19,18 +19,15 @@
|
|
|
19
19
|
"build": "npx @wix/vibe-plugins-ci-utils build-zip -v 'forms' -p $(pwd)",
|
|
20
20
|
"lint:fix": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,md}\"",
|
|
21
21
|
"lint:check": "prettier --check \"src/**/*.{ts,tsx,js,jsx,json,md}\"",
|
|
22
|
+
"template-dev": "wix dev",
|
|
22
23
|
"template-build": "wix build",
|
|
24
|
+
"template-preview": "wix preview",
|
|
25
|
+
"template-release": "wix release",
|
|
23
26
|
"template-env": "wix env pull",
|
|
24
27
|
"template-check": "npx astro check --js-only",
|
|
25
28
|
"template-test:run": "vitest run",
|
|
26
29
|
"template-install-template": "npm i --force --legacy-peer-deps --include=dev --registry=https://registry.npmjs.org",
|
|
27
|
-
"open": "open -na 'Google Chrome' --args --disable-web-security --user-data-dir='/tmp/chrome' 'http://localhost:4321/form/4c9ee5eb-a7d6-4b05-98c5-624982836e4c'"
|
|
28
|
-
"astro": "astro",
|
|
29
|
-
"dev": "wix dev",
|
|
30
|
-
"preview": "wix preview",
|
|
31
|
-
"release": "wix release",
|
|
32
|
-
"generate": "wix generate",
|
|
33
|
-
"env": "wix env"
|
|
30
|
+
"open": "open -na 'Google Chrome' --args --disable-web-security --user-data-dir='/tmp/chrome' 'http://localhost:4321/form/4c9ee5eb-a7d6-4b05-98c5-624982836e4c'"
|
|
34
31
|
},
|
|
35
32
|
"wix": {
|
|
36
33
|
"artifact": {
|
|
@@ -110,7 +107,7 @@
|
|
|
110
107
|
"@wix/events": "1.0.669",
|
|
111
108
|
"@wix/faq": "1.0.30",
|
|
112
109
|
"@wix/fast-gallery-vibe": "1.4.0",
|
|
113
|
-
"@wix/forms": "1.0.
|
|
110
|
+
"@wix/forms": "1.0.386",
|
|
114
111
|
"@wix/headless-components": "0.0.33",
|
|
115
112
|
"@wix/headless-ecom": "^0.0.27",
|
|
116
113
|
"@wix/headless-media": "^0.0.11",
|
|
@@ -197,5 +194,5 @@
|
|
|
197
194
|
"vite-tsconfig-paths": "^5.1.4",
|
|
198
195
|
"vitest": "3.1.4"
|
|
199
196
|
},
|
|
200
|
-
"falconPackageHash": "
|
|
197
|
+
"falconPackageHash": "d3e3a3c57d479ae727877395d3628748734078be34dc28b538c14deb"
|
|
201
198
|
}
|