@taqueria/plugin-helloworld 0.54.4 → 0.56.6

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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
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.
4
4
 
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.
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 our team develops for Taqueria.
6
6
 
7
7
  ## Requirements
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taqueria/plugin-helloworld",
3
- "version": "0.54.4",
3
+ "version": "0.56.6",
4
4
  "description": "An example of a plugin for Taqueria",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -12,14 +12,14 @@
12
12
  "helloworld",
13
13
  "tezos"
14
14
  ],
15
- "author": "Pinnacle Labs <support@pinnaclelabs.limited>",
15
+ "author": "Taqueria",
16
16
  "license": "Apache-2.0",
17
17
  "devDependencies": {
18
18
  "tsup": "^8.0.1",
19
19
  "typescript": "^5.3.3"
20
20
  },
21
21
  "dependencies": {
22
- "@taqueria/node-sdk": "^0.54.4"
22
+ "@taqueria/node-sdk": "^0.56.6"
23
23
  },
24
24
  "tsup": {
25
25
  "entry": [