tradly 1.0.8-2.1 → 1.0.8-2.2

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.
Files changed (2) hide show
  1. package/Roots/App.js +1 -3
  2. package/package.json +1 -1
package/Roots/App.js CHANGED
@@ -1941,9 +1941,7 @@ class App {
1941
1941
  }
1942
1942
  }
1943
1943
 
1944
- async getClientTranslationsValuesByGroup(
1945
- param = { bodyParam, authKey }
1946
- ) {
1944
+ async clientTranslationsValuesByGroup(param = { bodyParam, authKey }) {
1947
1945
  let url =
1948
1946
  param.bodyParam == undefined || param.bodyParam == ""
1949
1947
  ? ""
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tradly",
3
- "version": "1.0.82.1",
3
+ "version": "1.0.82.2",
4
4
  "description": "Tradly JS SDK",
5
5
  "main": "index.js",
6
6
  "type": "module",