Published new versions

- @tryghost/adapter-manager@0.2.14
 - @tryghost/config-url-helpers@0.0.1
 - @tryghost/errors@0.2.13
 - @tryghost/image-transform@1.0.13
 - @tryghost/moleculer-service-from-class@0.2.17
 - @tryghost/mw-session-from-token@0.1.22
 - @tryghost/package-json@1.0.2
 - @tryghost/session-service@0.1.24
 - @tryghost/tpl@0.1.3
This commit is contained in:
Sam Lord 2021-06-17 10:50:39 +01:00
parent 095d64b449
commit 320e689ad4
9 changed files with 15 additions and 16 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@tryghost/adapter-manager",
"version": "0.2.13",
"version": "0.2.14",
"repository": "https://github.com/TryGhost/Utils/tree/master/packages/adapter-manager",
"author": "Ghost Foundation",
"license": "MIT",
@ -30,6 +30,6 @@
"typescript": "4.3.3"
},
"dependencies": {
"@tryghost/errors": "^0.2.12"
"@tryghost/errors": "^0.2.13"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@tryghost/config-url-helpers",
"version": "0.0.0",
"version": "0.0.1",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/config-url-helpers",
"author": "Ghost Foundation",
"license": "MIT",
@ -22,6 +22,5 @@
"mocha": "9.0.0",
"should": "13.2.3",
"sinon": "11.1.1"
},
"dependencies": {}
}
}

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@tryghost/image-transform",
"version": "1.0.12",
"version": "1.0.13",
"repository": "https://github.com/TryGhost/Utils/tree/master/packages/image-transform",
"author": "Ghost Foundation",
"license": "MIT",
@ -24,7 +24,7 @@
"sinon": "11.0.0"
},
"dependencies": {
"@tryghost/errors": "^0.2.12",
"@tryghost/errors": "^0.2.13",
"bluebird": "^3.7.2",
"fs-extra": "^9.1.0"
},

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@tryghost/package-json",
"version": "1.0.1",
"version": "1.0.2",
"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.12",
"@tryghost/tpl": "^0.1.2",
"@tryghost/errors": "^0.2.13",
"@tryghost/tpl": "^0.1.3",
"bluebird": "^3.7.2",
"fs-extra": "^10.0.0",
"lodash": "^4.17.21"

View File

@ -1,6 +1,6 @@
{
"name": "@tryghost/session-service",
"version": "0.1.23",
"version": "0.1.24",
"repository": "https://github.com/TryGhost/Utils/tree/master/packages/session-service",
"author": "Ghost Foundation",
"license": "MIT",
@ -31,6 +31,6 @@
"typescript": "4.3.3"
},
"dependencies": {
"@tryghost/errors": "^0.2.12"
"@tryghost/errors": "^0.2.13"
}
}

View File

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