webflow-api 1.1.0 → 1.1.1
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 +2 -3
- package/yarn.lock +0 -38
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "webflow-api",
|
|
3
3
|
"description": "Webflow's official Node.js SDK for Data APIs",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.1",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"contributors": [
|
|
@@ -43,7 +43,6 @@
|
|
|
43
43
|
"typescript": "^4.8.4"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"axios": "^1.1.3"
|
|
47
|
-
"isomorphic-fetch": "^3.0.0"
|
|
46
|
+
"axios": "^1.1.3"
|
|
48
47
|
}
|
|
49
48
|
}
|
package/yarn.lock
CHANGED
|
@@ -1696,14 +1696,6 @@
|
|
|
1696
1696
|
"resolved" "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz"
|
|
1697
1697
|
"version" "2.0.0"
|
|
1698
1698
|
|
|
1699
|
-
"isomorphic-fetch@^3.0.0":
|
|
1700
|
-
"integrity" "sha512-qvUtwJ3j6qwsF3jLxkZ72qCgjMysPzDfeV240JHiGZsANBYd+EEuu35v7dfrJ9Up0Ak07D7GGSkGhCHTqg/5wA=="
|
|
1701
|
-
"resolved" "https://registry.npmjs.org/isomorphic-fetch/-/isomorphic-fetch-3.0.0.tgz"
|
|
1702
|
-
"version" "3.0.0"
|
|
1703
|
-
dependencies:
|
|
1704
|
-
"node-fetch" "^2.6.1"
|
|
1705
|
-
"whatwg-fetch" "^3.4.1"
|
|
1706
|
-
|
|
1707
1699
|
"istanbul-lib-coverage@^3.0.0", "istanbul-lib-coverage@^3.2.0":
|
|
1708
1700
|
"integrity" "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw=="
|
|
1709
1701
|
"resolved" "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz"
|
|
@@ -2275,13 +2267,6 @@
|
|
|
2275
2267
|
"resolved" "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz"
|
|
2276
2268
|
"version" "1.4.0"
|
|
2277
2269
|
|
|
2278
|
-
"node-fetch@^2.6.1":
|
|
2279
|
-
"integrity" "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ=="
|
|
2280
|
-
"resolved" "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz"
|
|
2281
|
-
"version" "2.6.7"
|
|
2282
|
-
dependencies:
|
|
2283
|
-
"whatwg-url" "^5.0.0"
|
|
2284
|
-
|
|
2285
2270
|
"node-int64@^0.4.0":
|
|
2286
2271
|
"integrity" "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw=="
|
|
2287
2272
|
"resolved" "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz"
|
|
@@ -2693,11 +2678,6 @@
|
|
|
2693
2678
|
dependencies:
|
|
2694
2679
|
"is-number" "^7.0.0"
|
|
2695
2680
|
|
|
2696
|
-
"tr46@~0.0.3":
|
|
2697
|
-
"integrity" "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o= sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
|
|
2698
|
-
"resolved" "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz"
|
|
2699
|
-
"version" "0.0.3"
|
|
2700
|
-
|
|
2701
2681
|
"ts-jest@^29.0.3":
|
|
2702
2682
|
"integrity" "sha512-Ibygvmuyq1qp/z3yTh9QTwVVAbFdDy/+4BtIQR2sp6baF2SJU/8CKK/hhnGIDY2L90Az2jIqTwZPnN2p+BweiQ=="
|
|
2703
2683
|
"resolved" "https://registry.npmjs.org/ts-jest/-/ts-jest-29.0.3.tgz"
|
|
@@ -2787,24 +2767,6 @@
|
|
|
2787
2767
|
dependencies:
|
|
2788
2768
|
"makeerror" "1.0.12"
|
|
2789
2769
|
|
|
2790
|
-
"webidl-conversions@^3.0.0":
|
|
2791
|
-
"integrity" "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE= sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
|
|
2792
|
-
"resolved" "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz"
|
|
2793
|
-
"version" "3.0.1"
|
|
2794
|
-
|
|
2795
|
-
"whatwg-fetch@^3.4.1":
|
|
2796
|
-
"integrity" "sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA=="
|
|
2797
|
-
"resolved" "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz"
|
|
2798
|
-
"version" "3.6.2"
|
|
2799
|
-
|
|
2800
|
-
"whatwg-url@^5.0.0":
|
|
2801
|
-
"integrity" "sha1-lmRU6HZUYuN2RNNib2dCzotwll0= sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw=="
|
|
2802
|
-
"resolved" "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz"
|
|
2803
|
-
"version" "5.0.0"
|
|
2804
|
-
dependencies:
|
|
2805
|
-
"tr46" "~0.0.3"
|
|
2806
|
-
"webidl-conversions" "^3.0.0"
|
|
2807
|
-
|
|
2808
2770
|
"which@^2.0.1":
|
|
2809
2771
|
"integrity" "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA=="
|
|
2810
2772
|
"resolved" "https://registry.npmjs.org/which/-/which-2.0.2.tgz"
|