mirror of
https://github.com/fullstack-cash/wallet.fullstack.cash.git
synced 2026-09-21 16:52:05 -07:00
fix(gatsby-ipfs-web-wallet): Bumping to v1.9.0
This commit is contained in:
+1
-1
@@ -30,4 +30,4 @@ deploy:
|
|||||||
provider: script
|
provider: script
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
script:
|
script:
|
||||||
- npx semantic-release
|
- npx semantic-release && ./deploy-production.sh
|
||||||
|
|||||||
Executable
+13
@@ -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."
|
||||||
Generated
+6
-6
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "bch-wallet-starter",
|
"name": "wallet.fullstack.cash",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
@@ -4832,8 +4832,8 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bch-wallet-plugin-postoffice": {
|
"bch-wallet-plugin-postoffice": {
|
||||||
"version": "github:Permissionless-Software-Foundation/bch-wallet-plugin-postoffice#ddc6f804f64211894981e734292178d1212f06c0",
|
"version": "github:Permissionless-Software-Foundation/bch-wallet-plugin-postoffice#7f8d5c7796f7357e7db310672d5e38dda430a967",
|
||||||
"from": "github:Permissionless-Software-Foundation/bch-wallet-plugin-postoffice",
|
"from": "github:Permissionless-Software-Foundation/bch-wallet-plugin-postoffice#ct-unstable",
|
||||||
"requires": {
|
"requires": {
|
||||||
"bitcore-payment-protocol": "^8.1.1",
|
"bitcore-payment-protocol": "^8.1.1",
|
||||||
"slpjs": "0.22.5"
|
"slpjs": "0.22.5"
|
||||||
@@ -25446,9 +25446,9 @@
|
|||||||
"integrity": "sha512-zCTP6Qd/WwjrpuHFkJuXc5opRdKprUr7eI7+JCCtcetThJt45qptu82MWQ+eET+FtDrMo7+BYjo3iD0XIq1L9Q=="
|
"integrity": "sha512-zCTP6Qd/WwjrpuHFkJuXc5opRdKprUr7eI7+JCCtcetThJt45qptu82MWQ+eET+FtDrMo7+BYjo3iD0XIq1L9Q=="
|
||||||
},
|
},
|
||||||
"jsrsasign": {
|
"jsrsasign": {
|
||||||
"version": "8.0.22",
|
"version": "8.0.23",
|
||||||
"resolved": "https://registry.npmjs.org/jsrsasign/-/jsrsasign-8.0.22.tgz",
|
"resolved": "https://registry.npmjs.org/jsrsasign/-/jsrsasign-8.0.23.tgz",
|
||||||
"integrity": "sha512-AmczAOgTkoUVyjgv6XOx2SQMdwCdKzkrYmqBuI0UwYTdtFLcHj0WhmzBRpaCIIbPq3xRFIaT/uaC/PKkoaA57w=="
|
"integrity": "sha512-COwd/XmwaxBwf/6E3FO21DGK504KdjfNMYv6hVd2q6W6lzTeaL2UKQ0cIBw6SFMBCdaQl8fGUm4dHFt7Wmo9xw=="
|
||||||
},
|
},
|
||||||
"jsx-ast-utils": {
|
"jsx-ast-utils": {
|
||||||
"version": "2.4.1",
|
"version": "2.4.1",
|
||||||
|
|||||||
+4
-4
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "bch-wallet-starter",
|
"name": "wallet.fullstack.cash",
|
||||||
"description": "A BCH web wallet starter for Gatsby.",
|
"description": "A Gatsby IPFS-enabled web app and BCH web wallet.",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "Chris Troutner <chris.troutner@gmail.com>",
|
"author": "Chris Troutner <chris.troutner@gmail.com>",
|
||||||
@@ -19,9 +19,9 @@
|
|||||||
"test": "npm run lint"
|
"test": "npm run lint"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"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": "^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"
|
"gatsby-plugin-compile-es6-packages": "^2.1.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
Reference in New Issue
Block a user