@taqueria/plugin-helloworld 0.56.0 → 0.56.7
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/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
|
|
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.56.
|
|
3
|
+
"version": "0.56.7",
|
|
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": "
|
|
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.56.
|
|
22
|
+
"@taqueria/node-sdk": "^0.56.7"
|
|
23
23
|
},
|
|
24
24
|
"tsup": {
|
|
25
25
|
"entry": [
|