@taqueria/plugin-archetype 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 +4 -0
  2. package/package.json +2 -2
package/_readme.eta CHANGED
@@ -17,6 +17,10 @@ To install the Archetype plugin on a Taqueria project, navigate to the project f
17
17
  taq install @taqueria/plugin-archetype
18
18
  ```
19
19
 
20
+ <%~ it.noteOpenAdmonition %>
21
+ You can override the Archetype version used by the plugin by creating the environment variable `TAQ_ARCHETYPE_IMAGE` and setting it to your desired Ligo Docker image
22
+ <%= it.closeAdmonition %>
23
+
20
24
  ## Configuration
21
25
 
22
26
  No additional configuration is available
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taqueria/plugin-archetype",
3
- "version": "0.23.11-rc",
3
+ "version": "0.23.14-rc",
4
4
  "description": "A taqueria plugin for compiling Archetype smart contracts",
5
5
  "targets": {
6
6
  "default": {
@@ -40,7 +40,7 @@
40
40
  },
41
41
  "homepage": "https://github.com/ecadlabs/taqueria#readme",
42
42
  "dependencies": {
43
- "@taqueria/node-sdk": "^0.23.11-rc",
43
+ "@taqueria/node-sdk": "^0.23.14-rc",
44
44
  "fast-glob": "^3.2.11",
45
45
  "ts-pattern": "^3.3.3"
46
46
  },