fix(gatsby-ipfs-web-wallet): Bumping to v1.9.0

This commit is contained in:
Chris Troutner
2020-08-08 12:37:39 -07:00
parent 070a25a55b
commit fb0c5302b0
4 changed files with 24 additions and 11 deletions
+1 -1
View File
@@ -30,4 +30,4 @@ deploy:
provider: script
skip_cleanup: true
script:
- npx semantic-release
- npx semantic-release && ./deploy-production.sh
+13
View File
@@ -0,0 +1,13 @@
# Triggers a webhook to update the server
#!/bin/bash
#echo $DEPLOY_SECRET
echo "Deploy to production...."
export DATA="{\"ref\":\"$DEPLOY_SECRET\"}"
#echo $DATA
curl -X POST http://fullstack.cash:9000/hooks/wallet.fullstack.cash -H "Content-Type: application/json" -d $DATA
echo "...Finished deploying to production."
+6 -6
View File
@@ -1,5 +1,5 @@
{
"name": "bch-wallet-starter",
"name": "wallet.fullstack.cash",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
@@ -4832,8 +4832,8 @@
}
},
"bch-wallet-plugin-postoffice": {
"version": "github:Permissionless-Software-Foundation/bch-wallet-plugin-postoffice#ddc6f804f64211894981e734292178d1212f06c0",
"from": "github:Permissionless-Software-Foundation/bch-wallet-plugin-postoffice",
"version": "github:Permissionless-Software-Foundation/bch-wallet-plugin-postoffice#7f8d5c7796f7357e7db310672d5e38dda430a967",
"from": "github:Permissionless-Software-Foundation/bch-wallet-plugin-postoffice#ct-unstable",
"requires": {
"bitcore-payment-protocol": "^8.1.1",
"slpjs": "0.22.5"
@@ -25446,9 +25446,9 @@
"integrity": "sha512-zCTP6Qd/WwjrpuHFkJuXc5opRdKprUr7eI7+JCCtcetThJt45qptu82MWQ+eET+FtDrMo7+BYjo3iD0XIq1L9Q=="
},
"jsrsasign": {
"version": "8.0.22",
"resolved": "https://registry.npmjs.org/jsrsasign/-/jsrsasign-8.0.22.tgz",
"integrity": "sha512-AmczAOgTkoUVyjgv6XOx2SQMdwCdKzkrYmqBuI0UwYTdtFLcHj0WhmzBRpaCIIbPq3xRFIaT/uaC/PKkoaA57w=="
"version": "8.0.23",
"resolved": "https://registry.npmjs.org/jsrsasign/-/jsrsasign-8.0.23.tgz",
"integrity": "sha512-COwd/XmwaxBwf/6E3FO21DGK504KdjfNMYv6hVd2q6W6lzTeaL2UKQ0cIBw6SFMBCdaQl8fGUm4dHFt7Wmo9xw=="
},
"jsx-ast-utils": {
"version": "2.4.1",
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "bch-wallet-starter",
"description": "A BCH web wallet starter for Gatsby.",
"name": "wallet.fullstack.cash",
"description": "A Gatsby IPFS-enabled web app and BCH web wallet.",
"version": "1.0.0",
"license": "MIT",
"author": "Chris Troutner <chris.troutner@gmail.com>",
@@ -19,9 +19,9 @@
"test": "npm run lint"
},
"dependencies": {
"bch-wallet-plugin-postoffice": "Permissionless-Software-Foundation/bch-wallet-plugin-postoffice",
"bch-wallet-plugin-postoffice": "Permissionless-Software-Foundation/bch-wallet-plugin-postoffice#ct-unstable",
"gatsby": "^2.23.7",
"gatsby-ipfs-web-wallet": "^1.8.0",
"gatsby-ipfs-web-wallet": "^1.9.0",
"gatsby-plugin-compile-es6-packages": "^2.1.0"
},
"repository": {