@cardano-sdk/cardano-services 0.5.0-nightly.7 → 0.5.0-nightly.8

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/README.md CHANGED
@@ -50,7 +50,7 @@ _The following examples require the [install and build] steps to be completed._
50
50
  --api-url http://localhost:6000 \
51
51
  --cardano-node-config-path ./config/cardano-node/config.json \
52
52
  --ogmios-url ws://localhost:1338 \
53
- --db-connection-string postgresql://somePgUser:somePassword@localhost:5432/someDbName \
53
+ --postgres-connection-string postgresql://somePgUser:somePassword@localhost:5432/someDbName \
54
54
  asset,chain-history,stake-pool,tx-submit,network-info,utxo
55
55
  ```
56
56
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cardano-sdk/cardano-services",
3
- "version": "0.5.0-nightly.7",
3
+ "version": "0.5.0-nightly.8",
4
4
  "description": "Cardano GraphQL Services",
5
5
  "engines": {
6
6
  "node": "^14"
@@ -122,5 +122,5 @@
122
122
  "LICENSE",
123
123
  "NOTICE"
124
124
  ],
125
- "gitHead": "60e4bfaf6a113a2b63e3bebbfd515fa60a127567"
125
+ "gitHead": "9d4e342461391fbfb6be7b965e1952683975e8f1"
126
126
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cardano-sdk/cardano-services",
3
- "version": "0.5.0-nightly.7",
3
+ "version": "0.5.0-nightly.8",
4
4
  "description": "Cardano GraphQL Services",
5
5
  "engines": {
6
6
  "node": "^14"
@@ -122,5 +122,5 @@
122
122
  "LICENSE",
123
123
  "NOTICE"
124
124
  ],
125
- "gitHead": "60e4bfaf6a113a2b63e3bebbfd515fa60a127567"
125
+ "gitHead": "9d4e342461391fbfb6be7b965e1952683975e8f1"
126
126
  }