@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 +1 -1
- package/_readme.eta +1 -1
- package/common.ts +1 -1
- package/index.d.ts +1 -0
- package/index.js +425 -412
- package/index.js.map +1 -1
- package/index.mjs +553 -0
- package/index.mjs.map +1 -0
- package/ligo.ts +7 -4
- package/package.json +20 -4
package/README.md
CHANGED
package/_readme.eta
CHANGED
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.
|
|
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
|
+
|