@taqueria/plugin-ligo 0.23.11-rc → 0.23.14-rc

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.
Files changed (2) hide show
  1. package/_readme.eta +5 -0
  2. package/package.json +2 -2
package/_readme.eta CHANGED
@@ -13,10 +13,15 @@ The LIGO plugin provides a task to compile LIGO smart contracts to Michelson `.t
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.23.11-rc",
3
+ "version": "0.23.14-rc",
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.23.11-rc",
44
+ "@taqueria/node-sdk": "^0.23.14-rc",
45
45
  "fast-glob": "^3.2.11"
46
46
  },
47
47
  "devDependencies": {