@taqueria/plugin-ligo 0.28.0 → 0.28.2
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 +1 -1
- package/_readme.eta +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ The LIGO plugin provides tasks to work with LIGO smart contracts such as compili
|
|
|
5
5
|
## Requirements
|
|
6
6
|
|
|
7
7
|
- Taqueria v0.26.0 or later
|
|
8
|
-
- Node.js v16.
|
|
8
|
+
- Node.js v16.16 or later. (v17.x.x or later is not supported)
|
|
9
9
|
- Docker v20.10.12 or later
|
|
10
10
|
|
|
11
11
|
## Installation
|
package/_readme.eta
CHANGED
|
@@ -7,7 +7,7 @@ The LIGO plugin provides tasks to work with LIGO smart contracts such as compili
|
|
|
7
7
|
## Requirements
|
|
8
8
|
|
|
9
9
|
- Taqueria v0.26.0 or later
|
|
10
|
-
- Node.js v16.
|
|
10
|
+
- Node.js v16.16 or later. (v17.x.x or later is not supported)
|
|
11
11
|
- Docker v20.10.12 or later
|
|
12
12
|
|
|
13
13
|
## Installation
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taqueria/plugin-ligo",
|
|
3
|
-
"version": "0.28.
|
|
3
|
+
"version": "0.28.2",
|
|
4
4
|
"description": "A taqueria plugin for compiling LIGO smart contracts",
|
|
5
5
|
"targets": {
|
|
6
6
|
"default": {
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
"homepage": "https://github.com/ecadlabs/taqueria#readme",
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@taqueria/node-sdk": "^0.28.
|
|
44
|
+
"@taqueria/node-sdk": "^0.28.2",
|
|
45
45
|
"fast-glob": "^3.2.11"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|