andoncloud-sdk 1.4.40 → 1.4.42

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/dist/index.d.ts CHANGED
@@ -127,6 +127,8 @@ declare module 'andoncloud-sdk' {
127
127
 
128
128
  export const setLocale: (lang: string) => void;
129
129
 
130
+ export const getLocale: () => string;
131
+
130
132
  export const notify: typeof toast;
131
133
 
132
134
  export const fetch: typeof global.fetch;
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const LIBRARY_VERSION = "1.4.40";
1
+ export declare const LIBRARY_VERSION = "1.4.42";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "andoncloud-sdk",
3
- "version": "1.4.40",
3
+ "version": "1.4.42",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "source": "src/index.js",