@getpara/react-sdk-lite 2.0.0-alpha.44 → 2.0.0-dev.5

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.
@@ -126,7 +126,7 @@ const BODY_MOTION_VARIANTS = {
126
126
  const BODY_TRANSITION = {
127
127
  duration: 0.2
128
128
  };
129
- const SDK_VERSION = "2.0.0-alpha.44";
129
+ const SDK_VERSION = "2.0.0-dev.5";
130
130
  export {
131
131
  BODY_MOTION_VARIANTS,
132
132
  BODY_TRANSITION,
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@getpara/react-sdk-lite",
3
- "version": "2.0.0-alpha.44",
3
+ "version": "2.0.0-dev.5",
4
4
  "bin": {
5
5
  "setup-para": "dist/cli/cli.mjs"
6
6
  },
7
7
  "dependencies": {
8
- "@getpara/react-common": "2.0.0-alpha.44",
9
- "@getpara/react-components": "2.0.0-alpha.44",
10
- "@getpara/web-sdk": "2.0.0-alpha.44",
8
+ "@getpara/react-common": "2.0.0-alpha.43",
9
+ "@getpara/react-components": "2.0.0-alpha.43",
10
+ "@getpara/web-sdk": "2.0.0-alpha.43",
11
11
  "date-fns": "^3.6.0",
12
12
  "framer-motion": "^11.3.31",
13
13
  "libphonenumber-js": "^1.11.7",
@@ -16,9 +16,9 @@
16
16
  "zustand-sync-tabs": "^0.2.2"
17
17
  },
18
18
  "devDependencies": {
19
- "@getpara/cosmos-wallet-connectors": "2.0.0-alpha.44",
20
- "@getpara/evm-wallet-connectors": "2.0.0-alpha.44",
21
- "@getpara/solana-wallet-connectors": "2.0.0-alpha.44",
19
+ "@getpara/cosmos-wallet-connectors": "2.0.0-alpha.43",
20
+ "@getpara/evm-wallet-connectors": "2.0.0-alpha.43",
21
+ "@getpara/solana-wallet-connectors": "2.0.0-alpha.43",
22
22
  "@tanstack/react-query": "^5.74.0",
23
23
  "@testing-library/dom": "^10.4.0",
24
24
  "@testing-library/react": "^16.3.0",
@@ -38,7 +38,7 @@
38
38
  "package.json",
39
39
  "styles.css"
40
40
  ],
41
- "gitHead": "b4b97e2443de5eef177eba429426e4e41d9a3d9a",
41
+ "gitHead": "e6e791d4e4f9afd94f2093d6045d686b85e5a682",
42
42
  "main": "dist/index.js",
43
43
  "peerDependencies": {
44
44
  "@tanstack/react-query": ">=5.0.0",