Skip to content

Commit ae5683b

Browse files
committed
fix(android): refactoring using @nativescript-community/arraybuffers
1 parent fce4ad3 commit ae5683b

File tree

6 files changed

+82
-207
lines changed

6 files changed

+82
-207
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,16 @@
6767
"npm-watch": "^0.7.0",
6868
"prompt": "^1.0.0",
6969
"rimraf": "^3.0.2",
70+
"ts-node": "^10.7.0",
7071
"ts-patch": "^1.3.0",
7172
"typedoc": "^0.19.2",
7273
"typescript": "~4.3.2"
7374
},
7475
"dependencies": {
75-
"@nativescript-community/observable": "^2.0.8",
76+
"@nativescript-community/arraybuffers": "^1.0.0",
77+
"@nativescript-community/observable": "^2.0.10",
7678
"make-error": "1.3.6",
77-
"p-queue": "~6.6.2",
78-
"ts-node": "^9.0.0"
79+
"p-queue": "~7.2.0"
7980
},
8081
"commitlint": {
8182
"extends": [

plugin/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@
5353
},
5454
"homepage": "https://nativescript-community.github.io/ble",
5555
"dependencies": {
56+
"@nativescript-community/arraybuffers": "^1.0.0",
5657
"@nativescript-community/observable": "^2.0.10",
5758
"make-error": "1.3.6",
58-
"p-queue": "~6.6.2"
59+
"p-queue": "~7.2.0"
5960
}
6061
}

references.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/// <reference path="./node_modules/@nativescript/types-ios/index.d.ts" />
22
/// <reference path="./node_modules/@nativescript/types-android/lib/android-28.d.ts" />
33
/// <reference path="./node_modules/@nativescript/core/global-types.d.ts" />
4+
/// <reference path="./src/typings/android.d.ts" />

0 commit comments

Comments
 (0)