@taqueria/plugin-taquito 0.27.2-alpha → 0.27.3-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 +2 -2
- package/_readme.eta +2 -2
- package/index.d.ts +1 -0
- package/index.js +467 -400
- package/index.js.map +1 -1
- package/index.mjs +531 -0
- package/index.mjs.map +1 -0
- package/package.json +25 -9
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ The Taquito plugin provides stateful tasks to originate and interact with smart
|
|
|
4
4
|
|
|
5
5
|
## Requirements
|
|
6
6
|
|
|
7
|
-
- Taqueria v0.
|
|
7
|
+
- Taqueria v0.26.0 or later
|
|
8
8
|
- Node.js v16.17.1 or later
|
|
9
9
|
|
|
10
10
|
## Installation
|
|
@@ -16,7 +16,7 @@ taq install @taqueria/plugin-taquito
|
|
|
16
16
|
|
|
17
17
|
## Configuration
|
|
18
18
|
|
|
19
|
-
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/
|
|
19
|
+
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/config-files/)
|
|
20
20
|
|
|
21
21
|
> ### :page_with_curl: Note
|
|
22
22
|
> Network environments have the notion of Taqueria Operator Account. This account is meant to be used internally and it is generated for you if it doesn't already exist. Instructions on how to fund the account is provided by the `taq` binary when the account is first generated
|
package/_readme.eta
CHANGED
|
@@ -6,7 +6,7 @@ The Taquito plugin provides stateful tasks to originate and interact with smart
|
|
|
6
6
|
|
|
7
7
|
## Requirements
|
|
8
8
|
|
|
9
|
-
- Taqueria v0.
|
|
9
|
+
- Taqueria v0.26.0 or later
|
|
10
10
|
- Node.js v16.17.1 or later
|
|
11
11
|
|
|
12
12
|
## Installation
|
|
@@ -18,7 +18,7 @@ taq install @taqueria/plugin-taquito
|
|
|
18
18
|
|
|
19
19
|
## Configuration
|
|
20
20
|
|
|
21
|
-
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/
|
|
21
|
+
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/config-files/)
|
|
22
22
|
|
|
23
23
|
<%~ it.noteOpenAdmonition %>
|
|
24
24
|
Network environments have the notion of Taqueria Operator Account. This account is meant to be used internally and it is generated for you if it doesn't already exist. Instructions on how to fund the account is provided by the `taq` binary when the account is first generated
|
package/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|