@wix/vibe-bookings-plugin-files 0.65.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/vibe-bookings-plugin-files",
3
- "version": "0.65.0",
3
+ "version": "0.66.0",
4
4
  "main": "index.js",
5
5
  "unpkg": true,
6
6
  "files": [
@@ -17,7 +17,7 @@
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)",
20
+ "build": "yarn link-forms && npx @wix/vibe-plugins-ci-utils build-zip -v 'bookings' -p $(pwd)",
21
21
  "lint": "yarn lint:check",
22
22
  "lint:fix": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,md}\"",
23
23
  "lint:check": "prettier --check \"src/**/*.{ts,tsx,js,jsx,json,md}\"",
@@ -31,7 +31,8 @@
31
31
  "template-test:run": "vitest run",
32
32
  "template-install-template": "npm i --force --legacy-peer-deps --include=dev --registry=https://registry.npmjs.org",
33
33
  "test:e2e": "true",
34
- "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"
35
36
  },
36
37
  "wix": {
37
38
  "artifact": {
@@ -115,7 +116,7 @@
115
116
  "@wix/events": "1.0.669",
116
117
  "@wix/faq": "1.0.30",
117
118
  "@wix/fast-gallery-vibe": "1.4.0",
118
- "@wix/forms": "^1.0.389",
119
+ "@wix/forms": "^1.0.392",
119
120
  "@wix/headless-components": "^0.0.36",
120
121
  "@wix/headless-ecom": "^0.0.27",
121
122
  "@wix/headless-media": "^0.0.13",
@@ -204,5 +205,5 @@
204
205
  "vite-tsconfig-paths": "^5.1.4",
205
206
  "vitest": "3.1.4"
206
207
  },
207
- "falconPackageHash": "c9f10050db5165bc85d352805e3eab021aba40781047a545c7260644"
208
+ "falconPackageHash": "c6552b2efba06817fba5824aa4cc6d6c6a0650d803dea853091755ea"
208
209
  }