@argonprotocol/mainchain 0.0.7 → 0.0.9

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.
Files changed (42) hide show
  1. package/lib/cjs/index.d.ts +4 -1
  2. package/lib/cjs/index.js +9 -1
  3. package/lib/cjs/index.js.map +1 -1
  4. package/lib/cjs/interfaces/augment-api-consts.d.ts +0 -8
  5. package/lib/cjs/interfaces/augment-api-errors.d.ts +1 -23
  6. package/lib/cjs/interfaces/augment-api-events.d.ts +7 -27
  7. package/lib/cjs/interfaces/augment-api-query.d.ts +3 -59
  8. package/lib/cjs/interfaces/augment-api-tx.d.ts +8 -45
  9. package/lib/cjs/interfaces/augment-types.d.ts +63 -4
  10. package/lib/cjs/interfaces/lookup.d.ts +191 -257
  11. package/lib/cjs/interfaces/lookup.js +195 -261
  12. package/lib/cjs/interfaces/lookup.js.map +1 -1
  13. package/lib/cjs/interfaces/registry.d.ts +1 -9
  14. package/lib/cjs/interfaces/types-lookup.d.ts +185 -237
  15. package/lib/esm/index.d.ts +4 -1
  16. package/lib/esm/index.js +6 -1
  17. package/lib/esm/index.js.map +1 -1
  18. package/lib/esm/interfaces/augment-api-consts.d.ts +0 -8
  19. package/lib/esm/interfaces/augment-api-errors.d.ts +1 -23
  20. package/lib/esm/interfaces/augment-api-events.d.ts +7 -27
  21. package/lib/esm/interfaces/augment-api-query.d.ts +3 -59
  22. package/lib/esm/interfaces/augment-api-tx.d.ts +8 -45
  23. package/lib/esm/interfaces/augment-types.d.ts +63 -4
  24. package/lib/esm/interfaces/lookup.d.ts +191 -257
  25. package/lib/esm/interfaces/lookup.js +195 -261
  26. package/lib/esm/interfaces/lookup.js.map +1 -1
  27. package/lib/esm/interfaces/registry.d.ts +1 -9
  28. package/lib/esm/interfaces/types-lookup.d.ts +185 -237
  29. package/lib/tsconfig-cjs.tsbuildinfo +1 -1
  30. package/lib/tsconfig-types.tsbuildinfo +1 -1
  31. package/lib/tsconfig.tsbuildinfo +1 -1
  32. package/lib/types/index.d.ts +4 -1
  33. package/lib/types/interfaces/augment-api-consts.d.ts +0 -8
  34. package/lib/types/interfaces/augment-api-errors.d.ts +1 -23
  35. package/lib/types/interfaces/augment-api-events.d.ts +7 -27
  36. package/lib/types/interfaces/augment-api-query.d.ts +3 -59
  37. package/lib/types/interfaces/augment-api-tx.d.ts +8 -45
  38. package/lib/types/interfaces/augment-types.d.ts +63 -4
  39. package/lib/types/interfaces/lookup.d.ts +191 -257
  40. package/lib/types/interfaces/registry.d.ts +1 -9
  41. package/lib/types/interfaces/types-lookup.d.ts +185 -237
  42. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@argonprotocol/mainchain",
3
- "version": "0.0.7",
3
+ "version": "0.0.9",
4
4
  "description": "A client for accessing the Argon mainchain apis.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -47,13 +47,13 @@
47
47
  }
48
48
  },
49
49
  "dependencies": {
50
- "@polkadot/api": "^12.2.3",
50
+ "@polkadot/api": "^13.2.1",
51
+ "@polkadot/keyring": "^13.1.1",
52
+ "@polkadot/util-crypto": "^13.1.1",
51
53
  "tslib": "^2.6.2"
52
54
  },
53
55
  "devDependencies": {
54
- "@polkadot/keyring": "^13.0.2",
55
- "@polkadot/typegen": "^12.2.3",
56
- "@polkadot/util-crypto": "^13.0.2",
56
+ "@polkadot/typegen": "^13.2.1",
57
57
  "@substrate/ss58-registry": "^1.49.0",
58
58
  "shx": "^0.3.4",
59
59
  "ts-node": "^10.9.2",