pinata 2.4.7 → 2.4.9

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/package.json CHANGED
@@ -1,69 +1,69 @@
1
1
  {
2
- "name": "pinata",
3
- "version": "2.4.7",
4
- "description": "The official Pinata SDK",
5
- "main": "./dist/index.js",
6
- "module": "./dist/index.mjs",
7
- "types": "./dist/index.d.ts",
8
- "files": [
9
- "dist"
10
- ],
11
- "exports": {
12
- ".": {
13
- "types": "./dist/index.d.ts",
14
- "require": "./dist/index.js",
15
- "import": "./dist/index.mjs"
16
- },
17
- "./react": {
18
- "types": "./dist/react/index.d.ts",
19
- "require": "./dist/react/index.js",
20
- "import": "./dist/react/index.mjs"
21
- }
22
- },
23
- "scripts": {
24
- "build": "tsup",
25
- "format": "pnpm dlx @biomejs/biome format --write src tests package.json",
26
- "test": "jest --watchAll --verbose --coverage tests"
27
- },
28
- "repository": {
29
- "type": "git",
30
- "url": "git+https://github.com/PinataCloud/pinata.git"
31
- },
32
- "keywords": [
33
- "ipfs",
34
- "sdk",
35
- "typescript"
36
- ],
37
- "author": "Steve Simkins",
38
- "license": "MIT",
39
- "bugs": {
40
- "url": "https://github.com/PinataCloud/pinata/issues"
41
- },
42
- "homepage": "https://github.com/PinataCloud/pinata",
43
- "peerDependencies": {
44
- "react": ">=16.8.0",
45
- "react-dom": ">=16.8.0"
46
- },
47
- "peerDependenciesMeta": {
48
- "react": {
49
- "optional": true
50
- },
51
- "react-dom": {
52
- "optional": true
53
- }
54
- },
55
- "devDependencies": {
56
- "@biomejs/biome": "1.8.3",
57
- "@types/jest": "^29.5.12",
58
- "@types/node": "^20.11.17",
59
- "@types/react": "^19.0.12",
60
- "jest": "^29.7.0",
61
- "ts-jest": "^29.2.2",
62
- "ts-node": "^10.9.2",
63
- "tsup": "^8.0.1",
64
- "typescript": "^5.3.3"
65
- },
66
- "engines": {
67
- "node": ">=20"
68
- }
69
- }
2
+ "name": "pinata",
3
+ "version": "2.4.9",
4
+ "description": "The official Pinata SDK",
5
+ "main": "./dist/index.js",
6
+ "module": "./dist/index.mjs",
7
+ "types": "./dist/index.d.ts",
8
+ "files": [
9
+ "dist"
10
+ ],
11
+ "exports": {
12
+ ".": {
13
+ "types": "./dist/index.d.ts",
14
+ "require": "./dist/index.js",
15
+ "import": "./dist/index.mjs"
16
+ },
17
+ "./react": {
18
+ "types": "./dist/react/index.d.ts",
19
+ "require": "./dist/react/index.js",
20
+ "import": "./dist/react/index.mjs"
21
+ }
22
+ },
23
+ "repository": {
24
+ "type": "git",
25
+ "url": "git+https://github.com/PinataCloud/pinata.git"
26
+ },
27
+ "keywords": [
28
+ "ipfs",
29
+ "sdk",
30
+ "typescript"
31
+ ],
32
+ "author": "Steve Simkins",
33
+ "license": "MIT",
34
+ "bugs": {
35
+ "url": "https://github.com/PinataCloud/pinata/issues"
36
+ },
37
+ "homepage": "https://github.com/PinataCloud/pinata",
38
+ "peerDependencies": {
39
+ "react": ">=16.8.0",
40
+ "react-dom": ">=16.8.0"
41
+ },
42
+ "peerDependenciesMeta": {
43
+ "react": {
44
+ "optional": true
45
+ },
46
+ "react-dom": {
47
+ "optional": true
48
+ }
49
+ },
50
+ "devDependencies": {
51
+ "@biomejs/biome": "1.8.3",
52
+ "@types/jest": "^29.5.12",
53
+ "@types/node": "^20.11.17",
54
+ "@types/react": "^19.0.12",
55
+ "jest": "^29.7.0",
56
+ "ts-jest": "^29.2.2",
57
+ "ts-node": "^10.9.2",
58
+ "tsup": "^8.0.1",
59
+ "typescript": "^5.3.3"
60
+ },
61
+ "engines": {
62
+ "node": ">=20"
63
+ },
64
+ "scripts": {
65
+ "build": "tsup",
66
+ "format": "pnpm dlx @biomejs/biome format --write src tests package.json",
67
+ "test": "jest --watchAll --verbose --coverage tests"
68
+ }
69
+ }