@taquito/taquito 24.3.0 → 24.3.1-beta.1

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.
@@ -7567,8 +7567,8 @@
7567
7567
 
7568
7568
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
7569
7569
  const VERSION = {
7570
- "commitHash": "f724c83a603e3623928be71c46030af223a779ee",
7571
- "version": "24.3.0"
7570
+ "commitHash": "9647402fcc62c98bf3907a30214fea8871b30bea",
7571
+ "version": "24.3.1-beta.1"
7572
7572
  };
7573
7573
 
7574
7574
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/taquito",
3
- "version": "24.3.0",
3
+ "version": "24.3.1-beta.1",
4
4
  "description": "TypeScript SDK for building wallets, dapps, and tooling on Tezos.",
5
5
  "keywords": [
6
6
  "taquito",
@@ -60,14 +60,14 @@
60
60
  ]
61
61
  },
62
62
  "dependencies": {
63
- "@taquito/core": "^24.3.0",
64
- "@taquito/http-utils": "^24.3.0",
65
- "@taquito/local-forging": "^24.3.0",
66
- "@taquito/michel-codec": "^24.3.0",
67
- "@taquito/michelson-encoder": "^24.3.0",
68
- "@taquito/rpc": "^24.3.0",
69
- "@taquito/signer": "^24.3.0",
70
- "@taquito/utils": "^24.3.0",
63
+ "@taquito/core": "^24.3.1-beta.1",
64
+ "@taquito/http-utils": "^24.3.1-beta.1",
65
+ "@taquito/local-forging": "^24.3.1-beta.1",
66
+ "@taquito/michel-codec": "^24.3.1-beta.1",
67
+ "@taquito/michelson-encoder": "^24.3.1-beta.1",
68
+ "@taquito/rpc": "^24.3.1-beta.1",
69
+ "@taquito/signer": "^24.3.1-beta.1",
70
+ "@taquito/utils": "^24.3.1-beta.1",
71
71
  "bignumber.js": "^10.0.2",
72
72
  "rxjs": "^7.8.2"
73
73
  },