@akinon/pz-b2b 1.43.0-rc.5 → 1.43.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +1 -19
- package/README.md +4 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,24 +1,6 @@
|
|
1
1
|
# @akinon/pz-b2b
|
2
2
|
|
3
|
-
## 1.43.0
|
4
|
-
|
5
|
-
## 1.43.0-rc.4
|
6
|
-
|
7
|
-
## 1.43.0-rc.3
|
8
|
-
|
9
|
-
### Minor Changes
|
10
|
-
|
11
|
-
- 64699d3: ZERO-2761: Fix invalid import for plugin module
|
12
|
-
|
13
|
-
## 1.43.0-rc.2
|
14
|
-
|
15
|
-
## 1.43.0-rc.1
|
16
|
-
|
17
|
-
## 1.43.0-rc.0
|
18
|
-
|
19
|
-
### Minor Changes
|
20
|
-
|
21
|
-
- 50b9069: ZERO-2767: update plugin readme files
|
3
|
+
## 1.43.0
|
22
4
|
|
23
5
|
## 1.42.0
|
24
6
|
|
package/README.md
CHANGED
@@ -1,13 +1,13 @@
|
|
1
|
-
#
|
1
|
+
# pz-b2b
|
2
2
|
|
3
3
|
### Install the npm package
|
4
4
|
|
5
5
|
```bash
|
6
6
|
# For latest version
|
7
|
-
yarn add @
|
7
|
+
yarn add git+ssh://git@bitbucket.org:akinonteam/pz-b2b.git
|
8
8
|
|
9
|
-
#
|
10
|
-
|
9
|
+
# For specific version
|
10
|
+
yarn add git+ssh://git@bitbucket.org:akinonteam/pz-b2b.git#xxxxxxx
|
11
11
|
```
|
12
12
|
|
13
13
|
### Installation
|