@taqueria/plugin-contract-types 0.27.17-rc → 0.28.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.
package/README.md CHANGED
@@ -13,7 +13,7 @@ Benefits of using generated types:
13
13
  ## Requirements
14
14
 
15
15
  - Taqueria v0.26.0 or later
16
- - Node JS v16.17.1 or later
16
+ - Node.js v16.16 or later. (v17.x.x or later is not supported)
17
17
  - Taquito v11.2 or later (optional)
18
18
 
19
19
  ## Installation
package/_readme.eta CHANGED
@@ -15,7 +15,7 @@ Benefits of using generated types:
15
15
  ## Requirements
16
16
 
17
17
  - Taqueria v0.26.0 or later
18
- - Node JS v16.17.1 or later
18
+ - Node.js v16.16 or later. (v17.x.x or later is not supported)
19
19
  - Taquito v11.2 or later (optional)
20
20
 
21
21
  ## Installation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taqueria/plugin-contract-types",
3
- "version": "0.27.17-rc",
3
+ "version": "0.28.1",
4
4
  "main": "index.cjs",
5
5
  "module": "index.js",
6
6
  "source": "index.ts",
@@ -34,7 +34,7 @@
34
34
  "typescript": "^4.7.2"
35
35
  },
36
36
  "dependencies": {
37
- "@taqueria/node-sdk": "^0.27.17-rc",
37
+ "@taqueria/node-sdk": "^0.28.1",
38
38
  "@taquito/michel-codec": "^15.0.0",
39
39
  "@taquito/signer": "^15.0.0",
40
40
  "@taquito/taquito": "^15.0.0",