We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eea608 commit 198ec27Copy full SHA for 198ec27
package.json
@@ -24,7 +24,7 @@
24
"@angular/router": "~10.1.0",
25
"@nativescript/angular": "~10.1.0",
26
"@nativescript/core": "~7.0.0",
27
- "@nativescript/plugin-tools": "~1.0.6",
+ "@nativescript/plugin-tools": "~1.0.7",
28
"@nativescript/types": "~7.0.0",
29
"@nativescript/webpack": "~3.0.0",
30
"@ngtools/webpack": "~10.1.0",
packages/background-http/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@nativescript/background-http",
3
- "version": "5.0.0",
+ "version": "5.0.1",
4
"description": "Background upload for iOS and Android",
5
"main": "index",
6
"typings": "index.d.ts",
@@ -17,9 +17,9 @@
17
"keywords": [
18
"NativeScript",
19
"background",
20
- "http",
21
- "upload",
22
- "download",
+ "http",
+ "upload",
+ "download",
23
"iOS",
"Android"
],
0 commit comments