create-near-app 6.0.0-beta.3 → 6.0.0-beta.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.
package/dist/user-input.js
CHANGED
|
@@ -76,8 +76,8 @@ function validateUserArgs(args) {
|
|
|
76
76
|
}
|
|
77
77
|
exports.validateUserArgs = validateUserArgs;
|
|
78
78
|
const appChoices = [
|
|
79
|
-
{ title: 'A Near Smart Contract', description: 'A smart contract to be deployed in the Near Blockchain', value: 'contract' },
|
|
80
79
|
{ title: 'A Near Gateway (Web App)', description: 'A multi-chain App that talks with Near contracts and Near components', value: 'gateway' },
|
|
80
|
+
{ title: 'A Near Smart Contract', description: 'A smart contract to be deployed in the Near Blockchain', value: 'contract' },
|
|
81
81
|
];
|
|
82
82
|
const contractChoices = [
|
|
83
83
|
{ title: 'JS/TS Contract', description: 'A Near contract written in javascript/typescript', value: 'ts' },
|
package/package.json
CHANGED
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@near-wallet-selector/modal-ui": "^8.7.0",
|
|
32
32
|
"@near-wallet-selector/my-near-wallet": "^8.7.0",
|
|
33
33
|
"crypto-browserify": "^3.12.0",
|
|
34
|
-
"near-api-js": "^2.1.
|
|
34
|
+
"near-api-js": "^2.1.3",
|
|
35
35
|
"near-social-vm": "github:NearSocial/VM#2.5.2",
|
|
36
36
|
"prop-types": "^15.8.1",
|
|
37
37
|
"react": "^18.2.0",
|