create-near-app 5.0.0-rc.0 → 5.0.0-rc.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.
package/dist/messages.js
CHANGED
|
@@ -38,6 +38,8 @@ ${contract === 'rust' ? (0, chalk_1.default) `🦀 If you are new to Rust please
|
|
|
38
38
|
{blue cd {bold ${projectName}}}
|
|
39
39
|
${!install ? (0, chalk_1.default) `- {inverse Install all dependencies}
|
|
40
40
|
{blue npm {bold install}}` : 'Then:'}
|
|
41
|
+
- {inverse Build your contract}:
|
|
42
|
+
{blue npm {bold run build}}
|
|
41
43
|
- {inverse Test your contract} in NEAR SandBox:
|
|
42
44
|
{blue npm {bold test}}
|
|
43
45
|
- {inverse Deploy your contract} to NEAR TestNet with a temporary dev account:
|
package/package.json
CHANGED
|
@@ -25,17 +25,17 @@
|
|
|
25
25
|
"react": "^18.1.0",
|
|
26
26
|
"react-dom": "^18.1.0",
|
|
27
27
|
"regenerator-runtime": "^0.13.9",
|
|
28
|
-
"@near-wallet-selector/core": "^
|
|
29
|
-
"@near-wallet-selector/ledger": "^
|
|
30
|
-
"@near-wallet-selector/math-wallet": "^
|
|
31
|
-
"@near-wallet-selector/meteor-wallet": "^
|
|
32
|
-
"@near-wallet-selector/modal-ui": "^
|
|
33
|
-
"@near-wallet-selector/my-near-wallet": "^
|
|
34
|
-
"@near-wallet-selector/near-wallet": "^
|
|
35
|
-
"@near-wallet-selector/nightly": "^
|
|
36
|
-
"@near-wallet-selector/nightly-connect": "^
|
|
37
|
-
"@near-wallet-selector/sender": "^
|
|
38
|
-
"@near-wallet-selector/wallet-connect": "^
|
|
28
|
+
"@near-wallet-selector/core": "^7.0.0",
|
|
29
|
+
"@near-wallet-selector/ledger": "^7.0.0",
|
|
30
|
+
"@near-wallet-selector/math-wallet": "^7.0.0",
|
|
31
|
+
"@near-wallet-selector/meteor-wallet": "^7.0.0",
|
|
32
|
+
"@near-wallet-selector/modal-ui": "^7.0.0",
|
|
33
|
+
"@near-wallet-selector/my-near-wallet": "^7.0.0",
|
|
34
|
+
"@near-wallet-selector/near-wallet": "^7.0.0",
|
|
35
|
+
"@near-wallet-selector/nightly": "^7.0.0",
|
|
36
|
+
"@near-wallet-selector/nightly-connect": "^7.0.0",
|
|
37
|
+
"@near-wallet-selector/sender": "^7.0.0",
|
|
38
|
+
"@near-wallet-selector/wallet-connect": "^7.0.0"
|
|
39
39
|
},
|
|
40
40
|
"resolutions": {
|
|
41
41
|
"@babel/preset-env": "7.13.8"
|
|
@@ -13,17 +13,17 @@
|
|
|
13
13
|
"env-cmd": "^10.1.0"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@near-wallet-selector/core": "^
|
|
17
|
-
"@near-wallet-selector/ledger": "^
|
|
18
|
-
"@near-wallet-selector/math-wallet": "^
|
|
19
|
-
"@near-wallet-selector/meteor-wallet": "^
|
|
20
|
-
"@near-wallet-selector/modal-ui": "^
|
|
21
|
-
"@near-wallet-selector/my-near-wallet": "^
|
|
22
|
-
"@near-wallet-selector/near-wallet": "^
|
|
23
|
-
"@near-wallet-selector/nightly": "^
|
|
24
|
-
"@near-wallet-selector/nightly-connect": "^
|
|
25
|
-
"@near-wallet-selector/sender": "^
|
|
26
|
-
"@near-wallet-selector/wallet-connect": "^
|
|
16
|
+
"@near-wallet-selector/core": "^7.0.0",
|
|
17
|
+
"@near-wallet-selector/ledger": "^7.0.0",
|
|
18
|
+
"@near-wallet-selector/math-wallet": "^7.0.0",
|
|
19
|
+
"@near-wallet-selector/meteor-wallet": "^7.0.0",
|
|
20
|
+
"@near-wallet-selector/modal-ui": "^7.0.0",
|
|
21
|
+
"@near-wallet-selector/my-near-wallet": "^7.0.0",
|
|
22
|
+
"@near-wallet-selector/near-wallet": "^7.0.0",
|
|
23
|
+
"@near-wallet-selector/nightly": "^7.0.0",
|
|
24
|
+
"@near-wallet-selector/nightly-connect": "^7.0.0",
|
|
25
|
+
"@near-wallet-selector/sender": "^7.0.0",
|
|
26
|
+
"@near-wallet-selector/wallet-connect": "^7.0.0",
|
|
27
27
|
"near-api-js": "^0.44.2"
|
|
28
28
|
}
|
|
29
29
|
}
|