Skip to content

Commit

Permalink
3.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
hombach authored Mar 29, 2024
1 parent fbe24bf commit 6208e06
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package.json
package-lock.json
build/
9 changes: 9 additions & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module.exports = {
semi: true,
trailingComma: "all",
singleQuote: false,
printWidth: 160,
useTabs: true,
tabWidth: 4,
endOfLine: "lf",
};
13 changes: 0 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -252,19 +252,6 @@
"pl": "BREAKING: Dropped support for Node.js 12\ndodanie stanu inwerteru jako struny",
"uk": "BREAKING: Dropped підтримка для Node.js 12\nдодано стан інвертора як рядок",
"zh-cn": "BREAKRE:为第12js号提供支助;将多样性作为附加条件。"
},
"1.4.0": {
"en": "added support for grid 1-3 current, voltage and power",
"de": "unterstützung für netz 1-3 strom, spannung und leistung",
"ru": "добавлена поддержка сети 1-3 ток, напряжение и мощность",
"pt": "suporte adicionado para corrente de grade 1-3, tensão e energia",
"nl": "steun toegevoegd voor roei 1-3 stroming, voltage en macht",
"fr": "support supplémentaire pour courant de grille 1-3, tension et puissance",
"it": "supporto aggiunto per corrente griglia 1-3, tensione e potenza",
"es": "soporte añadido para la red 1-3 corriente, voltaje y potencia",
"pl": "dodano obsługę sieci 1-3 prądu, napięcia i mocy",
"uk": "додана підтримка сітки 1-3 струм, напруга та живлення",
"zh-cn": "进一步支持电网1-3 目前、火山和电力"
}
},
"titleLang": {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"chai-as-promised": "^7.1.1",
"eslint": "^8.57.0",
"mocha": "^10.3.0",
"prettier": "^3.2.5",
"proxyquire": "^2.1.3",
"sinon": "^17.0.1",
"sinon-chai": "^3.7.0",
Expand Down

0 comments on commit 6208e06

Please sign in to comment.