@tryghost/content-api 1.11.24 → 1.11.25

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,8 +3,12 @@
3
3
  var axios = require('axios');
4
4
 
5
5
  var name$1 = "@tryghost/content-api";
6
- var version = "1.11.24";
7
- var repository = "https://github.com/TryGhost/SDK/tree/main/packages/content-api";
6
+ var version = "1.11.25";
7
+ var repository = {
8
+ type: "git",
9
+ url: "git+https://github.com/TryGhost/SDK.git",
10
+ directory: "packages/content-api"
11
+ };
8
12
  var author = "Ghost Foundation";
9
13
  var license = "MIT";
10
14
  var main = "cjs/content-api.js";
@@ -53,7 +57,7 @@ var devDependencies = {
53
57
  var dependencies = {
54
58
  axios: "^1.0.0"
55
59
  };
56
- var gitHead = "419b693a473e07316f6b4102f2bfddd7426d844d";
60
+ var gitHead = "c38d4e08913528be6218aea4c25c9704f4c6981d";
57
61
  var packageInfo = {
58
62
  name: name$1,
59
63
  version: version,
package/es/content-api.js CHANGED
@@ -3723,8 +3723,12 @@ axios.default = axios;
3723
3723
  var axios$1 = axios;
3724
3724
 
3725
3725
  var name$1 = "@tryghost/content-api";
3726
- var version = "1.11.24";
3727
- var repository = "https://github.com/TryGhost/SDK/tree/main/packages/content-api";
3726
+ var version = "1.11.25";
3727
+ var repository = {
3728
+ type: "git",
3729
+ url: "git+https://github.com/TryGhost/SDK.git",
3730
+ directory: "packages/content-api"
3731
+ };
3728
3732
  var author = "Ghost Foundation";
3729
3733
  var license = "MIT";
3730
3734
  var main = "cjs/content-api.js";
@@ -3773,7 +3777,7 @@ var devDependencies = {
3773
3777
  var dependencies = {
3774
3778
  axios: "^1.0.0"
3775
3779
  };
3776
- var gitHead = "419b693a473e07316f6b4102f2bfddd7426d844d";
3780
+ var gitHead = "c38d4e08913528be6218aea4c25c9704f4c6981d";
3777
3781
  var packageInfo = {
3778
3782
  name: name$1,
3779
3783
  version: version,