@taqueria/plugin-archetype 0.23.19-rc → 0.23.23-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 -5
- package/package.json +3 -3
package/README.md
CHANGED
package/_readme.eta
CHANGED
|
@@ -6,7 +6,7 @@ The Archetype plugin provides a task to compile Archetype smart contracts (`.arl
|
|
|
6
6
|
|
|
7
7
|
## Requirements
|
|
8
8
|
|
|
9
|
-
- Taqueria v0.24.
|
|
9
|
+
- Taqueria v0.24.1 or later
|
|
10
10
|
- Node.js v16.17.1 or later
|
|
11
11
|
- Docker v20.10.12 or later
|
|
12
12
|
|
|
@@ -17,10 +17,6 @@ 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
|
-
|
|
24
20
|
## Configuration
|
|
25
21
|
|
|
26
22
|
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.
|
|
3
|
+
"version": "0.23.23-rc",
|
|
4
4
|
"description": "A taqueria plugin for compiling Archetype smart contracts",
|
|
5
5
|
"targets": {
|
|
6
6
|
"default": {
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
},
|
|
41
41
|
"homepage": "https://github.com/ecadlabs/taqueria#readme",
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@taqueria/node-sdk": "^0.23.
|
|
43
|
+
"@taqueria/node-sdk": "^0.23.23-rc",
|
|
44
44
|
"fast-glob": "^3.2.11",
|
|
45
|
-
"ts-pattern": "^
|
|
45
|
+
"ts-pattern": "^4.0.5"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"parcel": "2.6.1",
|