@ekyc_qoobiss/qbs-ect-cmp 4.7.0 → 4.7.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.
Files changed (2) hide show
  1. package/README.md +4 -14
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,23 +1,13 @@
1
1
  ## Commands
2
2
 
3
- # Publish to NPM
3
+ # Install latest version
4
4
 
5
5
  ```bash
6
- npm publish --access=public
7
- ```
8
-
9
- # Publish to NPM beta
10
-
11
- ```bash
12
- npm publish --access=public --tag beta
13
- ```
14
-
15
- # Install beta version
16
-
17
- ```bash
18
- npm i @ekyc_qoobiss/qbs-ect-cmp@beta --legacy-peer-deps
6
+ npm i @ekyc_qoobiss/qbs-ect-cmp@latest --legacy-peer-deps
19
7
  ```
20
8
 
21
9
  # ATTENTION!
22
10
 
23
11
  Version 3.7.0 has some breaking functionality. Please upgrade only when advised by us!
12
+
13
+ After version 4.7.0 importing 'applyPolyfills' is not needed any more.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ekyc_qoobiss/qbs-ect-cmp",
3
- "version": "4.7.0",
3
+ "version": "4.7.1",
4
4
  "description": "Person Identification Component",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.js",