@taqueria/plugin-archetype 0.0.0-pr-856-14e191be → 0.0.0-pr-815-697c126a
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 +2 -5
- package/_readme.eta +2 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,8 +6,8 @@ The Archetype plugin provides a task to compile Archetype smart contracts (`.arl
|
|
|
6
6
|
|
|
7
7
|
## Requirements
|
|
8
8
|
|
|
9
|
-
- Node.js v16 or later
|
|
10
|
-
- Docker v0.8.
|
|
9
|
+
- Node.js v16.3 or later
|
|
10
|
+
- Docker v0.8.6 or later
|
|
11
11
|
|
|
12
12
|
## Installation
|
|
13
13
|
|
|
@@ -16,9 +16,6 @@ To install the Archetype plugin on a Taqueria project, navigate to the project f
|
|
|
16
16
|
taq install @taqueria/plugin-archetype
|
|
17
17
|
```
|
|
18
18
|
|
|
19
|
-
> ### :page_with_curl: Note
|
|
20
|
-
> At this time, all Taqueria projects must also be initialized as node projects by running `npm init -y` from the root of your project directory
|
|
21
|
-
|
|
22
19
|
## Configuration
|
|
23
20
|
|
|
24
21
|
No additional configuration is available
|
package/_readme.eta
CHANGED
|
@@ -8,8 +8,8 @@ The Archetype plugin provides a task to compile Archetype smart contracts (`.arl
|
|
|
8
8
|
|
|
9
9
|
## Requirements
|
|
10
10
|
|
|
11
|
-
- Node.js v16 or later
|
|
12
|
-
- Docker v0.8.
|
|
11
|
+
- Node.js v16.3 or later
|
|
12
|
+
- Docker v0.8.6 or later
|
|
13
13
|
|
|
14
14
|
## Installation
|
|
15
15
|
|
|
@@ -18,10 +18,6 @@ To install the Archetype plugin on a Taqueria project, navigate to the project f
|
|
|
18
18
|
taq install @taqueria/plugin-archetype
|
|
19
19
|
```
|
|
20
20
|
|
|
21
|
-
<%~ it.noteOpenAdmonition %>
|
|
22
|
-
At this time, all Taqueria projects must also be initialized as node projects by running `npm init -y` from the root of your project directory
|
|
23
|
-
<%~ it.closeAdmonition %>
|
|
24
|
-
|
|
25
21
|
## Configuration
|
|
26
22
|
|
|
27
23
|
No additional configuration is available
|