@worldcoin/idkit 2.0.3 → 2.1.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.
- package/build/index.d.ts +4 -3
- package/package.json +2 -2
package/build/index.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { C as Config
|
|
1
|
+
import { C as Config } from './config-BRFx4nLT.js';
|
|
2
|
+
export { W as WidgetProps } from './config-BRFx4nLT.js';
|
|
2
3
|
import * as react from 'react';
|
|
3
4
|
export { IErrorState, ISuccessResult, VerificationLevel } from '@worldcoin/idkit-core';
|
|
4
5
|
export { solidityEncode } from '@worldcoin/idkit-core/hashing';
|
|
@@ -10,6 +11,6 @@ declare const useIDKit: ({ handleVerify, onSuccess }?: HookConfig) => {
|
|
|
10
11
|
setOpen: (open: boolean) => void;
|
|
11
12
|
};
|
|
12
13
|
|
|
13
|
-
declare const _default: react.NamedExoticComponent<
|
|
14
|
+
declare const _default: react.NamedExoticComponent<any>;
|
|
14
15
|
|
|
15
|
-
export { Config, _default as IDKitWidget,
|
|
16
|
+
export { Config, _default as IDKitWidget, useIDKit };
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"qrcode": "^1.5.3",
|
|
9
9
|
"react-shadow": "^19.1.0",
|
|
10
10
|
"zustand": "^4.5.4",
|
|
11
|
-
"@worldcoin/idkit-core": "2.0
|
|
11
|
+
"@worldcoin/idkit-core": "2.1.0"
|
|
12
12
|
},
|
|
13
13
|
"description": "The identity SDK. Privacy-preserving identity and proof of personhood with World ID.",
|
|
14
14
|
"devDependencies": {
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
]
|
|
93
93
|
}
|
|
94
94
|
},
|
|
95
|
-
"version": "2.0
|
|
95
|
+
"version": "2.1.0",
|
|
96
96
|
"scripts": {
|
|
97
97
|
"build": "npm run build:css && tsup",
|
|
98
98
|
"build:css": "npx tailwindcss -i ./src/styles/styles.css -o ./build/index.css --minify",
|