chore(release): 2022.05.1

This commit is contained in:
Sören Beye 2022-05-08 11:21:48 +02:00
parent 68407e1304
commit a5c8bcdd33
4 changed files with 10 additions and 43 deletions

View File

@ -1116,4 +1116,4 @@ Overall, it's just weird and annoying.
<br/><br/><br/><br/><br/>
This page has been autogenerated.<br/>
Autogeneration timestamp: 2022-05-01T15:53:07.257Z
Autogeneration timestamp: 2022-05-08T09:20:42.561Z

View File

@ -356,6 +356,8 @@ max
This handle accepts a JSON object identical to the one used by the REST API.
Please refer to the "General Help" section in Valetudo for more information.
Sample payload:
```json
@ -401,6 +403,8 @@ Sample payload:
This handle accepts a JSON object identical to the one used by the REST API.
Please refer to the "General Help" section in Valetudo for more information.
Sample payload:
```json
@ -555,6 +559,8 @@ Valetudo Wi-Fi
This handle accepts a JSON object identical to the one used by the REST API.
Please refer to the "General Help" section in Valetudo for more information.
Sample payload:
```json

43
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "valetudo",
"version": "2022.05.0",
"version": "2022.05.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "valetudo",
"version": "2022.05.0",
"version": "2022.05.1",
"license": "Apache-2.0",
"workspaces": [
"backend",
@ -12203,29 +12203,6 @@
"url": "https://github.com/sponsors/wooorm"
}
},
"node_modules/html-webpack-plugin": {
"version": "4.5.2",
"resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-4.5.2.tgz",
"integrity": "sha512-q5oYdzjKUIPQVjOosjgvCHQOv9Ett9CYYHlgvJeXG0qQvdSojnBq4vAdQBwn1+yGveAwHCoe/rMR86ozX3+c2A==",
"extraneous": true,
"dependencies": {
"@types/html-minifier-terser": "^5.0.0",
"@types/tapable": "^1.0.5",
"@types/webpack": "^4.41.8",
"html-minifier-terser": "^5.0.1",
"loader-utils": "^1.2.3",
"lodash": "^4.17.20",
"pretty-error": "^2.1.1",
"tapable": "^1.1.3",
"util.promisify": "1.0.0"
},
"engines": {
"node": ">=6.9"
},
"peerDependencies": {
"webpack": "^4.0.0 || ^5.0.0"
}
},
"node_modules/htmlparser2": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz",
@ -35138,22 +35115,6 @@
"resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-2.0.1.tgz",
"integrity": "sha512-0quDb7s97CfemeJAnW9wC0hw78MtW7NU3hqtCD75g2vFlDLt36llsYD7uB7SUzojLMP24N5IatXf7ylGXiGG9A=="
},
"html-webpack-plugin": {
"version": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-4.5.2.tgz",
"integrity": "sha512-q5oYdzjKUIPQVjOosjgvCHQOv9Ett9CYYHlgvJeXG0qQvdSojnBq4vAdQBwn1+yGveAwHCoe/rMR86ozX3+c2A==",
"extraneous": true,
"requires": {
"@types/html-minifier-terser": "^5.0.0",
"@types/tapable": "^1.0.5",
"@types/webpack": "^4.41.8",
"html-minifier-terser": "^5.0.1",
"loader-utils": "^1.2.3",
"lodash": "^4.17.20",
"pretty-error": "^2.1.1",
"tapable": "^1.1.3",
"util.promisify": "1.0.0"
}
},
"htmlparser2": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz",

View File

@ -1,6 +1,6 @@
{
"name": "valetudo",
"version": "2022.05.0",
"version": "2022.05.1",
"description": "Self-contained control webinterface for vacuum robots",
"license": "Apache-2.0",
"engines": {