@wix/vibe-bookings-plugin-files 0.64.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.
|
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.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": "
|
|
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",
|
|
@@ -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": "
|
|
207
|
+
"falconPackageHash": "c9f10050db5165bc85d352805e3eab021aba40781047a545c7260644"
|
|
205
208
|
}
|