@taqueria/plugin-ipfs-pinata 0.68.4 → 0.68.5
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/index.cjs +3 -3
- package/package.json +3 -3
package/index.cjs
CHANGED
|
@@ -28,11 +28,11 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
29
|
|
|
30
30
|
// index.ts
|
|
31
|
-
var
|
|
32
|
-
__export(
|
|
31
|
+
var index_exports = {};
|
|
32
|
+
__export(index_exports, {
|
|
33
33
|
getFileIPFSHash: () => getFileIPFSHash
|
|
34
34
|
});
|
|
35
|
-
module.exports = __toCommonJS(
|
|
35
|
+
module.exports = __toCommonJS(index_exports);
|
|
36
36
|
var import_node_sdk2 = require("@taqueria/node-sdk");
|
|
37
37
|
|
|
38
38
|
// src/ipfsHash.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taqueria/plugin-ipfs-pinata",
|
|
3
|
-
"version": "0.68.
|
|
3
|
+
"version": "0.68.5",
|
|
4
4
|
"description": "A plugin for Taqueria providing ipfs publishing and pinning using the Pinata service",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"taqueria",
|
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
"dotenv": "^16.4.5",
|
|
34
34
|
"form-data": "^4.0.0",
|
|
35
35
|
"node-fetch": "^3.3.2",
|
|
36
|
-
"@taqueria/node-sdk": "0.68.
|
|
36
|
+
"@taqueria/node-sdk": "0.68.5"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/node-fetch": "^2.6.11",
|
|
40
|
-
"tsup": "^8.
|
|
40
|
+
"tsup": "^8.4.0",
|
|
41
41
|
"typescript": "^5.6.2"
|
|
42
42
|
},
|
|
43
43
|
"exports": {
|