@mosip/react-inji-verify-sdk 0.13.0-beta.6 → 0.13.0

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 (3) hide show
  1. package/Readme.md +233 -36
  2. package/dist/index.js +1 -1
  3. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mosip/react-inji-verify-sdk",
3
- "version": "0.13.0-beta.6",
3
+ "version": "0.13.0",
4
4
  "description": "A react component library to perform Inji verify tasks, such as OpenId4VP sharing, Reading VC QR codes",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -9,7 +9,7 @@
9
9
  "dist"
10
10
  ],
11
11
  "scripts": {
12
- "build": "CI=false webpack --config webpack.config.js && tsc --declaration --emitDeclarationOnly --outDir dist",
12
+ "build": "webpack --config webpack.config.js && tsc --declaration --emitDeclarationOnly --outDir dist",
13
13
  "test": "jest test --coverage",
14
14
  "verify": "npm run build",
15
15
  "localPublish": "npm version patch && npm run build && npm publish --access public --registry http://localhost:4873"