@taqueria/plugin-archetype 0.28.0 → 0.28.1
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 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ The Archetype plugin provides a task to compile Archetype smart contracts (`.arl
|
|
|
5
5
|
## Requirements
|
|
6
6
|
|
|
7
7
|
- Taqueria v0.26.0 or later
|
|
8
|
-
- Node.js v16.
|
|
8
|
+
- Node.js v16.16 or later. (v17.x.x or later is not supported)
|
|
9
9
|
- Docker v20.10.12 or later
|
|
10
10
|
|
|
11
11
|
## Installation
|
package/_readme.eta
CHANGED
|
@@ -7,7 +7,7 @@ The Archetype plugin provides a task to compile Archetype smart contracts (`.arl
|
|
|
7
7
|
## Requirements
|
|
8
8
|
|
|
9
9
|
- Taqueria v0.26.0 or later
|
|
10
|
-
- Node.js v16.
|
|
10
|
+
- Node.js v16.16 or later. (v17.x.x or later is not supported)
|
|
11
11
|
- Docker v20.10.12 or later
|
|
12
12
|
|
|
13
13
|
## Installation
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taqueria/plugin-archetype",
|
|
3
|
-
"version": "0.28.
|
|
3
|
+
"version": "0.28.1",
|
|
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.28.
|
|
43
|
+
"@taqueria/node-sdk": "^0.28.1",
|
|
44
44
|
"fast-glob": "^3.2.11",
|
|
45
45
|
"ts-pattern": "^3.3.3"
|
|
46
46
|
},
|