Skip to content

Commit 78343ef

Browse files
committed
Merge branch 'master' of github.com:nativescript-community/ble
2 parents 0310f00 + c507368 commit 78343ef

File tree

7 files changed

+129
-129
lines changed

7 files changed

+129
-129
lines changed

CHANGELOG.md

Lines changed: 104 additions & 104 deletions
Large diffs are not rendered by default.

demo-ng/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NativeScript Angular Bluetooth demo
22

3-
This is based on an [un-merged PR](https://github.com/EddyVerbruggen/@nativescript-community/ble-demo/pull/15) from [Brad Powell](https://github.com/bapowell).
3+
This is based on an [un-merged PR](https://github.com/nativescript-community/ble-demo/pull/15) from [Brad Powell](https://github.com/bapowell).
44

55
I took his codebase, upgraded it to Angular 7.1 and NativeScript 5.1 and made some small tweaks to get it running.
66

demo-ng/app/services/bluetooth.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ export class BluetoothService {
368368
}
369369

370370
write(characteristic: ICharacteristic, value: any) {
371-
// According to source code at https://github.com/EddyVerbruggen/@nativescript-community/ble,
371+
// According to source code at https://github.com/nativescript-community/ble,
372372
// value must be a Uint8Array or Uint16Array or a string like '0x01' or '0x007F' or '0x01,0x02', or '0x007F,'0x006F'.
373373
// However, in practice it appears only strings are accepted, as get exception when using a Uint8Array.
374374

docs/globals.html

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

docs/index.html

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"repository": {
2727
"type": "git",
28-
"url": "https://github.com/eddyverbruggen/@nativescript-community/ble.git"
28+
"url": "https://github.com/nativescript-community/ble.git"
2929
},
3030
"keywords": [
3131
"ecosystem:NativeScript",
@@ -49,9 +49,9 @@
4949
],
5050
"license": "MIT",
5151
"bugs": {
52-
"url": "https://github.com/eddyverbruggen/@nativescript-community/ble/issues"
52+
"url": "https://github.com/nativescript-community/ble/issues"
5353
},
54-
"homepage": "https://github.com/eddyverbruggen/@nativescript-community/ble",
54+
"homepage": "https://github.com/nativescript-community/ble",
5555
"devDependencies": {
5656
"@commitlint/cli": "^9.1.2",
5757
"@commitlint/config-conventional": "^9.1.2",

plugin/CHANGELOG.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -290,74 +290,74 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
290290

291291

292292

293-
## [3.0.9](https://github.com/EddyVerbruggen/@nativescript-community/ble/compare/v3.0.8...v3.0.9) (2020-11-17)
293+
## [3.0.9](https://github.com/nativescript-community/ble/compare/v3.0.8...v3.0.9) (2020-11-17)
294294

295295
**Note:** Version bump only for package @nativescript-community/ble
296296

297297

298298

299299

300300

301-
## [3.0.8](https://github.com/EddyVerbruggen/@nativescript-community/ble/compare/v3.0.7...v3.0.8) (2020-11-06)
301+
## [3.0.8](https://github.com/nativescript-community/ble/compare/v3.0.7...v3.0.8) (2020-11-06)
302302

303303

304304
### Bug Fixes
305305

306-
* wrong encoding fix ([15d5ee3](https://github.com/EddyVerbruggen/@nativescript-community/ble/commit/15d5ee352a9058616bf57ca7458bd129ae7ba4c4))
306+
* wrong encoding fix ([15d5ee3](https://github.com/nativescript-community/ble/commit/15d5ee352a9058616bf57ca7458bd129ae7ba4c4))
307307

308308

309309

310310

311311

312-
## [3.0.7](https://github.com/EddyVerbruggen/@nativescript-community/ble/compare/v3.0.6...v3.0.7) (2020-11-05)
312+
## [3.0.7](https://github.com/nativescript-community/ble/compare/v3.0.6...v3.0.7) (2020-11-05)
313313

314314
**Note:** Version bump only for package @nativescript-community/ble
315315

316316

317317

318318

319319

320-
## [3.0.6](https://github.com/EddyVerbruggen/@nativescript-community/ble/compare/v3.0.5...v3.0.6) (2020-11-02)
320+
## [3.0.6](https://github.com/nativescript-community/ble/compare/v3.0.5...v3.0.6) (2020-11-02)
321321

322322
**Note:** Version bump only for package @nativescript-community/ble
323323

324324

325325

326326

327327

328-
## [3.0.5](https://github.com/EddyVerbruggen/@nativescript-community/ble/compare/v3.0.4...v3.0.5) (2020-11-02)
328+
## [3.0.5](https://github.com/nativescript-community/ble/compare/v3.0.4...v3.0.5) (2020-11-02)
329329

330330
**Note:** Version bump only for package @nativescript-community/ble
331331

332332

333333

334334

335335

336-
## [3.0.4](https://github.com/EddyVerbruggen/@nativescript-community/ble/compare/v3.0.3...v3.0.4) (2020-10-07)
336+
## [3.0.4](https://github.com/nativescript-community/ble/compare/v3.0.3...v3.0.4) (2020-10-07)
337337

338338
**Note:** Version bump only for package @nativescript-community/ble
339339

340340

341341

342342

343343

344-
## [3.0.3](https://github.com/EddyVerbruggen/@nativescript-community/ble/compare/v3.0.2...v3.0.3) (2020-09-16)
344+
## [3.0.3](https://github.com/nativescript-community/ble/compare/v3.0.2...v3.0.3) (2020-09-16)
345345

346346
**Note:** Version bump only for package @nativescript-community/ble
347347

348348

349349

350350

351351

352-
## [3.0.2](https://github.com/EddyVerbruggen/@nativescript-community/ble/compare/v3.0.1...v3.0.2) (2020-09-10)
352+
## [3.0.2](https://github.com/nativescript-community/ble/compare/v3.0.1...v3.0.2) (2020-09-10)
353353

354354
**Note:** Version bump only for package @nativescript-community/ble
355355

356356

357357

358358

359359

360-
## [3.0.1](https://github.com/EddyVerbruggen/@nativescript-community/ble/compare/v3.0.0...v3.0.1) (2020-09-01)
360+
## [3.0.1](https://github.com/nativescript-community/ble/compare/v3.0.0...v3.0.1) (2020-09-01)
361361

362362
**Note:** Version bump only for package @nativescript-community/ble
363363

0 commit comments

Comments
 (0)