antelopeql 3.0.0-alpha.1 → 3.0.0-alpha.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antelopeql",
3
- "version": "3.0.0-alpha.1",
3
+ "version": "3.0.0-alpha.2",
4
4
  "description": "A GraphQL implementation for interacting with Antelope based blockchains.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -94,7 +94,7 @@
94
94
  "typescript": "^5.7.3"
95
95
  },
96
96
  "peerDependencies": {
97
- "graphql": "^15.9.0"
97
+ "graphql": "^16"
98
98
  },
99
99
  "dependencies": {
100
100
  "antelope-ecc": "^4.0.1",
@@ -30,6 +30,7 @@ export default async function send_transaction_rpc(
30
30
  });
31
31
 
32
32
  const pushed_transaction = await pushed_txn_req.json();
33
+ console.log(pushed_transaction);
33
34
  console.log(pushed_transaction.error);
34
35
 
35
36
  if (pushed_transaction.error)