virtualizorjs 1.0.3 → 1.0.4
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.
- package/README.md +4 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,10 @@ Since there is no SDK's for Node.js for the Virtualizor API, I decided to create
|
|
|
4
4
|
|
|
5
5
|
VirtualizorJS simplifies the management of Virtualizor servers with a streamlined and developer-friendly API for Node.js. Perform actions such as creating, starting, stopping, and restarting virtual servers effortlessly. Ideal for seamless integration into your Node.js applications, providing a powerful toolkit for Virtualizor server management.
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
|
|
8
|
+
[](https://github.com/kkMihai/virtualizorjs)
|
|
9
|
+
|
|
10
|
+
[](https://npmjs.com/package/express) [](https://GitHub.com/Naereen/virtualizorjs/graphs/commit-activity)
|
|
8
11
|
|
|
9
12
|
## Important
|
|
10
13
|
- This library is still in development and there is more to add but for now it's stable and ready to use, all the methods have been tested and work as expected.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "virtualizorjs",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "VirtualizorJS simplifies the management of Virtualizor servers with a streamlined and developer-friendly API for Node.js. Perform actions such as creating, starting, stopping, and restarting virtual servers effortlessly. Ideal for seamless integration into your Node.js applications, providing a powerful toolkit for Virtualizor server management.",
|
|
5
5
|
"main": "./src/VirtualizorClient.js",
|
|
6
6
|
"scripts": {},
|