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.4 - @tryghost/errors@0.1.3 - @tryghost/image-transform@0.2.2 - @tryghost/moleculer-service-from-class@0.1.3 - @tryghost/mw-session-from-token@0.1.2 - @tryghost/pretty-cli@1.2.6 - @tryghost/release-utils@0.6.2 - @tryghost/session-service@0.1.2 - @tryghost/vhost-middleware@1.0.4 - @tryghost/zip@1.1.0
This commit is contained in:
parent
7964f6ec82
commit
ed3f229136
10 changed files with 13 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tryghost/adapter-manager",
|
||||
"version": "0.1.3",
|
||||
"version": "0.1.4",
|
||||
"repository": "https://github.com/TryGhost/Ghost-Utils/tree/master/packages/adapter-manager",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
|
@ -30,6 +30,6 @@
|
|||
"typescript": "3.8.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tryghost/errors": "0.1.2"
|
||||
"@tryghost/errors": "^0.1.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tryghost/errors",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"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": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"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.1.2",
|
||||
"@tryghost/errors": "^0.1.3",
|
||||
"bluebird": "3.7.2",
|
||||
"fs-extra": "9.0.0"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tryghost/moleculer-service-from-class",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"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.1",
|
||||
"version": "0.1.2",
|
||||
"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.5",
|
||||
"version": "1.2.6",
|
||||
"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.1",
|
||||
"version": "0.6.2",
|
||||
"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.1",
|
||||
"version": "0.1.2",
|
||||
"repository": "https://github.com/TryGhost/Ghost-Utils/tree/master/packages/session-service",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
|
@ -31,6 +31,6 @@
|
|||
"typescript": "3.8.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tryghost/errors": "0.1.2"
|
||||
"@tryghost/errors": "^0.1.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tryghost/vhost-middleware",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.4",
|
||||
"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.0.1",
|
||||
"version": "1.1.0",
|
||||
"repository": "https://github.com/TryGhost/Ghost-Utils/tree/master/packages/zip",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
|
|
Loading…
Add table
Reference in a new issue