async-xenapi 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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # async-xenapi (JavaScript / TypeScript)
2
2
 
3
- An async JavaScript/TypeScript library for [XenAPI](https://xapi-project.github.io/xen-api).
3
+ An async library for [XenAPI](https://xapi-project.github.io/xen-api).
4
4
 
5
5
  ## Install
6
6
 
package/dist/XenAPI.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Async XenAPI session via JSON-RPC
2
+ * An async library for XenAPI
3
3
  *
4
4
  * Usage mirrors the Python XenAPI:
5
5
  *
package/dist/XenAPI.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Async XenAPI session via JSON-RPC
3
+ * An async library for XenAPI
4
4
  *
5
5
  * Usage mirrors the Python XenAPI:
6
6
  *
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "async-xenapi",
3
- "version": "1.0.3",
4
- "description": "Async XenAPI session via JSON-RPC",
3
+ "version": "1.0.4",
4
+ "description": "An async library for XenAPI",
5
5
  "homepage": "https://github.com/acefei/async-xenapi",
6
6
  "repository": {
7
7
  "type": "git",