@taqueria/plugin-ipfs-pinata 0.28.0 → 0.28.1

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 CHANGED
@@ -9,7 +9,7 @@ The IPFS Pinata plugin also provides a `pin` task to link any existing files on
9
9
  ## Requirements
10
10
 
11
11
  - Taqueria v0.26.0 or later
12
- - Node.js v16.17.1 or later
12
+ - Node.js v16.16 or later. (v17.x.x or later is not supported)
13
13
  - Docker v20.10.12 or later
14
14
  - A [Pinata](https://app.pinata.cloud) account
15
15
  - A Pinata JWT Token added to a `.env` file in the project folder
package/_readme.eta CHANGED
@@ -14,7 +14,7 @@ In order to connect to Pinata, you will need to first [register](https://app.pin
14
14
  ## Requirements
15
15
 
16
16
  - Taqueria v0.26.0 or later
17
- - Node.js v16.17.1 or later
17
+ - Node.js v16.16 or later. (v17.x.x or later is not supported)
18
18
  - Docker v20.10.12 or later
19
19
  - A [Pinata](https://app.pinata.cloud) account
20
20
  - A Pinata JWT Token added to a `.env` file in the project folder
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taqueria/plugin-ipfs-pinata",
3
- "version": "0.28.0",
3
+ "version": "0.28.1",
4
4
  "description": "A plugin for Taqueria providing ipfs publishing and pinning using the Pinata service",
5
5
  "keywords": [
6
6
  "taqueria",
@@ -33,7 +33,7 @@
33
33
  "directory": "taqueria-plugin-ipfs-pinata"
34
34
  },
35
35
  "dependencies": {
36
- "@taqueria/node-sdk": "^0.28.0",
36
+ "@taqueria/node-sdk": "^0.28.1",
37
37
  "dotenv": "^16.0.0",
38
38
  "form-data": "^4.0.0",
39
39
  "ipfs-only-hash": "^4.0.0",