@taquito/taquito 24.2.0-beta.1 → 24.2.0

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.
@@ -7176,8 +7176,8 @@
7176
7176
 
7177
7177
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
7178
7178
  const VERSION = {
7179
- "commitHash": "3f0dac2d1edb047928bcbe89db422d4de60f007e",
7180
- "version": "24.2.0-beta.1"
7179
+ "commitHash": "105a7b15cfb862a0732c204e0e9741098d697775",
7180
+ "version": "24.2.0"
7181
7181
  };
7182
7182
 
7183
7183
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/taquito",
3
- "version": "24.2.0-beta.1",
3
+ "version": "24.2.0",
4
4
  "description": "High level functionality that builds upon the other packages in the Tezos Typescript Library Suite.",
5
5
  "keywords": [
6
6
  "tezos",
@@ -77,14 +77,14 @@
77
77
  ]
78
78
  },
79
79
  "dependencies": {
80
- "@taquito/core": "^24.2.0-beta.1",
81
- "@taquito/http-utils": "^24.2.0-beta.1",
82
- "@taquito/local-forging": "^24.2.0-beta.1",
83
- "@taquito/michel-codec": "^24.2.0-beta.1",
84
- "@taquito/michelson-encoder": "^24.2.0-beta.1",
85
- "@taquito/rpc": "^24.2.0-beta.1",
86
- "@taquito/signer": "^24.2.0-beta.1",
87
- "@taquito/utils": "^24.2.0-beta.1",
80
+ "@taquito/core": "^24.2.0",
81
+ "@taquito/http-utils": "^24.2.0",
82
+ "@taquito/local-forging": "^24.2.0",
83
+ "@taquito/michel-codec": "^24.2.0",
84
+ "@taquito/michelson-encoder": "^24.2.0",
85
+ "@taquito/rpc": "^24.2.0",
86
+ "@taquito/signer": "^24.2.0",
87
+ "@taquito/utils": "^24.2.0",
88
88
  "bignumber.js": "^9.1.2",
89
89
  "rxjs": "^7.8.2"
90
90
  },
@@ -127,5 +127,5 @@
127
127
  "webpack-cli": "^5.1.4",
128
128
  "webpack-subresource-integrity": "^5.1.0"
129
129
  },
130
- "gitHead": "96cefc251b1f16b14f9dedfb2eecda3dbeb2a829"
130
+ "gitHead": "689f242c1780c9fe98c050819c55986912db3934"
131
131
  }