@taqueria/plugin-archetype 0.24.2 → 0.25.0-alpha

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.md +3 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -15,6 +15,9 @@ To install the Archetype plugin on a Taqueria project, navigate to the project f
15
15
  taq install @taqueria/plugin-archetype
16
16
  ```
17
17
 
18
+ > ### :page_with_curl: Note
19
+ > 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
20
+
18
21
  ## Configuration
19
22
 
20
23
  No additional configuration is available
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taqueria/plugin-archetype",
3
- "version": "0.24.2",
3
+ "version": "0.25.0-alpha",
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.24.2",
43
+ "@taqueria/node-sdk": "^0.25.0-alpha",
44
44
  "fast-glob": "^3.2.11",
45
45
  "ts-pattern": "^3.3.3"
46
46
  },