diff --git a/package-lock.json b/package-lock.json index f729e093..dcc58e09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,19 +1,19 @@ { "name": "@quintype/framework", - "version": "7.34.6", + "version": "7.34.7-author-page-issue.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@quintype/framework", - "version": "7.34.6", + "version": "7.34.7-author-page-issue.2", "license": "ISC", "dependencies": { "@ampproject/toolbox-optimizer": "2.8.3", "@grpc/grpc-js": "^1.12.5", "@jsdoc/salty": "^0.2.9", "@quintype/amp": "^2.22.5", - "@quintype/backend": "^2.7.0", + "@quintype/backend": "2.7.1-author-page-issue.1", "@quintype/components": "^3.5.0", "@quintype/prerender-node": "^3.2.26", "@quintype/seo": "^1.46.1", @@ -3842,10 +3842,9 @@ "license": "MIT" }, "node_modules/@quintype/backend": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/@quintype/backend/-/backend-2.7.0.tgz", - "integrity": "sha512-ylf3owXI4uYkyK6zwyN+7WYjAp5ykpGEea8RILB9VWONFa9cqEJkbnhbZF9e6MI20L9qV/8UZ4yBZNpcvVaX3w==", - "license": "ISC", + "version": "2.7.1-author-page-issue.1", + "resolved": "https://registry.npmjs.org/@quintype/backend/-/backend-2.7.1-author-page-issue.1.tgz", + "integrity": "sha512-Yma6s7b16q4ZGelELOxLajes7Q8sPiCf1XPRa4jNnC1Fi55Mjaxk+Zvb8fdmzhrUMSsstJ1G68crBKOIN1Sdjw==", "dependencies": { "axios": "^0.21.1", "bluebird": "^3.7.2", diff --git a/package.json b/package.json index 73ea842f..79bfd34c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@quintype/framework", - "version": "7.34.6", + "version": "7.34.7-author-page-issue.2", "description": "Libraries to help build Quintype Node.js apps", "main": "index.js", "engines": { @@ -34,7 +34,7 @@ "@grpc/grpc-js": "^1.12.5", "@jsdoc/salty": "^0.2.9", "@quintype/amp": "^2.22.5", - "@quintype/backend": "^2.7.0", + "@quintype/backend": "2.7.1-author-page-issue.1", "@quintype/components": "^3.5.0", "@quintype/prerender-node": "^3.2.26", "@quintype/seo": "^1.46.1",