@taqueria/plugin-contract-types 0.4.2 → 0.5.0-rc1

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
@@ -12,7 +12,7 @@ Benefits of using generated types:
12
12
 
13
13
  ## Requirements
14
14
 
15
- - Node JS v16 or later
15
+ - Node JS v16.3 or later
16
16
  - Taquito v11.2 or later (optional)
17
17
 
18
18
  ## Installation
package/_readme.eta CHANGED
@@ -14,7 +14,7 @@ Benefits of using generated types:
14
14
 
15
15
  ## Requirements
16
16
 
17
- - Node JS v16 or later
17
+ - Node JS v16.3 or later
18
18
  - Taquito v11.2 or later (optional)
19
19
 
20
20
  ## Installation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taqueria/plugin-contract-types",
3
- "version": "0.4.2",
3
+ "version": "0.5.0-rc1",
4
4
  "description": "",
5
5
  "targets": {
6
6
  "default": {
@@ -39,7 +39,7 @@
39
39
  "typescript": "^4.7.2"
40
40
  },
41
41
  "dependencies": {
42
- "@taqueria/node-sdk": "^0.4.2",
42
+ "@taqueria/node-sdk": "^0.5.0-rc1",
43
43
  "@taquito/michel-codec": "^12.1.0",
44
44
  "@taquito/signer": "^12.1.1",
45
45
  "@taquito/taquito": "^12.1.1",