2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00

Published new versions

- @tryghost/adapter-manager@0.2.27
 - @tryghost/bootstrap-socket@0.2.16
 - @tryghost/config-url-helpers@0.1.4
 - @tryghost/constants@1.0.1
 - @tryghost/database-info@0.1.0
 - @tryghost/errors@1.2.1
 - @tryghost/image-transform@1.0.27
 - @tryghost/job-manager@0.8.18
 - @tryghost/limit-service@1.0.9
 - @tryghost/minifier@0.1.10
 - @tryghost/moleculer-service-from-class@0.2.22
 - @tryghost/mw-error-handler@0.1.2
 - @tryghost/mw-session-from-token@0.1.27
 - @tryghost/mw-update-user-last-seen@0.1.2
 - @tryghost/package-json@1.0.15
 - @tryghost/pretty-cli@1.2.23
 - @tryghost/promise@0.1.14
 - @tryghost/release-utils@0.7.10
 - @tryghost/security@0.2.14
 - @tryghost/session-service@0.1.37
 - @tryghost/settings-path-manager@0.1.3
 - @tryghost/vhost-middleware@1.0.20
 - @tryghost/zip@1.1.19
This commit is contained in:
Daniel Lockyer 2022-01-18 09:08:09 +00:00
parent 70ecba06ca
commit 19d2411f2b
23 changed files with 32 additions and 33 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@tryghost/adapter-manager",
"version": "0.2.26",
"version": "0.2.27",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/adapter-manager",
"author": "Ghost Foundation",
"license": "MIT",
@ -25,6 +25,6 @@
"sinon": "11.1.2"
},
"dependencies": {
"@tryghost/errors": "^1.2.0"
"@tryghost/errors": "^1.2.1"
}
}

View file

@ -1,6 +1,6 @@
{
"name": "@tryghost/bootstrap-socket",
"version": "0.2.15",
"version": "0.2.16",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/bootstrap-socket",
"author": "Ghost Foundation",
"license": "MIT",

View file

@ -1,6 +1,6 @@
{
"name": "@tryghost/config-url-helpers",
"version": "0.1.3",
"version": "0.1.4",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/config-url-helpers",
"author": "Ghost Foundation",
"license": "MIT",

View file

@ -1,6 +1,6 @@
{
"name": "@tryghost/constants",
"version": "1.0.0",
"version": "1.0.1",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/constants",
"author": "Ghost Foundation",
"license": "MIT",

View file

@ -1,6 +1,6 @@
{
"name": "@tryghost/database-info",
"version": "0.0.0",
"version": "0.1.0",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/database-info",
"author": "Ghost Foundation",
"license": "MIT",
@ -23,6 +23,5 @@
"mocha": "9.1.4",
"should": "13.2.3",
"sinon": "12.0.1"
},
"dependencies": {}
}
}

View file

@ -1,6 +1,6 @@
{
"name": "@tryghost/errors",
"version": "1.2.0",
"version": "1.2.1",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/errors",
"author": "Ghost Foundation",
"license": "MIT",

View file

@ -1,6 +1,6 @@
{
"name": "@tryghost/image-transform",
"version": "1.0.26",
"version": "1.0.27",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/image-transform",
"author": "Ghost Foundation",
"license": "MIT",
@ -25,7 +25,7 @@
"sinon": "11.1.2"
},
"dependencies": {
"@tryghost/errors": "^1.2.0",
"@tryghost/errors": "^1.2.1",
"bluebird": "^3.7.2",
"fs-extra": "^9.1.0"
},

View file

@ -1,6 +1,6 @@
{
"name": "@tryghost/job-manager",
"version": "0.8.17",
"version": "0.8.18",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/job-manager",
"author": "Ghost Foundation",
"license": "MIT",

View file

@ -1,6 +1,6 @@
{
"name": "@tryghost/limit-service",
"version": "1.0.8",
"version": "1.0.9",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/limit-service",
"author": "Ghost Foundation",
"license": "MIT",
@ -26,7 +26,7 @@
"sinon": "11.1.2"
},
"dependencies": {
"@tryghost/errors": "^1.2.0",
"@tryghost/errors": "^1.2.1",
"lodash": "^4.17.21",
"luxon": "^1.26.0"
}

View file

@ -1,6 +1,6 @@
{
"name": "@tryghost/minifier",
"version": "0.1.9",
"version": "0.1.10",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/minifier",
"author": "Ghost Foundation",
"license": "MIT",
@ -26,7 +26,7 @@
},
"dependencies": {
"@tryghost/debug": "^0.1.8",
"@tryghost/errors": "^1.2.0",
"@tryghost/errors": "^1.2.1",
"@tryghost/tpl": "^0.1.7",
"csso": "4.2.0",
"terser": "^5.9.0",

View file

@ -1,6 +1,6 @@
{
"name": "@tryghost/moleculer-service-from-class",
"version": "0.2.21",
"version": "0.2.22",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/moleculer-service-from-class",
"author": "Ghost Foundation",
"license": "MIT",

View file

@ -1,6 +1,6 @@
{
"name": "@tryghost/mw-error-handler",
"version": "0.1.1",
"version": "0.1.2",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/mw-error-handler",
"author": "Ghost Foundation",
"license": "MIT",

View file

@ -1,6 +1,6 @@
{
"name": "@tryghost/mw-session-from-token",
"version": "0.1.26",
"version": "0.1.27",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/mw-session-from-token",
"author": "Ghost Foundation",
"license": "MIT",

View file

@ -1,6 +1,6 @@
{
"name": "@tryghost/mw-update-user-last-seen",
"version": "0.1.1",
"version": "0.1.2",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/mw-update-user-last-seen",
"author": "Ghost Foundation",
"license": "MIT",
@ -25,6 +25,6 @@
"sinon": "12.0.1"
},
"dependencies": {
"@tryghost/constants": "1.0.0"
"@tryghost/constants": "^1.0.1"
}
}

View file

@ -1,6 +1,6 @@
{
"name": "@tryghost/package-json",
"version": "1.0.14",
"version": "1.0.15",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/package-json",
"author": "Ghost Foundation",
"license": "MIT",
@ -26,7 +26,7 @@
"tmp": "0.2.1"
},
"dependencies": {
"@tryghost/errors": "^1.2.0",
"@tryghost/errors": "^1.2.1",
"@tryghost/tpl": "^0.1.5",
"bluebird": "^3.7.2",
"fs-extra": "^10.0.0",

View file

@ -1,6 +1,6 @@
{
"name": "@tryghost/pretty-cli",
"version": "1.2.22",
"version": "1.2.23",
"description": "A mini-module to style a sywac instance in a standard way",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/pretty-cli",
"author": "Ghost Foundation",

View file

@ -1,6 +1,6 @@
{
"name": "@tryghost/promise",
"version": "0.1.13",
"version": "0.1.14",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/promise",
"author": "Ghost Foundation",
"license": "MIT",

View file

@ -1,6 +1,6 @@
{
"name": "@tryghost/release-utils",
"version": "0.7.9",
"version": "0.7.10",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/release-utils",
"author": "Ghost Foundation",
"license": "MIT",
@ -24,7 +24,7 @@
"sinon": "11.1.2"
},
"dependencies": {
"@tryghost/errors": "^1.2.0",
"@tryghost/errors": "^1.2.1",
"bluebird": "^3.7.2",
"emoji-regex": "^9.2.2",
"execa": "^4.1.0",

View file

@ -1,6 +1,6 @@
{
"name": "@tryghost/security",
"version": "0.2.13",
"version": "0.2.14",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/security",
"author": "Ghost Foundation",
"license": "MIT",

View file

@ -1,6 +1,6 @@
{
"name": "@tryghost/session-service",
"version": "0.1.36",
"version": "0.1.37",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/session-service",
"author": "Ghost Foundation",
"license": "MIT",
@ -26,6 +26,6 @@
"sinon": "11.1.2"
},
"dependencies": {
"@tryghost/errors": "^1.2.0"
"@tryghost/errors": "^1.2.1"
}
}

View file

@ -1,6 +1,6 @@
{
"name": "@tryghost/settings-path-manager",
"version": "0.1.2",
"version": "0.1.3",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/settings-path-manager",
"author": "Ghost Foundation",
"license": "MIT",

View file

@ -1,6 +1,6 @@
{
"name": "@tryghost/vhost-middleware",
"version": "1.0.19",
"version": "1.0.20",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/vhost-middleware",
"author": "Ghost Foundation",
"license": "MIT",

View file

@ -1,6 +1,6 @@
{
"name": "@tryghost/zip",
"version": "1.1.18",
"version": "1.1.19",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/zip",
"author": "Ghost Foundation",
"license": "MIT",