@wix/vibe-bookings-plugin-files 0.54.0 → 0.55.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.54.0",
3
+ "version": "0.55.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": "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"
31
+ "test:e2e": "true",
32
+ "test:full": "true"
33
33
  },
34
34
  "wix": {
35
35
  "artifact": {
@@ -201,5 +201,5 @@
201
201
  "vite-tsconfig-paths": "^5.1.4",
202
202
  "vitest": "3.1.4"
203
203
  },
204
- "falconPackageHash": "c55413244539f3217b28879d4ad9d8a267e8650061e92538b5d8ff15"
204
+ "falconPackageHash": "f1fa7f072fa972dab7edef3229637fbcc6d0afa5cfb740a4086991d8"
205
205
  }