@getpara/create-para-app 2.7.0 → 2.8.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/dist/package-builder.js
CHANGED
|
@@ -30,7 +30,7 @@ const DEPENDENCIES = {
|
|
|
30
30
|
'@farcaster/miniapp-sdk': '0.2.1',
|
|
31
31
|
'@farcaster/miniapp-wagmi-connector': '1.1.0',
|
|
32
32
|
// Core
|
|
33
|
-
'@getpara/react-sdk': '2.
|
|
33
|
+
'@getpara/react-sdk': '2.8.0',
|
|
34
34
|
'@tanstack/react-query': '5.90.12',
|
|
35
35
|
'arg': '^5.0.2',
|
|
36
36
|
'next': '15.1.5',
|
|
@@ -22,8 +22,8 @@ const DEPENDENCIES = {
|
|
|
22
22
|
'react-native-gesture-handler': '~2.28.0',
|
|
23
23
|
'react-native-reanimated': '~4.1.1',
|
|
24
24
|
// Para SDK
|
|
25
|
-
'@getpara/react-native-wallet': '2.
|
|
26
|
-
'@getpara/viem-v2-integration': '2.
|
|
25
|
+
'@getpara/react-native-wallet': '2.8.0',
|
|
26
|
+
'@getpara/viem-v2-integration': '2.8.0',
|
|
27
27
|
// Viem (for EVM transactions)
|
|
28
28
|
'viem': '^2.41.2',
|
|
29
29
|
// Styling
|
|
@@ -31,7 +31,7 @@ const DEPENDENCIES = {
|
|
|
31
31
|
'@farcaster/miniapp-sdk': '0.2.1',
|
|
32
32
|
'@farcaster/miniapp-wagmi-connector': '1.1.0',
|
|
33
33
|
// Core
|
|
34
|
-
'@getpara/react-sdk': '2.
|
|
34
|
+
'@getpara/react-sdk': '2.8.0',
|
|
35
35
|
'@tanstack/react-query': '5.90.12',
|
|
36
36
|
'arg': '^5.0.2',
|
|
37
37
|
'next': '15.1.5',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getpara/create-para-app",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.8.0",
|
|
4
4
|
"description": "Create Para SDK applications with one command",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -45,5 +45,6 @@
|
|
|
45
45
|
"publishConfig": {
|
|
46
46
|
"access": "public"
|
|
47
47
|
},
|
|
48
|
-
"license": "MIT"
|
|
48
|
+
"license": "MIT",
|
|
49
|
+
"gitHead": "44d3bdc9a075861613210bd0817a03ab67deed4e"
|
|
49
50
|
}
|