@gelatonetwork/smartwallet-react-sdk 0.0.2-alpha.0 → 0.0.2-alpha.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.
@@ -1,3 +1,3 @@
1
- import type { wallet } from "@gelatodigital/smartwallet-react-types";
1
+ import type { wallet } from "@gelatonetwork/smartwallet-react-types";
2
2
  export declare const isDynamic: (type: wallet.ProviderType) => type is "dynamic";
3
3
  //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,37 +1,31 @@
1
1
  {
2
2
  "name": "@gelatonetwork/smartwallet-react-sdk",
3
- "version": "0.0.2-alpha.0",
3
+ "version": "0.0.2-alpha.1",
4
4
  "author": "Gelato",
5
5
  "type": "module",
6
6
  "description": "Gelato SmartWallet React SDK",
7
- "main": "./src/index.js",
8
- "types": "./src/index.d.ts",
9
- "typings": "./src/index.d.ts",
7
+ "main": "./_dist/index.js",
8
+ "types": "./_dist/index.d.ts",
9
+ "typings": "./_dist/index.d.ts",
10
10
  "peerDependencies": {
11
11
  "typescript": "^5.3",
12
12
  "viem": "^2.28",
13
- "@gelatonetwork/smartwallet-react-types": "0.0.2-alpha.0",
14
- "@gelatonetwork/smartwallet-react-dynamic": "0.0.2-alpha.0",
15
- "@gelatonetwork/smartwallet-react-privy": "0.0.2-alpha.0"
13
+ "@gelatonetwork/smartwallet-react-types": "0.0.2-alpha.1",
14
+ "@gelatonetwork/smartwallet-react-dynamic": "0.0.2-alpha.1",
15
+ "@gelatonetwork/smartwallet-react-privy": "0.0.2-alpha.1"
16
16
  },
17
17
  "peerDependenciesMeta": {
18
18
  "typescript": {
19
19
  "optional": true
20
- },
21
- "@gelatonetwork/smartwallet-react-dynamic": {
22
- "optional": true
23
- },
24
- "@gelatonetwork/smartwallet-react-privy": {
25
- "optional": true
26
20
  }
27
21
  },
28
22
  "dependencies": {
29
23
  "react": "^18.2",
30
24
  "viem": "^2.28",
31
25
  "wagmi": "^2.15",
32
- "@gelatonetwork/smartwallet-react-types": "0.0.2-alpha.0",
33
- "@gelatonetwork/smartwallet-react-dynamic": "0.0.2-alpha.0",
34
- "@gelatonetwork/smartwallet-react-privy": "0.0.2-alpha.0"
26
+ "@gelatonetwork/smartwallet-react-dynamic": "0.0.2-alpha.1",
27
+ "@gelatonetwork/smartwallet-react-privy": "0.0.2-alpha.1",
28
+ "@gelatonetwork/smartwallet-react-types": "0.0.2-alpha.1"
35
29
  },
36
30
  "devDependencies": {
37
31
  "@types/react": "^18"