@taqueria/plugin-ligo 0.25.13-rc → 0.25.17-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.
package/README.md CHANGED
@@ -4,7 +4,7 @@ The LIGO plugin provides tasks to work with LIGO smart contracts such as compili
4
4
 
5
5
  ## Requirements
6
6
 
7
- - Taqueria v0.24.2 or later
7
+ - Taqueria v0.26.0 or later
8
8
  - Node.js v16.17.1 or later
9
9
  - Docker v20.10.12 or later
10
10
 
package/_readme.eta CHANGED
@@ -6,7 +6,7 @@ The LIGO plugin provides tasks to work with LIGO smart contracts such as compili
6
6
 
7
7
  ## Requirements
8
8
 
9
- - Taqueria v0.24.2 or later
9
+ - Taqueria v0.26.0 or later
10
10
  - Node.js v16.17.1 or later
11
11
  - Docker v20.10.12 or later
12
12
 
package/common.ts CHANGED
@@ -21,7 +21,7 @@ export type IntersectionOpts = LigoOpts & CompileOpts & TestOpts;
21
21
  type UnionOpts = LigoOpts | CompileOpts | TestOpts;
22
22
 
23
23
  // Should point to the latest stable version, so it needs to be updated as part of our release process.
24
- const LIGO_DEFAULT_IMAGE = 'ligolang/ligo:0.54.1';
24
+ const LIGO_DEFAULT_IMAGE = 'ligolang/ligo:0.57.0';
25
25
 
26
26
  const LIGO_IMAGE_ENV_VAR = 'TAQ_LIGO_IMAGE';
27
27
 
package/index.d.ts ADDED
@@ -0,0 +1 @@
1
+