@iblai/web-utils 1.10.6 → 1.10.7

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
@@ -1025,7 +1025,7 @@ declare const isNode: () => string | false;
1025
1025
  declare const isExpo: () => any;
1026
1026
  declare const isTauri: () => boolean;
1027
1027
  declare function isSafariBrowser(): boolean;
1028
- declare const getPlatform: () => "react-native" | "web" | "node" | "unknown";
1028
+ declare const getPlatform: () => "web" | "react-native" | "node" | "unknown";
1029
1029
  declare const safeRequire: (moduleName: string) => any;
1030
1030
  declare const getNextNavigation: () => any;
1031
1031
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iblai/web-utils",
3
- "version": "1.10.5",
3
+ "version": "1.10.6",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iblai/web-utils",
3
- "version": "1.10.6",
3
+ "version": "1.10.7",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",