@injistack/react-inji-verify-sdk 0.18.0-beta.3 → 0.18.0-beta.4
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@injistack/react-inji-verify-sdk",
|
|
3
|
-
"version": "0.18.0-beta.
|
|
3
|
+
"version": "0.18.0-beta.4",
|
|
4
4
|
"description": "A react component library to perform Inji verify tasks, such as OpenId4VP sharing, Reading VC QR codes",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"*.css"
|
|
@@ -12,8 +12,10 @@
|
|
|
12
12
|
"dist"
|
|
13
13
|
],
|
|
14
14
|
"scripts": {
|
|
15
|
+
"prebuild": "npm run test",
|
|
15
16
|
"build": "webpack --config webpack.config.js && tsc --declaration --emitDeclarationOnly --outDir dist",
|
|
16
|
-
"test": "jest test --coverage",
|
|
17
|
+
"test:runner": "jest test --coverage --watchman=false",
|
|
18
|
+
"test": "npm install --prefix node_modules/.peer-test react@18.2.0 react-dom@18.2.0 --no-package-lock --no-save && cross-env NODE_PATH=node_modules/.peer-test/node_modules npm run test:runner",
|
|
17
19
|
"verify": "npm run build",
|
|
18
20
|
"localPublish": "npm version patch && npm run build && npm publish --access public --registry http://localhost:4873"
|
|
19
21
|
},
|