@injistack/react-inji-verify-sdk 0.19.0-beta.9 → 1.0.0-beta.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.
@@ -20,16 +20,6 @@ https://github.com/nodeca/pako/blob/main/LICENSE
20
20
  * LICENSE file in the root directory of this source tree.
21
21
  */
22
22
 
23
- /**
24
- * @license React
25
- * react-jsx-runtime.production.min.js
26
- *
27
- * Copyright (c) Facebook, Inc. and its affiliates.
28
- *
29
- * This source code is licensed under the MIT license found in the
30
- * LICENSE file in the root directory of this source tree.
31
- */
32
-
33
23
  /**
34
24
  * @license qrcode.react
35
25
  * Copyright (c) Paul O'Shannessy
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@injistack/react-inji-verify-sdk",
3
- "version": "0.19.0-beta.9",
4
- "description": "A react component library to perform Inji verify tasks, such as OpenId4VP sharing, Reading VC QR codes",
3
+ "version": "1.0.0-beta.1",
4
+ "description": "React component library for verifying Verifiable Credentials via QR code scan/upload and OpenID4VP wallet flows",
5
5
  "sideEffects": [
6
6
  "*.css"
7
7
  ],
@@ -48,7 +48,6 @@
48
48
  "@types/react-dom": "^18.2.23",
49
49
  "@typescript-eslint/eslint-plugin": "^8.30.1",
50
50
  "@typescript-eslint/parser": "^8.30.1",
51
- "@vitejs/plugin-react": "^4.3.4",
52
51
  "cross-env": "^7.0.3",
53
52
  "css-loader": "^7.1.2",
54
53
  "eslint": "^9.24.0",