@wix/vibe-forms-plugin-files 0.32.11 → 0.32.12

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/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  const path = require('path');
2
2
 
3
3
  // Export the path to the zip file that's already built
4
- const zipPath = path.join(__dirname, 'dist/statics/forms-plugin-files-files.zip');
4
+ const zipPath = path.join(__dirname, 'dist/statics/vibe-forms-plugin-files-files.zip');
5
5
 
6
6
  module.exports = {
7
7
  zipPath
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/vibe-forms-plugin-files",
3
- "version": "0.32.11",
3
+ "version": "0.32.12",
4
4
  "main": "index.js",
5
5
  "unpkg": true,
6
6
  "files": [
@@ -194,5 +194,5 @@
194
194
  "vite-tsconfig-paths": "^5.1.4",
195
195
  "vitest": "3.1.4"
196
196
  },
197
- "falconPackageHash": "cff3d529d2a06b4f668092513d6d59882861772bb2f4fe5f3c15679f"
197
+ "falconPackageHash": "a5130b4a7d11e2f4ad4c6b3c7761569479ae2186bebea79e67760171"
198
198
  }