@tryghost/admin-api 1.12.1 → 1.12.2
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/lib/admin-api.js +1 -1
- package/package.json +2 -2
package/lib/admin-api.js
CHANGED
|
@@ -8,7 +8,7 @@ const packageInfo = require('../package.json');
|
|
|
8
8
|
const packageVersion = packageInfo.version;
|
|
9
9
|
|
|
10
10
|
// NOTE: bump this default when Ghost v5 is released
|
|
11
|
-
const defaultAcceptVersionHeader = '
|
|
11
|
+
const defaultAcceptVersionHeader = 'v5.0';
|
|
12
12
|
const supportedVersions = ['v2', 'v3', 'v4', 'v5', 'canary'];
|
|
13
13
|
const packageName = '@tryghost/admin-api';
|
|
14
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tryghost/admin-api",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.2",
|
|
4
4
|
"repository": "https://github.com/TryGhost/SDK/tree/master/packages/admin-api",
|
|
5
5
|
"author": "Ghost Foundation",
|
|
6
6
|
"license": "MIT",
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"form-data": "^4.0.0",
|
|
33
33
|
"jsonwebtoken": "^8.4.0"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "ce790579ad1f191b24c05733d8a0a56f0b9f96d2"
|
|
36
36
|
}
|