tradly 1.0.8-2.2 → 1.0.8-2.3

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.
@@ -89,4 +89,4 @@ export const LAYER = "/v1/layers";
89
89
  export const CLIENTTRANSLATION_GROUPS = "/v1/client_translations/groups";
90
90
  export const CLIENTTRANSLATION_VALUES = "/v1/client_translations/values";
91
91
  export const CLIENTTRANSLATION_VALUES_GROUP =
92
- "v1/client_translations/values_grouped";
92
+ "/v1/client_translations/values_grouped";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tradly",
3
- "version": "1.0.82.2",
3
+ "version": "1.0.82.3",
4
4
  "description": "Tradly JS SDK",
5
5
  "main": "index.js",
6
6
  "type": "module",