@tryghost/content-api 1.12.0 → 1.12.3

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.12.0";
6
+ var version = "1.12.3";
7
7
  var repository = {
8
8
  type: "git",
9
9
  url: "git+https://github.com/TryGhost/SDK.git",
@@ -36,14 +36,14 @@ var publishConfig = {
36
36
  access: "public"
37
37
  };
38
38
  var devDependencies = {
39
- "@babel/core": "7.27.7",
39
+ "@babel/core": "7.28.5",
40
40
  "@babel/polyfill": "7.12.1",
41
- "@babel/preset-env": "7.27.2",
41
+ "@babel/preset-env": "7.28.5",
42
42
  "@rollup/plugin-json": "6.1.0",
43
43
  c8: "10.1.3",
44
- "core-js": "3.43.0",
45
- "eslint-plugin-ghost": "3.4.3",
46
- mocha: "11.2.2",
44
+ "core-js": "3.47.0",
45
+ "eslint-plugin-ghost": "3.4.4",
46
+ mocha: "11.7.5",
47
47
  rollup: "2.79.2",
48
48
  "rollup-plugin-babel": "4.4.0",
49
49
  "rollup-plugin-commonjs": "10.1.0",
@@ -52,12 +52,11 @@ var devDependencies = {
52
52
  "rollup-plugin-replace": "2.2.0",
53
53
  "rollup-plugin-terser": "7.0.2",
54
54
  should: "13.2.3",
55
- sinon: "21.0.0"
55
+ sinon: "21.0.1"
56
56
  };
57
57
  var dependencies = {
58
58
  axios: "^1.0.0"
59
59
  };
60
- var gitHead = "860707f032864400017b0f176cbabf181f99b764";
61
60
  var packageInfo = {
62
61
  name: name$1,
63
62
  version: version,
@@ -73,8 +72,7 @@ var packageInfo = {
73
72
  scripts: scripts,
74
73
  publishConfig: publishConfig,
75
74
  devDependencies: devDependencies,
76
- dependencies: dependencies,
77
- gitHead: gitHead
75
+ dependencies: dependencies
78
76
  };
79
77
 
80
78
  // @NOTE: this value is dynamically replaced based on browser/node environment