@wix/vibe-bookings-plugin-files 0.52.0 → 0.54.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.52.0",
3
+ "version": "0.54.0",
4
4
  "main": "index.js",
5
5
  "unpkg": true,
6
6
  "files": [
@@ -28,8 +28,8 @@
28
28
  "template-check": "npx astro check --js-only",
29
29
  "template-test:run": "vitest run",
30
30
  "template-install-template": "npm i --force --legacy-peer-deps --include=dev --registry=https://registry.npmjs.org",
31
- "test:e2e": "true",
32
- "test:full": "true"
31
+ "test:e2e": "PLAYWRIGHT_TEST_BASE_URL=$(npx @wix/vibe-plugins-ci-utils get-cli-preview-url --secret 'vibe-bookings-plugin-files_cli-secret') sled-playwright test",
32
+ "test:full": "MERGE_DEPS_FILE=false yarn reset-template && yarn init-template && yarn test:e2e"
33
33
  },
34
34
  "wix": {
35
35
  "artifact": {
@@ -102,7 +102,7 @@
102
102
  "@wix/babel-plugin-jsx-source-attrs": "^1.1.0",
103
103
  "@wix/benefit-programs": "^1.0.121",
104
104
  "@wix/blog": "^1.0.520",
105
- "@wix/bookings": "^1.0.1255",
105
+ "@wix/bookings": "^1.0.1258",
106
106
  "@wix/categories": "^1.0.133",
107
107
  "@wix/cloud-provider-fetch-adapter": "^1.0.4",
108
108
  "@wix/dashboard": "^1.3.39",
@@ -113,7 +113,7 @@
113
113
  "@wix/events": "1.0.669",
114
114
  "@wix/faq": "1.0.30",
115
115
  "@wix/fast-gallery-vibe": "1.4.0",
116
- "@wix/forms": "1.0.374",
116
+ "@wix/forms": "1.0.384",
117
117
  "@wix/headless-components": "^0.0.36",
118
118
  "@wix/headless-ecom": "^0.0.27",
119
119
  "@wix/headless-media": "^0.0.13",
@@ -134,8 +134,8 @@
134
134
  "@wix/sdk": "^1.17.8",
135
135
  "@wix/seo": "^1.0.27",
136
136
  "@wix/services-definitions": "^0.1.5",
137
- "@wix/services-manager": "^0.2.21",
138
- "@wix/services-manager-react": "^0.1.27",
137
+ "@wix/services-manager": "^1.0.2",
138
+ "@wix/services-manager-react": "^1.0.3",
139
139
  "@wix/stores": "^1.0.558",
140
140
  "@wix/vibe-routes-parser": "^0.0.6",
141
141
  "@wix/wix-data-items-sdk": "^1.0.469",
@@ -201,5 +201,5 @@
201
201
  "vite-tsconfig-paths": "^5.1.4",
202
202
  "vitest": "3.1.4"
203
203
  },
204
- "falconPackageHash": "d0d939eb2ad045009cc0b52e8dcc8f82e6d8cc0a36ddc4dfbade7317"
204
+ "falconPackageHash": "c55413244539f3217b28879d4ad9d8a267e8650061e92538b5d8ff15"
205
205
  }