|
1 | 1 | {
|
2 | 2 | "name": "@exodus/fetch",
|
3 |
| - "version": "1.3.1", |
| 3 | + "version": "1.7.1", |
4 | 4 | "description": "Wrapper around global fetch / node-fetch for Electron and React",
|
5 | 5 | "repository": {
|
6 | 6 | "type": "git",
|
|
67 | 67 | }
|
68 | 68 | },
|
69 | 69 | "browser": {
|
70 |
| - "./fetchival.js": "./fetchival.browser.js", |
71 |
| - "./wretch.js": "./wretch.browser.js", |
72 | 70 | "./fetch.js": "./fetch.browser.js",
|
| 71 | + "./fetchival.js": "./fetchival.browser.js", |
| 72 | + "./index.js": "./index.browser.js", |
73 | 73 | "./websocket.js": "./websocket.browser.js",
|
74 |
| - "./index.js": "./index.browser.js" |
| 74 | + "./wretch.js": "./wretch.browser.js" |
75 | 75 | },
|
76 | 76 | "react-native": {
|
77 | 77 | "./fetch.js": "./fetch.native.js",
|
|
114 | 114 | "devDependencies": {
|
115 | 115 | "@exodus/eslint-config": "^5.12.0",
|
116 | 116 | "@exodus/prettier": "^1.0.0",
|
| 117 | + "@semantic-release/changelog": "^6.0.3", |
| 118 | + "@semantic-release/github": "^9.2.3", |
117 | 119 | "@types/tape": "^5.6.0",
|
| 120 | + "conventional-changelog-conventionalcommits": "^6.0.0", |
118 | 121 | "eslint": "^8.49.0",
|
119 | 122 | "eslint-plugin-prettier": "^5.0.0",
|
120 | 123 | "prettier": "^3.0.3",
|
121 | 124 | "semantic-release": "^21.1.1",
|
122 | 125 | "tap-spec": "^5.0.0",
|
123 |
| - "tape": "^5.3.1", |
124 |
| - "@semantic-release/changelog": "^6.0.3", |
125 |
| - "@semantic-release/github": "^9.2.3", |
126 |
| - "conventional-changelog-conventionalcommits": "^6.0.0" |
| 126 | + "tape": "^5.3.1" |
127 | 127 | },
|
128 | 128 | "prettier": "@exodus/prettier"
|
129 | 129 | }
|
0 commit comments