@tryghost/content-api 1.11.21 → 1.11.22

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2013-2023 Ghost Foundation
3
+ Copyright (c) 2013-2025 Ghost Foundation
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -18,4 +18,4 @@ Follow the instructions for the top-level repo.
18
18
 
19
19
  # Copyright & License
20
20
 
21
- Copyright (c) 2013-2023 Ghost Foundation - Released under the [MIT license](LICENSE).
21
+ Copyright (c) 2013-2025 Ghost Foundation - Released under the [MIT license](LICENSE).
@@ -3,7 +3,7 @@
3
3
  var axios = require('axios');
4
4
 
5
5
  var name$1 = "@tryghost/content-api";
6
- var version = "1.11.21";
6
+ var version = "1.11.22";
7
7
  var repository = "https://github.com/TryGhost/SDK/tree/main/packages/content-api";
8
8
  var author = "Ghost Foundation";
9
9
  var license = "MIT";
@@ -32,15 +32,15 @@ var publishConfig = {
32
32
  access: "public"
33
33
  };
34
34
  var devDependencies = {
35
- "@babel/core": "7.24.4",
35
+ "@babel/core": "7.26.10",
36
36
  "@babel/polyfill": "7.12.1",
37
- "@babel/preset-env": "7.24.4",
37
+ "@babel/preset-env": "7.26.9",
38
38
  "@rollup/plugin-json": "6.1.0",
39
- c8: "9.1.0",
40
- "core-js": "3.37.0",
39
+ c8: "10.1.3",
40
+ "core-js": "3.41.0",
41
41
  "eslint-plugin-ghost": "3.4.0",
42
- mocha: "10.4.0",
43
- rollup: "2.79.1",
42
+ mocha: "11.1.0",
43
+ rollup: "2.79.2",
44
44
  "rollup-plugin-babel": "4.4.0",
45
45
  "rollup-plugin-commonjs": "10.1.0",
46
46
  "rollup-plugin-node-resolve": "5.2.0",
@@ -48,12 +48,12 @@ var devDependencies = {
48
48
  "rollup-plugin-replace": "2.2.0",
49
49
  "rollup-plugin-terser": "7.0.2",
50
50
  should: "13.2.3",
51
- sinon: "17.0.1"
51
+ sinon: "20.0.0"
52
52
  };
53
53
  var dependencies = {
54
54
  axios: "^1.0.0"
55
55
  };
56
- var gitHead = "048ccde4bd78d2dcd60e778d03eb8dc3227cece5";
56
+ var gitHead = "19592ba6684cd896674e6bd1da92e3eb06e665f2";
57
57
  var packageInfo = {
58
58
  name: name$1,
59
59
  version: version,