@wix/vibe-forms-plugin 0.32.4 → 0.32.6
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/README.md +1 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -25,5 +25,4 @@ await unzipAndMergePluginFiles(env, true);
|
|
|
25
25
|
|
|
26
26
|
## Publishing new version
|
|
27
27
|
|
|
28
|
-
|
|
29
|
-
You also have to update the Old Wix Forms and Payments SDK extension on dev center to use the new version.
|
|
28
|
+
Manually update package version in `package.json`.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/vibe-forms-plugin",
|
|
3
|
-
"version": "0.32.
|
|
3
|
+
"version": "0.32.6",
|
|
4
4
|
"main": "dist/index.cjs",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@types/adm-zip": "^0.5.7",
|
|
33
|
-
"@wix/vibe-forms-plugin-files": "0.32.
|
|
33
|
+
"@wix/vibe-forms-plugin-files": "0.32.6",
|
|
34
34
|
"@wix/vibe-plugin-utils": "0.3.0",
|
|
35
35
|
"@wix/wix-vibe-plugins": "^0.0.2",
|
|
36
36
|
"adm-zip": "^0.5.16"
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
]
|
|
56
56
|
}
|
|
57
57
|
},
|
|
58
|
-
"falconPackageHash": "
|
|
58
|
+
"falconPackageHash": "687cdb9e70769f974e22f23b464ae12374a65a0046ab99d130f95128"
|
|
59
59
|
}
|