droplinked-web3-ui 0.0.12 → 0.0.13

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/dist/index.d.ts +2 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -10,6 +10,8 @@ export declare const Actions: {
10
10
  readonly ClaimNFT: "claimNFT";
11
11
  };
12
12
 
13
+ export declare type Actions = typeof Actions;
14
+
13
15
  export declare type ActionType = typeof Actions[keyof typeof Actions];
14
16
 
15
17
  export declare interface ClaimNFTInputs {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "droplinked-web3-ui",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",