Skip to content

Commit

Permalink
chore: release v0.0.5-alpha.0
Browse files Browse the repository at this point in the history
* (HGlab01) first release
  • Loading branch information
HGlab01 committed Jul 3, 2023
1 parent 36daacb commit c6603a1
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 72 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ onStop(function (callback) {
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 0.0.5-alpha.0 (2023-07-03)
* (HGlab01) first release

## License
Expand Down
150 changes: 82 additions & 68 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,71 +1,85 @@
{
"common": {
"name": "tinymqttbroker",
"version": "0.0.4",
"news": {},
"titleLang": {
"en": "Tiny MQTT broker",
"de": "Tiny MQTT-Broker",
"ru": "Крошечный MQTT-брокер",
"pt": "Pequeno corretor MQTT",
"nl": "Kleine MQTT-makelaar",
"fr": "Petit courtier MQTT",
"it": "Piccolo broker MQTT",
"es": "Pequeño bróker MQTT",
"pl": "Mały broker MQTT",
"zh-cn": "微型 MQTT 代理",
"uk": "Крихітний брокер MQTT"
},
"desc": {
"en": "This is very tiny MQTT broker which is not managing any objects/states in iobroker but offers a central MQTT broker instance to publish an subscribe topics as MQTT client. Very helpful to let several devices to talk with one broker and interact on iobroker with a MQTT client javascript.",
"de": "tinymqttbroker",
"ru": "Tinymqttbroker",
"pt": "tinymqttbroker",
"nl": "tinymqttmakelaar",
"fr": "courtier minusculemqtt",
"it": "tinymqttbroker",
"es": "tinymqttbroker",
"pl": "malutkimqttbroker",
"zh-cn": "tinymqttbroker",
"uk": "tinymqttbroker"
},
"authors": [
"HGlab01 <[email protected]>"
],
"keywords": [
"mqtt",
"broker"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "build/main.js",
"icon": "tinymqttbroker.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/HGlab01/ioBroker.tinymqttbroker/main/admin/tinymqttbroker.png",
"readme": "https://github.com/HGlab01/ioBroker.tinymqttbroker/blob/main/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "protocols",
"compact": true,
"connectionType": "local",
"dataSource": "push",
"adminUI": {
"config": "json"
},
"dependencies": [
{
"js-controller": ">=3.3.22"
}
],
"globalDependencies": [
{
"admin": ">=5.1.13"
}
]
"common": {
"name": "tinymqttbroker",
"version": "0.0.5-alpha.0",
"news": {
"0.0.5-alpha.0": {
"en": "first release",
"de": "erste veröffentlichung",
"ru": "первый релиз",
"pt": "primeiro lançamento",
"nl": "eerste vrijlating",
"fr": "première version",
"it": "primo rilascio",
"es": "primera liberación",
"pl": "pierwsze wydanie",
"uk": "перший реліз",
"zh-cn": "首次释放"
}
},
"native": {
"option1": 1884
"titleLang": {
"en": "Tiny MQTT broker",
"de": "Tiny MQTT-Broker",
"ru": "Крошечный MQTT-брокер",
"pt": "Pequeno corretor MQTT",
"nl": "Kleine MQTT-makelaar",
"fr": "Petit courtier MQTT",
"it": "Piccolo broker MQTT",
"es": "Pequeño bróker MQTT",
"pl": "Mały broker MQTT",
"zh-cn": "微型 MQTT 代理",
"uk": "Крихітний брокер MQTT"
},
"objects": [],
"instanceObjects": []
}
"desc": {
"en": "This is very tiny MQTT broker which is not managing any objects/states in iobroker but offers a central MQTT broker instance to publish an subscribe topics as MQTT client. Very helpful to let several devices to talk with one broker and interact on iobroker with a MQTT client javascript.",
"de": "tinymqttbroker",
"ru": "Tinymqttbroker",
"pt": "tinymqttbroker",
"nl": "tinymqttmakelaar",
"fr": "courtier minusculemqtt",
"it": "tinymqttbroker",
"es": "tinymqttbroker",
"pl": "malutkimqttbroker",
"zh-cn": "tinymqttbroker",
"uk": "tinymqttbroker"
},
"authors": [
"HGlab01 <[email protected]>"
],
"keywords": [
"mqtt",
"broker"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "build/main.js",
"icon": "tinymqttbroker.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/HGlab01/ioBroker.tinymqttbroker/main/admin/tinymqttbroker.png",
"readme": "https://github.com/HGlab01/ioBroker.tinymqttbroker/blob/main/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "protocols",
"compact": true,
"connectionType": "local",
"dataSource": "push",
"adminUI": {
"config": "json"
},
"dependencies": [
{
"js-controller": ">=3.3.22"
}
],
"globalDependencies": [
{
"admin": ">=5.1.13"
}
]
},
"native": {
"option1": 1884
},
"objects": [],
"instanceObjects": []
}
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.tinymqttbroker",
"version": "0.0.4",
"version": "0.0.5-alpha.0",
"description": "tinymqttbroker",
"author": {
"name": "HGlab01",
Expand Down

0 comments on commit c6603a1

Please sign in to comment.