@bigbinary/neeto-form-frontend 4.4.14 → 4.4.15
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/app/javascript/src/translations/ar.json +0 -2
- package/app/javascript/src/translations/bg.json +0 -2
- package/app/javascript/src/translations/ca.json +0 -2
- package/app/javascript/src/translations/cs.json +0 -2
- package/app/javascript/src/translations/da.json +0 -2
- package/app/javascript/src/translations/de.json +0 -2
- package/app/javascript/src/translations/en.json +0 -2
- package/app/javascript/src/translations/es-MX.json +0 -2
- package/app/javascript/src/translations/es.json +0 -2
- package/app/javascript/src/translations/et.json +0 -2
- package/app/javascript/src/translations/fi.json +0 -2
- package/app/javascript/src/translations/fil.json +0 -2
- package/app/javascript/src/translations/fr.json +0 -2
- package/app/javascript/src/translations/he.json +0 -2
- package/app/javascript/src/translations/hi.json +0 -2
- package/app/javascript/src/translations/hr.json +0 -2
- package/app/javascript/src/translations/hu.json +0 -2
- package/app/javascript/src/translations/id.json +0 -2
- package/app/javascript/src/translations/it.json +0 -2
- package/app/javascript/src/translations/ja.json +0 -2
- package/app/javascript/src/translations/ko.json +0 -2
- package/app/javascript/src/translations/nl.json +0 -2
- package/app/javascript/src/translations/pl.json +0 -2
- package/app/javascript/src/translations/pt-BR.json +0 -2
- package/app/javascript/src/translations/pt.json +0 -2
- package/app/javascript/src/translations/ro.json +0 -2
- package/app/javascript/src/translations/ru.json +0 -2
- package/app/javascript/src/translations/sk.json +0 -2
- package/app/javascript/src/translations/sl.json +0 -2
- package/app/javascript/src/translations/sv.json +0 -2
- package/app/javascript/src/translations/th.json +0 -2
- package/app/javascript/src/translations/tr.json +0 -2
- package/app/javascript/src/translations/uk.json +0 -2
- package/app/javascript/src/translations/vi.json +0 -2
- package/app/javascript/src/translations/zh-CN.json +0 -2
- package/app/javascript/src/translations/zh-TW.json +0 -2
- package/dist/.ready +1 -1
- package/dist/BuildForm.js +29 -29
- package/dist/BuildForm.js.map +1 -1
- package/dist/cjs/BuildForm.js +29 -29
- package/dist/cjs/BuildForm.js.map +1 -1
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-form-frontend",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.15",
|
|
4
4
|
"description": "Neeto Form Engine Frontend",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"homepage": "https://github.com/bigbinary/neeto-form-nano",
|
|
@@ -67,8 +67,8 @@
|
|
|
67
67
|
"@bigbinary/babel-preset-neeto": "^1.0.3",
|
|
68
68
|
"@bigbinary/eslint-plugin-neeto": "1.9.0",
|
|
69
69
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
70
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
71
|
-
"@bigbinary/neeto-editor": "1.47.
|
|
70
|
+
"@bigbinary/neeto-commons-frontend": "4.13.121",
|
|
71
|
+
"@bigbinary/neeto-editor": "1.47.103",
|
|
72
72
|
"@bigbinary/neeto-filters-frontend": "4.3.32",
|
|
73
73
|
"@bigbinary/neeto-hotkeys": "1.0.9",
|
|
74
74
|
"@bigbinary/neeto-icons": "1.20.86",
|
|
@@ -192,8 +192,8 @@
|
|
|
192
192
|
"peerDependencies": {
|
|
193
193
|
"@babel/runtime": "7.29.2",
|
|
194
194
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
195
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
196
|
-
"@bigbinary/neeto-editor": "1.47.
|
|
195
|
+
"@bigbinary/neeto-commons-frontend": "4.13.121",
|
|
196
|
+
"@bigbinary/neeto-editor": "1.47.103",
|
|
197
197
|
"@bigbinary/neeto-filters-frontend": "4.3.32",
|
|
198
198
|
"@bigbinary/neeto-hotkeys": "1.0.9",
|
|
199
199
|
"@bigbinary/neeto-icons": "1.20.86",
|