@wix/vibe-events-plugin-files 0.1.8 → 0.1.10

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-events-plugin-files",
3
- "version": "0.1.8",
3
+ "version": "0.1.10",
4
4
  "main": "index.js",
5
5
  "unpkg": true,
6
6
  "files": [
@@ -14,10 +14,11 @@
14
14
  "access": "public"
15
15
  },
16
16
  "scripts": {
17
- "reset-template": "./scripts/reset-from-picasso.sh",
18
- "bootstrap": "rm -rf .wix wix.config.json .env.local && node scripts/bootstrap-headless.js",
19
- "build": "node scripts/build-zip.js",
17
+ "reset-template": "npx @wix/vibe-plugins-ci-utils reset-from-picasso -p $(pwd) && yarn",
18
+ "bootstrap": "rm -rf .wix wix.config.json .env.local && npx @wix/vibe-plugins-ci-utils bootstrap-headless",
19
+ "build": "npx @wix/vibe-plugins-ci-utils build-zip -v 'events' -p $(pwd)",
20
20
  "lint": "true",
21
+ "test": "true",
21
22
  "template-dev": "wix dev",
22
23
  "template-build": "wix build",
23
24
  "template-preview": "wix preview",
@@ -96,13 +97,13 @@
96
97
  "@wix/design-system": "^1.199.0",
97
98
  "@wix/ecom": "^1.0.1405",
98
99
  "@wix/essentials": "^0.1.24",
99
- "@wix/events": "^1.0.624",
100
- "@wix/headless-components": "^0.0.15",
100
+ "@wix/events": "^1.0.638",
101
+ "@wix/forms": "^1.0.330",
102
+ "@wix/headless-components": "^0.0.17",
101
103
  "@wix/headless-ecom": "^0.0.27",
102
104
  "@wix/headless-media": "^0.0.11",
103
105
  "@wix/headless-seo": "^0.0.11",
104
106
  "@wix/headless-stores": "^0.0.86",
105
- "@wix/headless-utils": "^0.0.3",
106
107
  "@wix/image": "^1.392.0",
107
108
  "@wix/image-kit": "^1.0.0",
108
109
  "@wix/media": "^1.0.170",
@@ -118,8 +119,8 @@
118
119
  "@wix/services-definitions": "^0.1.5",
119
120
  "@wix/services-manager": "^0.2.21",
120
121
  "@wix/services-manager-react": "^0.1.27",
121
- "@wix/stores": "^1.0.525",
122
- "@wix/wix-vibe-plugins": "0.0.1",
122
+ "@wix/stores": "^1.0.530",
123
+ "@wix/wix-vibe-plugins": "0.0.2",
123
124
  "astro": "^5.8.0",
124
125
  "babel-plugin-transform-react-jsx-location": "^0.2.0",
125
126
  "class-variance-authority": "^0.7.1",
@@ -161,6 +162,7 @@
161
162
  "@typescript-eslint/parser": "^8.34.0",
162
163
  "@wix/cli": "^1.1.115",
163
164
  "@wix/framewire": "^1.9.45",
165
+ "@wix/vibe-plugins-ci-utils": "0.1.0",
164
166
  "csstype": "^3.1.3",
165
167
  "eslint": "^9.26.0",
166
168
  "eslint-plugin-astro": "^1.3.1",
@@ -177,5 +179,5 @@
177
179
  "vite-tsconfig-paths": "^5.1.4",
178
180
  "vitest": "3.1.4"
179
181
  },
180
- "falconPackageHash": "d3d4d9a569541e57840d182f83394340aaa21c0f183c8131a4ac4182"
182
+ "falconPackageHash": "b312fdfaf6f1c61688f547d75a7cd77dc01b31d13d75006fd2bba7b1"
181
183
  }