Published new versions
- @tryghost/adapter-manager@0.2.15 - @tryghost/bootstrap-socket@0.2.10 - @tryghost/config-url-helpers@0.1.1 - @tryghost/constants@0.1.9 - @tryghost/errors@0.2.14 - @tryghost/image-transform@1.0.14 - @tryghost/job-manager@0.8.8 - @tryghost/limit-service@0.6.2 - @tryghost/moleculer-service-from-class@0.2.18 - @tryghost/mw-session-from-token@0.1.23 - @tryghost/package-json@1.0.3 - @tryghost/pretty-cli@1.2.19 - @tryghost/promise@0.1.10 - @tryghost/release-utils@0.6.16 - @tryghost/security@0.2.10 - @tryghost/session-service@0.1.25 - @tryghost/tpl@0.1.4 - @tryghost/vhost-middleware@1.0.16 - @tryghost/zip@1.1.15
This commit is contained in:
parent
ceb2b7e5ea
commit
b428648665
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tryghost/adapter-manager",
|
||||
"version": "0.2.14",
|
||||
"version": "0.2.15",
|
||||
"repository": "https://github.com/TryGhost/Utils/tree/master/packages/adapter-manager",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
@ -25,6 +25,6 @@
|
||||
"sinon": "11.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tryghost/errors": "^0.2.13"
|
||||
"@tryghost/errors": "^0.2.14"
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tryghost/bootstrap-socket",
|
||||
"version": "0.2.9",
|
||||
"version": "0.2.10",
|
||||
"repository": "https://github.com/TryGhost/Utils/tree/master/packages/bootstrap-socket",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tryghost/config-url-helpers",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/config-url-helpers",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tryghost/constants",
|
||||
"version": "0.1.8",
|
||||
"version": "0.1.9",
|
||||
"repository": "https://github.com/TryGhost/Utils/tree/master/packages/constants",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tryghost/errors",
|
||||
"version": "0.2.13",
|
||||
"version": "0.2.14",
|
||||
"repository": "https://github.com/TryGhost/Utils/tree/master/packages/errors",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tryghost/image-transform",
|
||||
"version": "1.0.13",
|
||||
"version": "1.0.14",
|
||||
"repository": "https://github.com/TryGhost/Utils/tree/master/packages/image-transform",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
@ -25,7 +25,7 @@
|
||||
"sinon": "11.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tryghost/errors": "^0.2.13",
|
||||
"@tryghost/errors": "^0.2.14",
|
||||
"bluebird": "^3.7.2",
|
||||
"fs-extra": "^9.1.0"
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tryghost/job-manager",
|
||||
"version": "0.8.7",
|
||||
"version": "0.8.8",
|
||||
"repository": "https://github.com/TryGhost/Utils/tree/master/packages/job-manager",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tryghost/limit-service",
|
||||
"version": "0.6.1",
|
||||
"version": "0.6.2",
|
||||
"repository": "https://github.com/TryGhost/Utils/tree/master/packages/limit-service",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
@ -26,7 +26,7 @@
|
||||
"sinon": "11.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tryghost/errors": "^0.2.13",
|
||||
"@tryghost/errors": "^0.2.14",
|
||||
"lodash": "^4.17.21",
|
||||
"luxon": "^1.26.0"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tryghost/moleculer-service-from-class",
|
||||
"version": "0.2.17",
|
||||
"version": "0.2.18",
|
||||
"repository": "https://github.com/TryGhost/Utils/tree/master/packages/moleculer-service-from-class",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tryghost/mw-session-from-token",
|
||||
"version": "0.1.22",
|
||||
"version": "0.1.23",
|
||||
"repository": "https://github.com/TryGhost/Utils/tree/master/packages/mw-session-from-token",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tryghost/package-json",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"repository": "https://github.com/TryGhost/Utils/tree/master/packages/package-json",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
@ -26,8 +26,8 @@
|
||||
"tmp": "0.2.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tryghost/errors": "^0.2.13",
|
||||
"@tryghost/tpl": "^0.1.3",
|
||||
"@tryghost/errors": "^0.2.14",
|
||||
"@tryghost/tpl": "^0.1.4",
|
||||
"bluebird": "^3.7.2",
|
||||
"fs-extra": "^10.0.0",
|
||||
"lodash": "^4.17.21"
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tryghost/pretty-cli",
|
||||
"version": "1.2.18",
|
||||
"version": "1.2.19",
|
||||
"description": "A mini-module to style a sywac instance in a standard way",
|
||||
"repository": "https://github.com/TryGhost/Utils/tree/master/packages/pretty-cli",
|
||||
"author": "Ghost Foundation",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tryghost/promise",
|
||||
"version": "0.1.9",
|
||||
"version": "0.1.10",
|
||||
"repository": "https://github.com/TryGhost/Utils/tree/master/packages/promise",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tryghost/release-utils",
|
||||
"version": "0.6.15",
|
||||
"version": "0.6.16",
|
||||
"repository": "https://github.com/TryGhost/Utils/tree/master/packages/release-utils",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
@ -24,7 +24,7 @@
|
||||
"sinon": "11.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tryghost/errors": "^0.2.13",
|
||||
"@tryghost/errors": "^0.2.14",
|
||||
"bluebird": "^3.7.2",
|
||||
"emoji-regex": "^9.2.2",
|
||||
"execa": "^4.1.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tryghost/security",
|
||||
"version": "0.2.9",
|
||||
"version": "0.2.10",
|
||||
"repository": "https://github.com/TryGhost/Utils/tree/master/packages/security",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tryghost/session-service",
|
||||
"version": "0.1.24",
|
||||
"version": "0.1.25",
|
||||
"repository": "https://github.com/TryGhost/Utils/tree/master/packages/session-service",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
@ -26,6 +26,6 @@
|
||||
"sinon": "11.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tryghost/errors": "^0.2.13"
|
||||
"@tryghost/errors": "^0.2.14"
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tryghost/tpl",
|
||||
"version": "0.1.3",
|
||||
"version": "0.1.4",
|
||||
"repository": "https://github.com/TryGhost/Utils/tree/master/packages/tpl",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tryghost/vhost-middleware",
|
||||
"version": "1.0.15",
|
||||
"version": "1.0.16",
|
||||
"repository": "https://github.com/TryGhost/Utils/tree/master/packages/vhost-middleware",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tryghost/zip",
|
||||
"version": "1.1.14",
|
||||
"version": "1.1.15",
|
||||
"repository": "https://github.com/TryGhost/Utils/tree/master/packages/zip",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
|
Loading…
Reference in New Issue
Block a user