24fire-api 1.0.6 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -110,7 +110,7 @@ Jeder Kunde hat die möglichkeit für seine VM einen API-Key zu bekommen.
110
110
 
111
111
  ```javascript
112
112
  myFireApi.vm().restartVM().then(data => {
113
- console.log('Liste der VMs:', data);
113
+ console.log('Antwort:', data);
114
114
  }).catch(error => {
115
115
  console.error('Fehler:', error);
116
116
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "24fire-api",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Nutze die 24fire api in Nodejs, sicher und schnell",
5
5
  "main": "src/index.js",
6
6
  "repository": {