@tryghost/content-api 1.12.2 → 1.12.4

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-2025 Ghost Foundation
3
+ Copyright (c) 2013-2026 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-2025 Ghost Foundation - Released under the [MIT license](LICENSE).
21
+ Copyright (c) 2013-2026 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.12.1";
6
+ var version = "1.12.4";
7
7
  var repository = {
8
8
  type: "git",
9
9
  url: "git+https://github.com/TryGhost/SDK.git",
@@ -26,7 +26,7 @@ var files = [
26
26
  var scripts = {
27
27
  dev: "echo \"Implement me!\"",
28
28
  pretest: "yarn build",
29
- test: "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha './test/**/*.test.js'",
29
+ test: "NODE_ENV=testing c8 --src cjs --reporter text --reporter cobertura mocha './test/**/*.test.js'",
30
30
  build: "rollup -c",
31
31
  lint: "eslint . --ext .js --cache",
32
32
  prepare: "NODE_ENV=production yarn build",
@@ -36,27 +36,28 @@ var publishConfig = {
36
36
  access: "public"
37
37
  };
38
38
  var devDependencies = {
39
- "@babel/core": "7.28.5",
39
+ "@babel/core": "7.29.0",
40
40
  "@babel/polyfill": "7.12.1",
41
- "@babel/preset-env": "7.28.5",
41
+ "@babel/preset-env": "7.29.0",
42
+ "@rollup/plugin-babel": "6.1.0",
42
43
  "@rollup/plugin-json": "6.1.0",
43
- c8: "10.1.3",
44
- "core-js": "3.47.0",
45
- "eslint-plugin-ghost": "3.4.3",
44
+ "@rollup/plugin-node-resolve": "16.0.3",
45
+ "@rollup/plugin-terser": "0.4.4",
46
+ c8: "11.0.0",
47
+ "core-js": "3.48.0",
48
+ "eslint-plugin-ghost": "3.4.4",
46
49
  mocha: "11.7.5",
47
- rollup: "2.79.2",
48
- "rollup-plugin-babel": "4.4.0",
50
+ rollup: "2.80.0",
49
51
  "rollup-plugin-commonjs": "10.1.0",
50
- "rollup-plugin-node-resolve": "5.2.0",
51
- "rollup-plugin-polyfill-node": "0.12.0",
52
+ "rollup-plugin-polyfill-node": "0.13.0",
52
53
  "rollup-plugin-replace": "2.2.0",
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
- axios: "^1.0.0"
58
+ axios: "1.13.5"
59
59
  };
60
+ var gitHead = "2c937c80e98d9bad4458e1c2e9d6f6b138bd308e";
60
61
  var packageInfo = {
61
62
  name: name$1,
62
63
  version: version,
@@ -72,7 +73,8 @@ var packageInfo = {
72
73
  scripts: scripts,
73
74
  publishConfig: publishConfig,
74
75
  devDependencies: devDependencies,
75
- dependencies: dependencies
76
+ dependencies: dependencies,
77
+ gitHead: gitHead
76
78
  };
77
79
 
78
80
  // @NOTE: this value is dynamically replaced based on browser/node environment