@aastar/dapp 0.16.12 → 0.16.16

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.
@@ -1,10 +1,10 @@
1
- import { type Address, type Chain, type Transport } from 'viem';
1
+ import { type Address } from 'viem';
2
2
  type UseCreditScoreConfig = {
3
- chain: Chain;
3
+ chain: any;
4
4
  rpcUrl?: string;
5
5
  registryAddress: Address;
6
6
  userAddress: Address;
7
- transport?: Transport;
7
+ transport?: any;
8
8
  };
9
9
  export declare function useCreditScore({ chain, rpcUrl, registryAddress, userAddress }: UseCreditScoreConfig): {
10
10
  creditLimit: bigint | null;
package/package.json CHANGED
@@ -1,6 +1,10 @@
1
1
  {
2
2
  "name": "@aastar/dapp",
3
- "version": "0.16.12",
3
+ "version": "0.16.16",
4
+ "publishConfig": {
5
+ "access": "public"
6
+ },
7
+ "license": "MIT",
4
8
  "type": "module",
5
9
  "main": "dist/index.js",
6
10
  "types": "dist/index.d.ts",
@@ -11,8 +15,8 @@
11
15
  "react": "18.2.0",
12
16
  "react-dom": "18.2.0",
13
17
  "viem": "2.43.3",
14
- "@aastar/core": "0.16.12",
15
- "@aastar/paymaster": "0.16.12"
18
+ "@aastar/paymaster": "0.16.16",
19
+ "@aastar/core": "0.16.16"
16
20
  },
17
21
  "devDependencies": {
18
22
  "@types/react": "18.2.0",