Hopefully fix pulling in powermanagement plugin
This commit is contained in:
parent
31ac9b6056
commit
f1cb5e6a91
16
package-lock.json
generated
16
package-lock.json
generated
@ -9,13 +9,13 @@
|
|||||||
"version": "1.6.7",
|
"version": "1.6.7",
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@netsyms/cordova-plugin-powermanagement": "^1.1.0",
|
|
||||||
"cordova-browser": "^6.0.0",
|
"cordova-browser": "^6.0.0",
|
||||||
"cordova-plugin-battery-status": "^2.0.3",
|
"cordova-plugin-battery-status": "^2.0.3",
|
||||||
"cordova-plugin-device": "^2.0.3",
|
"cordova-plugin-device": "^2.0.3",
|
||||||
"cordova-plugin-statusbar": "^2.4.3"
|
"cordova-plugin-statusbar": "^2.4.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@netsyms/cordova-plugin-powermanagement": "^1.1.2",
|
||||||
"cordova-android": "^11.0.0",
|
"cordova-android": "^11.0.0",
|
||||||
"cordova-ios": "^6.1.1",
|
"cordova-ios": "^6.1.1",
|
||||||
"cordova-plugin-inappbrowser": "^4.1.0",
|
"cordova-plugin-inappbrowser": "^4.1.0",
|
||||||
@ -36,9 +36,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@netsyms/cordova-plugin-powermanagement": {
|
"node_modules/@netsyms/cordova-plugin-powermanagement": {
|
||||||
"version": "1.1.0",
|
"version": "1.1.2",
|
||||||
"resolved": "https://registry.npmjs.org/@netsyms/cordova-plugin-powermanagement/-/cordova-plugin-powermanagement-1.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/@netsyms/cordova-plugin-powermanagement/-/cordova-plugin-powermanagement-1.1.2.tgz",
|
||||||
"integrity": "sha512-YD4vcCHW9a+pU4B0JiguYEKTm/9NbJP1YxbnTY1VojpaMRU6vAxWX1J0UfD8Sv6Rq61lnWUBqpEh6i/7AuM0HA=="
|
"integrity": "sha512-5G+QkG0eO/aClzxbrgKmYIWUkCTSPHJFB6w+OZbSMDJlKeFynodsRpYHS1fKL7gnOOruRn2a7uxWM5gwNBMQPA==",
|
||||||
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/@nodelib/fs.scandir": {
|
"node_modules/@nodelib/fs.scandir": {
|
||||||
"version": "2.1.3",
|
"version": "2.1.3",
|
||||||
@ -2312,9 +2313,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@netsyms/cordova-plugin-powermanagement": {
|
"@netsyms/cordova-plugin-powermanagement": {
|
||||||
"version": "1.1.0",
|
"version": "1.1.2",
|
||||||
"resolved": "https://registry.npmjs.org/@netsyms/cordova-plugin-powermanagement/-/cordova-plugin-powermanagement-1.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/@netsyms/cordova-plugin-powermanagement/-/cordova-plugin-powermanagement-1.1.2.tgz",
|
||||||
"integrity": "sha512-YD4vcCHW9a+pU4B0JiguYEKTm/9NbJP1YxbnTY1VojpaMRU6vAxWX1J0UfD8Sv6Rq61lnWUBqpEh6i/7AuM0HA=="
|
"integrity": "sha512-5G+QkG0eO/aClzxbrgKmYIWUkCTSPHJFB6w+OZbSMDJlKeFynodsRpYHS1fKL7gnOOruRn2a7uxWM5gwNBMQPA==",
|
||||||
|
"dev": true
|
||||||
},
|
},
|
||||||
"@nodelib/fs.scandir": {
|
"@nodelib/fs.scandir": {
|
||||||
"version": "2.1.3",
|
"version": "2.1.3",
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
"phonegap-plugin-barcodescanner-android12": {
|
"phonegap-plugin-barcodescanner-android12": {
|
||||||
"ANDROID_SUPPORT_V4_VERSION": "27.+"
|
"ANDROID_SUPPORT_V4_VERSION": "27.+"
|
||||||
},
|
},
|
||||||
"cordova-plugin-powermanagement-netsyms": {}
|
"@netsyms/cordova-plugin-powermanagement": {}
|
||||||
},
|
},
|
||||||
"platforms": [
|
"platforms": [
|
||||||
"browser",
|
"browser",
|
||||||
@ -41,13 +41,13 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@netsyms/cordova-plugin-powermanagement": "^1.1.0",
|
|
||||||
"cordova-browser": "^6.0.0",
|
"cordova-browser": "^6.0.0",
|
||||||
"cordova-plugin-battery-status": "^2.0.3",
|
"cordova-plugin-battery-status": "^2.0.3",
|
||||||
"cordova-plugin-device": "^2.0.3",
|
"cordova-plugin-device": "^2.0.3",
|
||||||
"cordova-plugin-statusbar": "^2.4.3"
|
"cordova-plugin-statusbar": "^2.4.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@netsyms/cordova-plugin-powermanagement": "^1.1.2",
|
||||||
"cordova-android": "^11.0.0",
|
"cordova-android": "^11.0.0",
|
||||||
"cordova-ios": "^6.1.1",
|
"cordova-ios": "^6.1.1",
|
||||||
"cordova-plugin-inappbrowser": "^4.1.0",
|
"cordova-plugin-inappbrowser": "^4.1.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user