@wix/vibe-bookings-plugin-files 0.63.0 → 0.65.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.63.0",
3
+ "version": "0.65.0",
4
4
  "main": "index.js",
5
5
  "unpkg": true,
6
6
  "files": [
@@ -18,7 +18,9 @@
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
20
  "build": "npx @wix/vibe-plugins-ci-utils build-zip -v 'bookings' -p $(pwd)",
21
- "lint": "true",
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",
@@ -102,7 +104,7 @@
102
104
  "@wix/babel-plugin-jsx-source-attrs": "^1.1.0",
103
105
  "@wix/benefit-programs": "^1.0.121",
104
106
  "@wix/blog": "^1.0.520",
105
- "@wix/bookings": "^1.0.1271",
107
+ "@wix/bookings": "^1.0.1277",
106
108
  "@wix/categories": "^1.0.133",
107
109
  "@wix/cloud-provider-fetch-adapter": "^1.0.4",
108
110
  "@wix/dashboard": "^1.3.39",
@@ -193,6 +195,7 @@
193
195
  "globals": "^16.0.0",
194
196
  "jiti": "^2.4.2",
195
197
  "jsdom": "^20.0.0",
198
+ "prettier": "^3.6.2",
196
199
  "react": "^18.3.0",
197
200
  "react-dom": "^18.3.0",
198
201
  "sass-embedded": "^1.89.2",
@@ -201,5 +204,5 @@
201
204
  "vite-tsconfig-paths": "^5.1.4",
202
205
  "vitest": "3.1.4"
203
206
  },
204
- "falconPackageHash": "127fd4c1eee4ee784cc0fd1cc9ce429eb3f74cf2acd713f3af3a9b02"
207
+ "falconPackageHash": "c9f10050db5165bc85d352805e3eab021aba40781047a545c7260644"
205
208
  }