mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Published new versions
- @tryghost/adapter-manager@0.1.8 - @tryghost/errors@0.2.1 - @tryghost/image-transform@1.0.1 - @tryghost/moleculer-service-from-class@0.2.4 - @tryghost/mw-session-from-token@0.1.6 - @tryghost/pretty-cli@1.2.8 - @tryghost/release-utils@0.6.4 - @tryghost/session-service@0.1.6 - @tryghost/vhost-middleware@1.0.6 - @tryghost/zip@1.1.2
This commit is contained in:
parent
eec654445b
commit
9f3114d1a1
10 changed files with 13 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tryghost/adapter-manager",
|
||||
"version": "0.1.7",
|
||||
"version": "0.1.8",
|
||||
"repository": "https://github.com/TryGhost/Ghost-Utils/tree/master/packages/adapter-manager",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
|
@ -30,6 +30,6 @@
|
|||
"typescript": "3.9.7"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tryghost/errors": "^0.2.0"
|
||||
"@tryghost/errors": "^0.2.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tryghost/errors",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1",
|
||||
"repository": "https://github.com/TryGhost/Ghost-Utils/tree/master/packages/errors",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tryghost/image-transform",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"repository": "https://github.com/TryGhost/Ghost-Utils/tree/master/packages/image-transform",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
|
@ -24,7 +24,7 @@
|
|||
"sinon": "9.0.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tryghost/errors": "^0.2.0",
|
||||
"@tryghost/errors": "^0.2.1",
|
||||
"bluebird": "3.7.2",
|
||||
"fs-extra": "9.0.1"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tryghost/moleculer-service-from-class",
|
||||
"version": "0.2.3",
|
||||
"version": "0.2.4",
|
||||
"repository": "https://github.com/TryGhost/Ghost-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.5",
|
||||
"version": "0.1.6",
|
||||
"repository": "https://github.com/TryGhost/Ghost-Utils/tree/master/packages/mw-session-from-token",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tryghost/pretty-cli",
|
||||
"version": "1.2.7",
|
||||
"version": "1.2.8",
|
||||
"description": "A mini-module to style a sywac instance in a standard way",
|
||||
"repository": "https://github.com/TryGhost/Ghost-Utils/tree/master/packages/pretty-cli",
|
||||
"author": "Ghost Foundation",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tryghost/release-utils",
|
||||
"version": "0.6.3",
|
||||
"version": "0.6.4",
|
||||
"repository": "https://github.com/TryGhost/Ghost-Utils/tree/master/packages/release-utils",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tryghost/session-service",
|
||||
"version": "0.1.5",
|
||||
"version": "0.1.6",
|
||||
"repository": "https://github.com/TryGhost/Ghost-Utils/tree/master/packages/session-service",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
|
@ -31,6 +31,6 @@
|
|||
"typescript": "3.9.7"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tryghost/errors": "^0.2.0"
|
||||
"@tryghost/errors": "^0.2.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tryghost/vhost-middleware",
|
||||
"version": "1.0.5",
|
||||
"version": "1.0.6",
|
||||
"repository": "https://github.com/TryGhost/Ghost-Utils/tree/master/packages/vhost-middleware",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tryghost/zip",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"repository": "https://github.com/TryGhost/Ghost-Utils/tree/master/packages/zip",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
|
|
Loading…
Add table
Reference in a new issue