@wix/vibe-bookings-plugin-files 0.64.0 → 0.66.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.
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/vibe-bookings-plugin-files",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.66.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"unpkg": true,
|
|
6
6
|
"files": [
|
|
@@ -17,8 +17,10 @@
|
|
|
17
17
|
"reset-template": "npx @wix/vibe-plugins-ci-utils reset-from-picasso -p $(pwd) && yarn",
|
|
18
18
|
"init-template": "mkdir -p src/pages/test/ && cp -r src/components/test/*.astro src/pages/test/",
|
|
19
19
|
"bootstrap": "rm -rf .wix wix.config.json .env.local && npx @wix/vibe-plugins-ci-utils bootstrap-headless",
|
|
20
|
-
"build": "npx @wix/vibe-plugins-ci-utils build-zip -v 'bookings' -p $(pwd)",
|
|
21
|
-
"lint": "
|
|
20
|
+
"build": "yarn link-forms && npx @wix/vibe-plugins-ci-utils build-zip -v 'bookings' -p $(pwd)",
|
|
21
|
+
"lint": "yarn lint:check",
|
|
22
|
+
"lint:fix": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,md}\"",
|
|
23
|
+
"lint:check": "prettier --check \"src/**/*.{ts,tsx,js,jsx,json,md}\"",
|
|
22
24
|
"test": "true",
|
|
23
25
|
"template-dev": "wix dev",
|
|
24
26
|
"template-build": "wix build",
|
|
@@ -29,7 +31,8 @@
|
|
|
29
31
|
"template-test:run": "vitest run",
|
|
30
32
|
"template-install-template": "npm i --force --legacy-peer-deps --include=dev --registry=https://registry.npmjs.org",
|
|
31
33
|
"test:e2e": "true",
|
|
32
|
-
"test:full": "true"
|
|
34
|
+
"test:full": "true",
|
|
35
|
+
"link-forms": "rm -rf ./src/components/forms ./src/components/ui/forms && ln -s \"$(realpath ../../forms/vibe-forms-plugin-files/src/components/forms)\" ./src/components/forms && ln -s \"$(realpath ../../forms/vibe-forms-plugin-files/src/components/ui/forms)\" ./src/components/ui/forms"
|
|
33
36
|
},
|
|
34
37
|
"wix": {
|
|
35
38
|
"artifact": {
|
|
@@ -113,7 +116,7 @@
|
|
|
113
116
|
"@wix/events": "1.0.669",
|
|
114
117
|
"@wix/faq": "1.0.30",
|
|
115
118
|
"@wix/fast-gallery-vibe": "1.4.0",
|
|
116
|
-
"@wix/forms": "^1.0.
|
|
119
|
+
"@wix/forms": "^1.0.392",
|
|
117
120
|
"@wix/headless-components": "^0.0.36",
|
|
118
121
|
"@wix/headless-ecom": "^0.0.27",
|
|
119
122
|
"@wix/headless-media": "^0.0.13",
|
|
@@ -193,6 +196,7 @@
|
|
|
193
196
|
"globals": "^16.0.0",
|
|
194
197
|
"jiti": "^2.4.2",
|
|
195
198
|
"jsdom": "^20.0.0",
|
|
199
|
+
"prettier": "^3.6.2",
|
|
196
200
|
"react": "^18.3.0",
|
|
197
201
|
"react-dom": "^18.3.0",
|
|
198
202
|
"sass-embedded": "^1.89.2",
|
|
@@ -201,5 +205,5 @@
|
|
|
201
205
|
"vite-tsconfig-paths": "^5.1.4",
|
|
202
206
|
"vitest": "3.1.4"
|
|
203
207
|
},
|
|
204
|
-
"falconPackageHash": "
|
|
208
|
+
"falconPackageHash": "c6552b2efba06817fba5824aa4cc6d6c6a0650d803dea853091755ea"
|
|
205
209
|
}
|