mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 22:11:09 +03:00
Published new versions
- @tryghost/adapter-manager@0.2.19 - @tryghost/errors@1.0.0 - @tryghost/image-transform@1.0.19 - @tryghost/job-manager@0.8.14 - @tryghost/limit-service@1.0.1 - @tryghost/minifier@0.1.2 - @tryghost/package-json@1.0.7 - @tryghost/release-utils@0.7.2 - @tryghost/session-service@0.1.29
This commit is contained in:
parent
ee7b1e4dc6
commit
ffde968c47
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@tryghost/adapter-manager",
|
"name": "@tryghost/adapter-manager",
|
||||||
"version": "0.2.18",
|
"version": "0.2.19",
|
||||||
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/adapter-manager",
|
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/adapter-manager",
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -25,6 +25,6 @@
|
|||||||
"sinon": "11.1.2"
|
"sinon": "11.1.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tryghost/errors": "^0.2.17"
|
"@tryghost/errors": "^1.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@tryghost/errors",
|
"name": "@tryghost/errors",
|
||||||
"version": "0.2.17",
|
"version": "1.0.0",
|
||||||
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/errors",
|
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/errors",
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@tryghost/image-transform",
|
"name": "@tryghost/image-transform",
|
||||||
"version": "1.0.18",
|
"version": "1.0.19",
|
||||||
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/image-transform",
|
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/image-transform",
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -25,7 +25,7 @@
|
|||||||
"sinon": "11.1.2"
|
"sinon": "11.1.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tryghost/errors": "^0.2.17",
|
"@tryghost/errors": "^1.0.0",
|
||||||
"bluebird": "^3.7.2",
|
"bluebird": "^3.7.2",
|
||||||
"fs-extra": "^9.1.0"
|
"fs-extra": "^9.1.0"
|
||||||
},
|
},
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@tryghost/job-manager",
|
"name": "@tryghost/job-manager",
|
||||||
"version": "0.8.13",
|
"version": "0.8.14",
|
||||||
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/job-manager",
|
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/job-manager",
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@tryghost/limit-service",
|
"name": "@tryghost/limit-service",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/limit-service",
|
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/limit-service",
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -26,7 +26,7 @@
|
|||||||
"sinon": "11.1.2"
|
"sinon": "11.1.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tryghost/errors": "^0.2.17",
|
"@tryghost/errors": "^1.0.0",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"luxon": "^1.26.0"
|
"luxon": "^1.26.0"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@tryghost/minifier",
|
"name": "@tryghost/minifier",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/minifier",
|
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/minifier",
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -26,7 +26,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tryghost/debug": "^0.1.8",
|
"@tryghost/debug": "^0.1.8",
|
||||||
"@tryghost/errors": "^0.2.16",
|
"@tryghost/errors": "^1.0.0",
|
||||||
"@tryghost/tpl": "^0.1.7",
|
"@tryghost/tpl": "^0.1.7",
|
||||||
"csso": "4.2.0",
|
"csso": "4.2.0",
|
||||||
"terser": "^5.9.0",
|
"terser": "^5.9.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@tryghost/package-json",
|
"name": "@tryghost/package-json",
|
||||||
"version": "1.0.6",
|
"version": "1.0.7",
|
||||||
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/package-json",
|
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/package-json",
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -26,7 +26,7 @@
|
|||||||
"tmp": "0.2.1"
|
"tmp": "0.2.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tryghost/errors": "^0.2.17",
|
"@tryghost/errors": "^1.0.0",
|
||||||
"@tryghost/tpl": "^0.1.5",
|
"@tryghost/tpl": "^0.1.5",
|
||||||
"bluebird": "^3.7.2",
|
"bluebird": "^3.7.2",
|
||||||
"fs-extra": "^10.0.0",
|
"fs-extra": "^10.0.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@tryghost/release-utils",
|
"name": "@tryghost/release-utils",
|
||||||
"version": "0.7.1",
|
"version": "0.7.2",
|
||||||
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/release-utils",
|
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/release-utils",
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -24,7 +24,7 @@
|
|||||||
"sinon": "11.1.2"
|
"sinon": "11.1.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tryghost/errors": "^0.2.17",
|
"@tryghost/errors": "^1.0.0",
|
||||||
"bluebird": "^3.7.2",
|
"bluebird": "^3.7.2",
|
||||||
"emoji-regex": "^9.2.2",
|
"emoji-regex": "^9.2.2",
|
||||||
"execa": "^4.1.0",
|
"execa": "^4.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@tryghost/session-service",
|
"name": "@tryghost/session-service",
|
||||||
"version": "0.1.28",
|
"version": "0.1.29",
|
||||||
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/session-service",
|
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/session-service",
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -26,6 +26,6 @@
|
|||||||
"sinon": "11.1.2"
|
"sinon": "11.1.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tryghost/errors": "^0.2.17"
|
"@tryghost/errors": "^1.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user