contentful 10.3.7 → 10.4.0

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.
@@ -0,0 +1,12 @@
1
+ /*!
2
+ * mime-db
3
+ * Copyright(c) 2014 Jonathan Ong
4
+ * MIT Licensed
5
+ */
6
+
7
+ /*!
8
+ * mime-types
9
+ * Copyright(c) 2014 Jonathan Ong
10
+ * Copyright(c) 2015 Douglas Christopher Wilson
11
+ * MIT Licensed
12
+ */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "contentful",
3
3
  "description": "Client for Contentful's Content Delivery API",
4
- "version": "10.3.7",
4
+ "version": "10.4.0",
5
5
  "homepage": "https://www.contentful.com/developers/documentation/content-delivery-api/",
6
6
  "main": "./dist/contentful.node.min.js",
7
7
  "browser": "./dist/contentful.browser.min.js",
@@ -72,7 +72,7 @@
72
72
  },
73
73
  "dependencies": {
74
74
  "@contentful/rich-text-types": "^16.0.2",
75
- "axios": "^0.26.1",
75
+ "axios": "^1.4.0",
76
76
  "contentful-resolve-response": "^1.3.6",
77
77
  "contentful-sdk-core": "^8.1.0",
78
78
  "json-stringify-safe": "^5.0.1",
@@ -129,11 +129,11 @@
129
129
  "bundlesize": [
130
130
  {
131
131
  "path": "./dist/contentful.node.js",
132
- "maxSize": "70Kb"
132
+ "maxSize": "105Kb"
133
133
  },
134
134
  {
135
135
  "path": "./dist/contentful.node.min.js",
136
- "maxSize": "35Kb"
136
+ "maxSize": "55Kb"
137
137
  },
138
138
  {
139
139
  "path": "./dist/contentful.browser.js",