@taqueria/plugin-ipfs-pinata 0.24.1 → 0.24.2

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
@@ -8,7 +8,7 @@ The IPFS Pinata plugin also provides a `pin` task to link any existing files on
8
8
 
9
9
  ## Requirements
10
10
 
11
- - Taqueria v0.24.0 or later
11
+ - Taqueria v0.24.2 or later
12
12
  - Node.js v16.17.1 or later
13
13
  - Docker v20.10.12 or later
14
14
  - A [Pinata](https://app.pinata.cloud) account
package/_readme.eta CHANGED
@@ -13,7 +13,7 @@ In order to connect to Pinata, you will need to first [register](https://app.pin
13
13
 
14
14
  ## Requirements
15
15
 
16
- - Taqueria v0.24.0 or later
16
+ - Taqueria v0.24.2 or later
17
17
  - Node.js v16.17.1 or later
18
18
  - Docker v20.10.12 or later
19
19
  - A [Pinata](https://app.pinata.cloud) account
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taqueria/plugin-ipfs-pinata",
3
- "version": "0.24.1",
3
+ "version": "0.24.2",
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.24.1",
36
+ "@taqueria/node-sdk": "^0.24.2",
37
37
  "dotenv": "^16.0.0",
38
38
  "form-data": "^4.0.0",
39
39
  "ipfs-only-hash": "^4.0.0",