@taqueria/plugin-taquito 0.24.1 → 0.25.0-alpha

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/README.md CHANGED
@@ -4,7 +4,7 @@ The Taquito plugin provides stateful tasks to originate and interact with smart
4
4
 
5
5
  ## Requirements
6
6
 
7
- - Taqueria v0.24.0 or later
7
+ - Taqueria v0.24.2 or later
8
8
  - Node.js v16.17.1 or later
9
9
 
10
10
  ## Installation
package/_readme.eta CHANGED
@@ -6,7 +6,7 @@ The Taquito plugin provides stateful tasks to originate and interact with smart
6
6
 
7
7
  ## Requirements
8
8
 
9
- - Taqueria v0.24.0 or later
9
+ - Taqueria v0.24.2 or later
10
10
  - Node.js v16.17.1 or later
11
11
 
12
12
  ## Installation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taqueria/plugin-taquito",
3
- "version": "0.24.1",
3
+ "version": "0.25.0-alpha",
4
4
  "description": "A taqueria plugin for originating smart contracts using Taquito",
5
5
  "targets": {
6
6
  "default": {
@@ -46,7 +46,7 @@
46
46
  "typescript": "^4.7.2"
47
47
  },
48
48
  "dependencies": {
49
- "@taqueria/node-sdk": "^0.24.1",
49
+ "@taqueria/node-sdk": "^0.25.0-alpha",
50
50
  "@taquito/michel-codec": "^13.0.1",
51
51
  "@taquito/signer": "^13.0.1",
52
52
  "@taquito/taquito": "^13.0.1",