Skip to content

Commit

Permalink
Support for EmberZNet v8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerivec committed Jun 23, 2024
1 parent 918a6be commit a5560d8
Show file tree
Hide file tree
Showing 7 changed files with 174 additions and 169 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ $ npm install -g ember-zli
$ ember-zli COMMAND
running command...
$ ember-zli (--version)
ember-zli/1.0.5 win32-x64 node-v20.10.0
ember-zli/2.0.0 win32-x64 node-v20.10.0
$ ember-zli --help [COMMAND]
USAGE
$ ember-zli COMMAND
Expand Down Expand Up @@ -85,7 +85,7 @@ EXAMPLES
$ ember-zli bootloader
```

_See code: [src/commands/bootloader/index.ts](https://github.com/Nerivec/ember-zli/blob/v1.0.5/src/commands/bootloader/index.ts)_
_See code: [src/commands/bootloader/index.ts](https://github.com/Nerivec/ember-zli/blob/v2.0.0/src/commands/bootloader/index.ts)_

## `ember-zli help [COMMAND]`

Expand Down Expand Up @@ -122,7 +122,7 @@ EXAMPLES
$ ember-zli stack
```

_See code: [src/commands/stack/index.ts](https://github.com/Nerivec/ember-zli/blob/v1.0.5/src/commands/stack/index.ts)_
_See code: [src/commands/stack/index.ts](https://github.com/Nerivec/ember-zli/blob/v2.0.0/src/commands/stack/index.ts)_

## `ember-zli version`

Expand Down
155 changes: 79 additions & 76 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "ember-zli",
"description": "Interact with EmberZNet-based adapters using zigbee-herdsman 'ember' driver",
"version": "1.0.5",
"version": "2.0.0",
"author": "Nerivec",
"bin": {
"ember-zli": "bin/run.js"
},
"bugs": "https://github.com/Nerivec/ember-zli/issues",
"dependencies": {
"@inquirer/prompts": "^5.0.2",
"@inquirer/prompts": "^5.0.6",
"@oclif/core": "^3",
"@oclif/plugin-help": "^6",
"@oclif/plugin-not-found": "^3",
Expand All @@ -17,7 +17,7 @@
"cli-progress": "^3.12.0",
"crc-32": "^1.2.2",
"winston": "^3.13.0",
"zigbee-herdsman": "0.49.2"
"zigbee-herdsman": "file:zigbee-herdsman-6fd50e5.tgz"
},
"devDependencies": {
"@oclif/prettier-config": "^0.2.1",
Expand All @@ -40,7 +40,8 @@
"files": [
"/bin",
"/dist",
"/oclif.manifest.json"
"/oclif.manifest.json",
"/zigbee-herdsman-6fd50e5.tgz"
],
"homepage": "https://github.com/Nerivec/ember-zli",
"keywords": [
Expand Down
Loading

0 comments on commit a5560d8

Please sign in to comment.