@taquito/taquito 21.0.0-beta.1 → 21.0.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.
@@ -6891,8 +6891,8 @@
6891
6891
 
6892
6892
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
6893
6893
  const VERSION = {
6894
- "commitHash": "dc22d94eecc9c8073103ba09a7493d4604a8cf54",
6895
- "version": "21.0.0-beta.1"
6894
+ "commitHash": "bab6a80662c0f67ffd2236fdad9b34492610ccca",
6895
+ "version": "21.0.1"
6896
6896
  };
6897
6897
 
6898
6898
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/taquito",
3
- "version": "21.0.0-beta.1",
3
+ "version": "21.0.1",
4
4
  "description": "High level functionality that builds upon the other packages in the Tezos Typescript Library Suite.",
5
5
  "keywords": [
6
6
  "tezos",
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "engines": {
31
- "node": ">=20"
31
+ "node": ">=18"
32
32
  },
33
33
  "scripts": {
34
34
  "test": "jest --coverage",
@@ -77,13 +77,13 @@
77
77
  ]
78
78
  },
79
79
  "dependencies": {
80
- "@taquito/core": "^21.0.0-beta.1",
81
- "@taquito/http-utils": "^21.0.0-beta.1",
82
- "@taquito/local-forging": "^21.0.0-beta.1",
83
- "@taquito/michel-codec": "^21.0.0-beta.1",
84
- "@taquito/michelson-encoder": "^21.0.0-beta.1",
85
- "@taquito/rpc": "^21.0.0-beta.1",
86
- "@taquito/utils": "^21.0.0-beta.1",
80
+ "@taquito/core": "^21.0.1",
81
+ "@taquito/http-utils": "^21.0.1",
82
+ "@taquito/local-forging": "^21.0.1",
83
+ "@taquito/michel-codec": "^21.0.1",
84
+ "@taquito/michelson-encoder": "^21.0.1",
85
+ "@taquito/rpc": "^21.0.1",
86
+ "@taquito/utils": "^21.0.1",
87
87
  "bignumber.js": "^9.1.2",
88
88
  "rxjs": "^7.8.1"
89
89
  },
@@ -92,7 +92,7 @@
92
92
  "@types/bluebird": "^3.5.42",
93
93
  "@types/estree": "^1.0.5",
94
94
  "@types/jest": "^29.5.12",
95
- "@types/node": "^22",
95
+ "@types/node": "^18",
96
96
  "@typescript-eslint/eslint-plugin": "^6.21.0",
97
97
  "@typescript-eslint/parser": "^6.21.0",
98
98
  "buffer": "^6.0.3",
@@ -125,5 +125,5 @@
125
125
  "webpack-cli": "^5.1.4",
126
126
  "webpack-subresource-integrity": "^5.1.0"
127
127
  },
128
- "gitHead": "9e6ff6e2527d143a41abd2c012ff5ab1024526cc"
128
+ "gitHead": "ed45bf0eec9c9139eb2fe73213336a334bfaefdb"
129
129
  }