@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 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.2 or later
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.2 or later
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taqueria/plugin-archetype",
3
- "version": "0.0.0-pr-856-14e191be",
3
+ "version": "0.0.0-pr-815-697c126a",
4
4
  "description": "A taqueria plugin for compiling Archetype smart contracts",
5
5
  "targets": {
6
6
  "default": {