@taqueria/plugin-taquito 0.8.2 → 0.10.0
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 -2
- package/_readme.eta +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@ taq install @taqueria/plugin-taquito
|
|
|
11
11
|
|
|
12
12
|
## Configuration
|
|
13
13
|
|
|
14
|
-
The target networks, sandboxes, and environments are configured in the Taqueria project's `config.json` file. For additional information on configuring network, documentation can be found [here](
|
|
14
|
+
The target networks, sandboxes, and environments are configured in the Taqueria project's `config.json` file. For additional information on configuring network, documentation can be found [here](/docs/config/networks/)
|
|
15
15
|
|
|
16
16
|
## Usage
|
|
17
17
|
|
|
@@ -30,7 +30,7 @@ This will originate all '.tz' files in the `/artifacts` directory to the default
|
|
|
30
30
|
To target a different environment, use the `--environment` flag with the named Taqueria environment you want to target :
|
|
31
31
|
|
|
32
32
|
```shell
|
|
33
|
-
taq originate -e
|
|
33
|
+
taq originate -e jakartanetEnv
|
|
34
34
|
```
|
|
35
35
|
|
|
36
36
|
## Plugin Architecture
|
package/_readme.eta
CHANGED
|
@@ -13,7 +13,7 @@ taq install @taqueria/plugin-taquito
|
|
|
13
13
|
|
|
14
14
|
## Configuration
|
|
15
15
|
|
|
16
|
-
The target networks, sandboxes, and environments are configured in the Taqueria project's `config.json` file. For additional information on configuring network, documentation can be found [here](
|
|
16
|
+
The target networks, sandboxes, and environments are configured in the Taqueria project's `config.json` file. For additional information on configuring network, documentation can be found [here](/docs/config/networks/)
|
|
17
17
|
|
|
18
18
|
## Usage
|
|
19
19
|
|
|
@@ -32,7 +32,7 @@ This will originate all '.tz' files in the `/artifacts` directory to the default
|
|
|
32
32
|
To target a different environment, use the `--environment` flag with the named Taqueria environment you want to target :
|
|
33
33
|
|
|
34
34
|
```shell
|
|
35
|
-
taq originate -e
|
|
35
|
+
taq originate -e jakartanetEnv
|
|
36
36
|
```
|
|
37
37
|
|
|
38
38
|
## Plugin Architecture
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taqueria/plugin-taquito",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.10.0",
|
|
4
4
|
"description": "A taqueria plugin for originating smart contracts using Taquito",
|
|
5
5
|
"targets": {
|
|
6
6
|
"default": {
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"typescript": "^4.7.2"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@taqueria/node-sdk": "^0.
|
|
49
|
+
"@taqueria/node-sdk": "^0.10.0",
|
|
50
50
|
"@taquito/signer": "^13.0.1",
|
|
51
51
|
"@taquito/taquito": "^13.0.1",
|
|
52
52
|
"fast-glob": "^3.2.11"
|