Skip to content

Commit 0084d68

Browse files
author
John Agan
authored
removed fetch (#70)
1 parent 5678e0d commit 0084d68

File tree

2 files changed

+2
-66
lines changed

2 files changed

+2
-66
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "webflow-api",
33
"description": "Webflow's official Node.js SDK for Data APIs",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"types": "dist/index.d.ts",
66
"main": "dist/index.js",
77
"contributors": [
@@ -43,7 +43,6 @@
4343
"typescript": "^4.8.4"
4444
},
4545
"dependencies": {
46-
"axios": "^1.1.3",
47-
"isomorphic-fetch": "^3.0.0"
46+
"axios": "^1.1.3"
4847
}
4948
}

yarn.lock

Lines changed: 0 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1706,14 +1706,6 @@ isexe@^2.0.0:
17061706
resolved "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz"
17071707
integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=
17081708

1709-
isomorphic-fetch@^3.0.0:
1710-
version "3.0.0"
1711-
resolved "https://registry.npmjs.org/isomorphic-fetch/-/isomorphic-fetch-3.0.0.tgz"
1712-
integrity sha512-qvUtwJ3j6qwsF3jLxkZ72qCgjMysPzDfeV240JHiGZsANBYd+EEuu35v7dfrJ9Up0Ak07D7GGSkGhCHTqg/5wA==
1713-
dependencies:
1714-
node-fetch "^2.6.1"
1715-
whatwg-fetch "^3.4.1"
1716-
17171709
istanbul-lib-coverage@^3.0.0, istanbul-lib-coverage@^3.2.0:
17181710
version "3.2.0"
17191711
resolved "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz"
@@ -2157,11 +2149,6 @@ json-stable-stringify-without-jsonify@^1.0.1:
21572149
resolved "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz"
21582150
integrity sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=
21592151

2160-
json-stringify-safe@^5.0.1:
2161-
version "5.0.1"
2162-
resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb"
2163-
integrity sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==
2164-
21652152
json5@^2.2.1:
21662153
version "2.2.1"
21672154
resolved "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz"
@@ -2207,11 +2194,6 @@ lodash.merge@^4.6.2:
22072194
resolved "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz"
22082195
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
22092196

2210-
lodash@^4.17.21:
2211-
version "4.17.21"
2212-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
2213-
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
2214-
22152197
lru-cache@^6.0.0:
22162198
version "6.0.0"
22172199
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz"
@@ -2295,23 +2277,6 @@ natural-compare@^1.4.0:
22952277
resolved "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz"
22962278
integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=
22972279

2298-
nock@^13.2.9:
2299-
version "13.2.9"
2300-
resolved "https://registry.yarnpkg.com/nock/-/nock-13.2.9.tgz#4faf6c28175d36044da4cfa68e33e5a15086ad4c"
2301-
integrity sha512-1+XfJNYF1cjGB+TKMWi29eZ0b82QOvQs2YoLNzbpWGqFMtRQHTa57osqdGj4FrFPgkO4D4AZinzUJR9VvW3QUA==
2302-
dependencies:
2303-
debug "^4.1.0"
2304-
json-stringify-safe "^5.0.1"
2305-
lodash "^4.17.21"
2306-
propagate "^2.0.0"
2307-
2308-
node-fetch@^2.6.1:
2309-
version "2.6.7"
2310-
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz"
2311-
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
2312-
dependencies:
2313-
whatwg-url "^5.0.0"
2314-
23152280
node-int64@^0.4.0:
23162281
version "0.4.0"
23172282
resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b"
@@ -2484,11 +2449,6 @@ prompts@^2.0.1:
24842449
kleur "^3.0.3"
24852450
sisteransi "^1.0.5"
24862451

2487-
propagate@^2.0.0:
2488-
version "2.0.1"
2489-
resolved "https://registry.yarnpkg.com/propagate/-/propagate-2.0.1.tgz#40cdedab18085c792334e64f0ac17256d38f9a45"
2490-
integrity sha512-vGrhOavPSTz4QVNuBNdcNXePNdNMaO1xj9yBeH1ScQPjk/rhg9sSlCXPhMkFuaNNW/syTvYqsnbIJxMBfRbbag==
2491-
24922452
proxy-from-env@^1.1.0:
24932453
version "1.1.0"
24942454
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
@@ -2723,11 +2683,6 @@ to-regex-range@^5.0.1:
27232683
dependencies:
27242684
is-number "^7.0.0"
27252685

2726-
tr46@~0.0.3:
2727-
version "0.0.3"
2728-
resolved "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz"
2729-
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
2730-
27312686
ts-jest@^29.0.3:
27322687
version "29.0.3"
27332688
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.0.3.tgz#63ea93c5401ab73595440733cefdba31fcf9cb77"
@@ -2817,24 +2772,6 @@ walker@^1.0.8:
28172772
dependencies:
28182773
makeerror "1.0.12"
28192774

2820-
webidl-conversions@^3.0.0:
2821-
version "3.0.1"
2822-
resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz"
2823-
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
2824-
2825-
whatwg-fetch@^3.4.1:
2826-
version "3.6.2"
2827-
resolved "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz"
2828-
integrity sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA==
2829-
2830-
whatwg-url@^5.0.0:
2831-
version "5.0.0"
2832-
resolved "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz"
2833-
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
2834-
dependencies:
2835-
tr46 "~0.0.3"
2836-
webidl-conversions "^3.0.0"
2837-
28382775
which@^2.0.1:
28392776
version "2.0.2"
28402777
resolved "https://registry.npmjs.org/which/-/which-2.0.2.tgz"

0 commit comments

Comments
 (0)