@loopstack/hub-client 0.13.0 → 0.13.1

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,25 +1,29 @@
1
- ## @loopstack/hub-client@0.0.6
1
+ ## @loopstack/hub-client@1.0
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
4
4
 
5
5
  Environment
6
- * Node.js
7
- * Webpack
8
- * Browserify
6
+
7
+ - Node.js
8
+ - Webpack
9
+ - Browserify
9
10
 
10
11
  Language level
11
- * ES5 - you must have a Promises/A+ library installed
12
- * ES6
12
+
13
+ - ES5 - you must have a Promises/A+ library installed
14
+ - ES6
13
15
 
14
16
  Module system
15
- * CommonJS
16
- * ES6 module system
17
+
18
+ - CommonJS
19
+ - ES6 module system
17
20
 
18
21
  It can be used in both TypeScript and JavaScript. In TypeScript, the definition will be automatically resolved via `package.json`. ([Reference](https://www.typescriptlang.org/docs/handbook/declaration-files/consumption.html))
19
22
 
20
23
  ### Building
21
24
 
22
25
  To build and compile the typescript sources to javascript use:
26
+
23
27
  ```
24
28
  npm install
25
29
  npm run build
@@ -36,7 +40,7 @@ navigate to the folder of your consuming project and run one of the following co
36
40
  _published:_
37
41
 
38
42
  ```
39
- npm install @loopstack/hub-client@0.0.6 --save
43
+ npm install @loopstack/hub-client@1.0 --save
40
44
  ```
41
45
 
42
46
  _unPublished (not recommended):_