rest-pipeline-js 1.0.1 → 1.0.2

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 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,14 +6,8 @@
6
6
 
7
7
  ## Установка
8
8
 
9
- ### Через NPM (после публикации)
10
9
  ```
11
- npm install pipeline-js
12
- ```
13
-
14
- ### Из GitHub (актуально сейчас)
15
- ```
16
- npm install git+https://github.com/macrulezru/pipeline-js.git
10
+ npm i rest-pipeline-js
17
11
  ```
18
12
 
19
13
  ## Быстрый старт (чистый JS)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rest-pipeline-js",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Pipeline Orchestration Utilities for JavaScript REST API Clients",
5
5
  "main": "src/rest-client.js",
6
6
  "types": "src/types.ts",