@cmpsr/contentful-core
Advanced tools
Comparing version 0.1.3 to 0.1.4
# @cmpsr/contentful-core | ||
## 0.1.4 | ||
### Patch Changes | ||
- d8a7162: Added cross-fetch dependency for non-Next applications | ||
## 0.1.3 | ||
@@ -4,0 +10,0 @@ |
@@ -10,2 +10,4 @@ "use strict"; | ||
var _crossFetch = _interopRequireDefault(require("cross-fetch")); | ||
var _apolloLinkHttp = require("apollo-link-http"); | ||
@@ -39,2 +41,3 @@ | ||
}), | ||
fetch: _crossFetch.default, | ||
uri: `https://graphql.contentful.com/content/${apiVersion}/spaces/${space}/environments/${environment}` // Server URL (must be absolute) | ||
@@ -41,0 +44,0 @@ |
{ | ||
"name": "@cmpsr/contentful-core", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Base Composer components for standing up a React/NextJS app that can dynamically render components based on Contentful Model types mapped to components and queries.", | ||
@@ -39,6 +39,7 @@ "author": "Ryan Hefner <hi@ryanhefner.com>", | ||
"apollo-link-http": "^1.5.17", | ||
"cross-fetch": "^3.0.5", | ||
"dotenv": "^8.2.0", | ||
"invariant": "^2.2.4" | ||
}, | ||
"gitHead": "5317c8cca4a6dcd8910b240d0b29dbdc0f85e665" | ||
"gitHead": "d8c7c5f8d2a2bd9b8b237bde4a1722695fc4e0d4" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44271
839
4
+ Addedcross-fetch@^3.0.5
+ Addedcross-fetch@3.2.0(transitive)
+ Addednode-fetch@2.7.0(transitive)
+ Addedtr46@0.0.3(transitive)
+ Addedwebidl-conversions@3.0.1(transitive)
+ Addedwhatwg-url@5.0.0(transitive)