@tryghost/content-api 1.11.2 → 1.11.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.
- package/cjs/content-api.js +3 -3
- package/es/content-api.js +5 -5
- package/es/content-api.js.map +1 -1
- package/package.json +3 -3
- package/umd/content-api.min.js +1 -1
- package/umd/content-api.min.js.map +1 -1
package/cjs/content-api.js
CHANGED
|
@@ -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.
|
|
6
|
+
var version = "1.11.3";
|
|
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";
|
|
@@ -37,7 +37,7 @@ var devDependencies = {
|
|
|
37
37
|
"@babel/preset-env": "7.19.0",
|
|
38
38
|
"@rollup/plugin-json": "4.1.0",
|
|
39
39
|
c8: "7.12.0",
|
|
40
|
-
"core-js": "3.25.
|
|
40
|
+
"core-js": "3.25.1",
|
|
41
41
|
"eslint-plugin-ghost": "2.15.1",
|
|
42
42
|
mocha: "10.0.0",
|
|
43
43
|
rollup: "2.79.0",
|
|
@@ -53,7 +53,7 @@ var devDependencies = {
|
|
|
53
53
|
var dependencies = {
|
|
54
54
|
axios: "^0.27.0"
|
|
55
55
|
};
|
|
56
|
-
var gitHead = "
|
|
56
|
+
var gitHead = "c00d4119b607c45d6a22d4f209d533d5de5c545f";
|
|
57
57
|
var packageInfo = {
|
|
58
58
|
name: name$1,
|
|
59
59
|
version: version,
|
package/es/content-api.js
CHANGED
|
@@ -284,10 +284,10 @@ var shared = createCommonjsModule(function (module) {
|
|
|
284
284
|
(module.exports = function (key, value) {
|
|
285
285
|
return sharedStore[key] || (sharedStore[key] = value !== undefined ? value : {});
|
|
286
286
|
})('versions', []).push({
|
|
287
|
-
version: '3.25.
|
|
287
|
+
version: '3.25.1',
|
|
288
288
|
mode: 'global',
|
|
289
289
|
copyright: '© 2014-2022 Denis Pushkarev (zloirock.ru)',
|
|
290
|
-
license: 'https://github.com/zloirock/core-js/blob/v3.25.
|
|
290
|
+
license: 'https://github.com/zloirock/core-js/blob/v3.25.1/LICENSE',
|
|
291
291
|
source: 'https://github.com/zloirock/core-js'
|
|
292
292
|
});
|
|
293
293
|
});
|
|
@@ -6071,7 +6071,7 @@ axios_1.default = default_1;
|
|
|
6071
6071
|
var axios = axios_1;
|
|
6072
6072
|
|
|
6073
6073
|
var name$1 = "@tryghost/content-api";
|
|
6074
|
-
var version = "1.11.
|
|
6074
|
+
var version = "1.11.3";
|
|
6075
6075
|
var repository = "https://github.com/TryGhost/SDK/tree/master/packages/content-api";
|
|
6076
6076
|
var author = "Ghost Foundation";
|
|
6077
6077
|
var license = "MIT";
|
|
@@ -6105,7 +6105,7 @@ var devDependencies = {
|
|
|
6105
6105
|
"@babel/preset-env": "7.19.0",
|
|
6106
6106
|
"@rollup/plugin-json": "4.1.0",
|
|
6107
6107
|
c8: "7.12.0",
|
|
6108
|
-
"core-js": "3.25.
|
|
6108
|
+
"core-js": "3.25.1",
|
|
6109
6109
|
"eslint-plugin-ghost": "2.15.1",
|
|
6110
6110
|
mocha: "10.0.0",
|
|
6111
6111
|
rollup: "2.79.0",
|
|
@@ -6121,7 +6121,7 @@ var devDependencies = {
|
|
|
6121
6121
|
var dependencies = {
|
|
6122
6122
|
axios: "^0.27.0"
|
|
6123
6123
|
};
|
|
6124
|
-
var gitHead = "
|
|
6124
|
+
var gitHead = "c00d4119b607c45d6a22d4f209d533d5de5c545f";
|
|
6125
6125
|
var packageInfo = {
|
|
6126
6126
|
name: name$1,
|
|
6127
6127
|
version: version,
|