Skip to content

Commit ee5bdb0

Browse files
committed
fix: rollback p-queue version to fix build
1 parent 683cb6b commit ee5bdb0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Connect to and interact with Bluetooth LE peripherals",
55
"scripts": {
66
"setup": "ts-patch install",
7-
"prepare": "npm run setup",
7+
"prepare": "npm run setup",
88
"tsc": "cp src/bluetooth.d.ts plugin && tsc -skipLibCheck -d",
99
"build.plugin": " \\cp README.md plugin/ && rm -f .tsbuildinfo && npm run tsc",
1010
"clean": "rimraf ./plugin/**/*.d.ts ./plugin/**/*.js ./plugin/**/*.js.map plugin/node_modules plugin/package-lock.json",
@@ -74,7 +74,7 @@
7474
"dependencies": {
7575
"@nativescript-community/observable": "^2.0.8",
7676
"make-error": "1.3.6",
77-
"p-queue": "^6.6.1",
77+
"p-queue": "~6.6.2",
7878
"ts-node": "^9.0.0"
7979
},
8080
"commitlint": {

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@
5555
"dependencies": {
5656
"@nativescript-community/observable": "^2.0.10",
5757
"make-error": "1.3.6",
58-
"p-queue": "^7.1.0"
58+
"p-queue": "~6.6.2"
5959
}
6060
}

0 commit comments

Comments
 (0)