@tryghost/content-api 1.10.0 → 1.10.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.
@@ -3,7 +3,7 @@
3
3
  var axios = require('axios');
4
4
 
5
5
  var name$1 = "@tryghost/content-api";
6
- var version = "1.10.0";
6
+ var version = "1.10.1";
7
7
  var repository = "https://github.com/TryGhost/SDK/tree/master/packages/content-api";
8
8
  var author = "Ghost Foundation";
9
9
  var license = "MIT";
@@ -53,7 +53,7 @@ var devDependencies = {
53
53
  var dependencies = {
54
54
  axios: "^0.27.0"
55
55
  };
56
- var gitHead = "f5a8a2c81a4afc3640f922ef221ea1b6ddfa216a";
56
+ var gitHead = "ce790579ad1f191b24c05733d8a0a56f0b9f96d2";
57
57
  var packageInfo = {
58
58
  name: name$1,
59
59
  version: version,
@@ -75,8 +75,7 @@ var packageInfo = {
75
75
 
76
76
  const packageVersion = packageInfo.version;
77
77
 
78
- // NOTE: bump this default when Ghost v5 is released
79
- const defaultAcceptVersionHeader = 'v4.0';
78
+ const defaultAcceptVersionHeader = 'v5.0';
80
79
  const supportedVersions = ['v2', 'v3', 'v4', 'v5', 'canary'];
81
80
  const name = '@tryghost/content-api';
82
81
 
package/es/content-api.js CHANGED
@@ -6008,7 +6008,7 @@ axios_1.default = default_1;
6008
6008
  var axios = axios_1;
6009
6009
 
6010
6010
  var name$1 = "@tryghost/content-api";
6011
- var version = "1.10.0";
6011
+ var version = "1.10.1";
6012
6012
  var repository = "https://github.com/TryGhost/SDK/tree/master/packages/content-api";
6013
6013
  var author = "Ghost Foundation";
6014
6014
  var license = "MIT";
@@ -6058,7 +6058,7 @@ var devDependencies = {
6058
6058
  var dependencies = {
6059
6059
  axios: "^0.27.0"
6060
6060
  };
6061
- var gitHead = "f5a8a2c81a4afc3640f922ef221ea1b6ddfa216a";
6061
+ var gitHead = "ce790579ad1f191b24c05733d8a0a56f0b9f96d2";
6062
6062
  var packageInfo = {
6063
6063
  name: name$1,
6064
6064
  version: version,
@@ -6078,9 +6078,8 @@ var packageInfo = {
6078
6078
  gitHead: gitHead
6079
6079
  };
6080
6080
 
6081
- var packageVersion = packageInfo.version; // NOTE: bump this default when Ghost v5 is released
6082
-
6083
- var defaultAcceptVersionHeader = 'v4.0';
6081
+ var packageVersion = packageInfo.version;
6082
+ var defaultAcceptVersionHeader = 'v5.0';
6084
6083
  var supportedVersions = ['v2', 'v3', 'v4', 'v5', 'canary'];
6085
6084
  var name = '@tryghost/content-api';
6086
6085
  /**