@wix/headless-forms 0.0.7 → 0.0.8
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 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -42,5 +42,5 @@ All changes should be documented using `jsdoc` and updating `docs/api/FORM_INTER
|
|
|
42
42
|
- "Forms SDK Exports Components"
|
|
43
43
|
- "Forms SDK Exports Services"
|
|
44
44
|
- Release new app version
|
|
45
|
-
- Check if update has been commited to `auto-sdk-packages` repo
|
|
45
|
+
- Check if update has been commited to `auto-sdk-packages` repo (might take around 20mins)
|
|
46
46
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/headless-forms",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "npm run build:esm && npm run build:cjs",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@wix/form-public": "^0.17.0",
|
|
45
|
-
"@wix/forms": "^1.0.
|
|
45
|
+
"@wix/forms": "^1.0.329",
|
|
46
46
|
"@wix/headless-utils": "0.0.4",
|
|
47
47
|
"@wix/services-definitions": "^0.1.4",
|
|
48
48
|
"@wix/services-manager-react": "^0.1.26"
|