capacitor-jok-helper
Advanced tools
Comparing version 0.3.0 to 0.4.0
@@ -24,2 +24,5 @@ declare module "@capacitor/core" { | ||
}>; | ||
isMobileDevice(): Promise<{ | ||
value: boolean; | ||
}>; | ||
} | ||
@@ -26,0 +29,0 @@ export interface SetKeychainItemProps { |
@@ -22,4 +22,7 @@ import { WebPlugin } from '@capacitor/core'; | ||
}>; | ||
isMobileDevice(): Promise<{ | ||
value: boolean; | ||
}>; | ||
} | ||
declare const JokHelper: JokHelperWeb; | ||
export { JokHelper }; |
@@ -52,6 +52,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
isWideScreen() { | ||
return __awaiter(this, void 0, void 0, function* () { | ||
return { value: false }; | ||
}); | ||
return Promise.resolve({ value: false }); | ||
} | ||
isMobileDevice() { | ||
return Promise.resolve({ value: false }); | ||
} | ||
} | ||
@@ -58,0 +59,0 @@ const JokHelper = new JokHelperWeb(); |
{ | ||
"name": "capacitor-jok-helper", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "Helper functions for jok projects", | ||
@@ -5,0 +5,0 @@ "main": "dist/esm/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
125908
151