@taqueria/plugin-ligo 0.23.24-rc → 0.24.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 +6 -1
- package/package.json +2 -2
package/README.md
CHANGED
package/_readme.eta
CHANGED
|
@@ -6,17 +6,22 @@ The LIGO plugin provides a task to compile LIGO smart contracts to Michelson `.t
|
|
|
6
6
|
|
|
7
7
|
## Requirements
|
|
8
8
|
|
|
9
|
-
- Taqueria v0.24.
|
|
9
|
+
- Taqueria v0.24.2 or later
|
|
10
10
|
- Node.js v16.17.1 or later
|
|
11
11
|
- Docker v20.10.12 or later
|
|
12
12
|
|
|
13
13
|
## Installation
|
|
14
14
|
|
|
15
15
|
To install the LIGO plugin on a Taqueria project, navigate to the project folder and run:
|
|
16
|
+
|
|
16
17
|
```shell
|
|
17
18
|
taq install @taqueria/plugin-ligo
|
|
18
19
|
```
|
|
19
20
|
|
|
21
|
+
<%~ it.noteOpenAdmonition %>
|
|
22
|
+
You can override the Ligo version used by the plugin by creating the environment variable `TAQ_LIGO_IMAGE` and setting it to your desired Ligo Docker image
|
|
23
|
+
<%= it.closeAdmonition %>
|
|
24
|
+
|
|
20
25
|
## The `taq compile` Task
|
|
21
26
|
|
|
22
27
|
Basic usage is:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taqueria/plugin-ligo",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.24.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.
|
|
44
|
+
"@taqueria/node-sdk": "^0.24.2",
|
|
45
45
|
"fast-glob": "^3.2.11"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|