@taqueria/plugin-tzcompose 0.49.9 → 0.49.11

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.
Files changed (2) hide show
  1. package/README.md +8 -14
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # Hello World Plugin for Taqueria
1
+ # Tzcompose Plugin for Taqueria
2
2
 
3
- The Hello World plugin provides a basic example of a Taqueria plugin. This plugin is intended to be used as a template for creating new plugins.
3
+ This plugin provides integration with tzcompose, a tool by Blockwatch that provides an automation framework for complex transaction sequences on Tezos.
4
4
 
5
5
  It is written in TypeScript and compiled to a JavaScript bundle for NodeJS using [tsup](https://github.com/egoist/tsup) and uses the `@taqueria/node-sdk` - as are all plugins that the Pinnacle Labs team develops for Taqueria.
6
6
 
@@ -11,30 +11,24 @@ It is written in TypeScript and compiled to a JavaScript bundle for NodeJS using
11
11
 
12
12
  ## Building
13
13
 
14
- To build the Hello World plugin, run the following command from the root of this repository:
14
+ To build the Tzcompose plugin, run the following command from the root of this repository:
15
15
 
16
16
  ```shell
17
- npm run build -w taqueria-plugin-helloworld
17
+ npm run build -w taqueria-plugin-tzcompose
18
18
  ```
19
19
 
20
20
  ## Installation
21
21
 
22
- To install the Hello World plugin on a Taqueria project, navigate to the project folder and run:
22
+ To install the Tzcompose plugin on a Taqueria project, navigate to the project folder and run:
23
23
 
24
24
  ```shell
25
25
  cd [taqueria-project]
26
26
  taq init # if the project isn't already initialized
27
- taq install /path/to/taqueria-repo/taqueria-plugin-helloworld
27
+ taq install @taqueria/plugin-tzcompose
28
28
  ```
29
29
 
30
30
  ## Usage:
31
31
 
32
- The Hello World plugin provides a single command to Taqueria: `taq hello`.
32
+ The Tzcompose plugin provides a single command to Taqueria: `taq run [pipeline.yaml]`.
33
33
 
34
- ## Plugin Development
35
-
36
- We suggest cloning our hello-world plugin and using as a boilerplate.
37
-
38
- See the following documentation from our Taqueria website, [taqueria.io](https://taqueria.io):
39
- - [Building a Taqueria Plugin](https://taqueria.io/docs/taqueria-dev/making-plugins/)
40
- - [Taqueria Architecture](https://taqueria.io/docs/taqueria-internals/architecture/)
34
+ For more information of how to create a YAML file for your pipelines, please see the Tzcompose [[documentation]](https://github.com/blockwatch-cc/tzgo/blob/master/cmd/tzcompose/README.md).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taqueria/plugin-tzcompose",
3
- "version": "0.49.9",
3
+ "version": "0.49.11",
4
4
  "description": "A TzCompose plugin for Taqueria using the GoTz SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -21,7 +21,7 @@
21
21
  "typescript": "^5.3.3"
22
22
  },
23
23
  "dependencies": {
24
- "@taqueria/node-sdk": "^0.49.9"
24
+ "@taqueria/node-sdk": "^0.49.11"
25
25
  },
26
26
  "tsup": {
27
27
  "entry": [