tradly 1.2.7 → 1.2.9

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 -0
  2. package/package.json +1 -1
package/Roots/App.js CHANGED
@@ -2833,6 +2833,7 @@ class App {
2833
2833
  language: param.language,
2834
2834
  pkKey: param.pkKey,
2835
2835
  baseURL: param.baseURL,
2836
+ barrow_access_key: param.access_key,
2836
2837
  });
2837
2838
  if (error) {
2838
2839
  return error;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tradly",
3
- "version": "1.2.7",
3
+ "version": "1.2.9",
4
4
  "description": "Tradly JS SDK",
5
5
  "main": "index.js",
6
6
  "type": "module",