Skip to content

Commit

Permalink
v2.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbenz committed Jun 22, 2020
1 parent 39b4a90 commit c194eb8
Show file tree
Hide file tree
Showing 16 changed files with 136 additions and 65 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "2.5.3"
"version": "2.5.4"
}
15 changes: 11 additions & 4 deletions packages/cache-list/package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,30 @@
{
"name": "@ampproject/toolbox-cache-list",
"version": "2.5.1",
"version": "2.5.4",
"description": "Lists AMP Caches",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ampproject/amp-toolbox.git",
"directory": "packages/cache-list"
},
"keywords": ["amp", "amp-toolbox", "amp-cache"],
"files": ["index.js", "lib"],
"keywords": [
"amp",
"amp-toolbox",
"amp-cache"
],
"files": [
"index.js",
"lib"
],
"author": "AMPHTML Team",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ampproject/amp-toolbox/issues"
},
"homepage": "https://github.com/ampproject/amp-toolbox/tree/main/packages/cache-list",
"dependencies": {
"@ampproject/toolbox-core": "^2.5.1"
"@ampproject/toolbox-core": "^2.5.4"
},
"gitHead": "d5517559fb1c2e1be4d3c3e9df756cdce82a432a"
}
15 changes: 12 additions & 3 deletions packages/cache-url/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ampproject/toolbox-cache-url",
"version": "2.3.0",
"version": "2.5.4",
"description": "Transform canonical URLs into AMP Cache URLs",
"main": "dist/amp-toolbox-cache-url.cjs.js",
"types": "index.d.ts",
Expand All @@ -16,8 +16,17 @@
"url": "git+https://github.com/ampproject/amp-toolbox.git",
"directory": "packages/cache-url"
},
"keywords": ["amp", "amp-toolbox", "amp-url-api"],
"files": ["dist", "package.json", "../LICENSE", "README.md"],
"keywords": [
"amp",
"amp-toolbox",
"amp-url-api"
],
"files": [
"dist",
"package.json",
"../LICENSE",
"README.md"
],
"author": "AMPHTML Team",
"license": "Apache-2.0",
"bugs": {
Expand Down
29 changes: 18 additions & 11 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ampproject/toolbox-cli",
"version": "2.5.3",
"version": "2.5.4",
"description": "A Command Line Interface (CLI) for amp-toolbox",
"main": "index.js",
"bin": {
Expand All @@ -11,23 +11,30 @@
"url": "git+https://github.com/ampproject/amp-toolbox.git",
"directory": "packages/cli"
},
"keywords": ["amp-toolbox", "cli"],
"files": ["index.js", "lib", "bin"],
"keywords": [
"amp-toolbox",
"cli"
],
"files": [
"index.js",
"lib",
"bin"
],
"author": "AMPHTML Team",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ampproject/amp-toolbox/issues"
},
"homepage": "https://github.com/ampproject/amp-toolbox/tree/main/packages/cli",
"dependencies": {
"@ampproject/toolbox-cache-list": "^2.5.1",
"@ampproject/toolbox-cache-url": "^2.3.0",
"@ampproject/toolbox-core": "^2.5.1",
"@ampproject/toolbox-linter": "^2.5.2",
"@ampproject/toolbox-optimizer": "^2.5.3",
"@ampproject/toolbox-runtime-fetch": "^2.5.1",
"@ampproject/toolbox-runtime-version": "^2.5.1",
"@ampproject/toolbox-update-cache": "^2.5.1",
"@ampproject/toolbox-cache-list": "^2.5.4",
"@ampproject/toolbox-cache-url": "^2.5.4",
"@ampproject/toolbox-core": "^2.5.4",
"@ampproject/toolbox-linter": "^2.5.4",
"@ampproject/toolbox-optimizer": "^2.5.4",
"@ampproject/toolbox-runtime-fetch": "^2.5.4",
"@ampproject/toolbox-runtime-version": "^2.5.4",
"@ampproject/toolbox-update-cache": "^2.5.4",
"minimist": "1.2.5",
"minimist-options": "4.1.0",
"node-fetch": "2.6.0"
Expand Down
11 changes: 8 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
{
"name": "@ampproject/toolbox-core",
"version": "2.5.1",
"version": "2.5.4",
"description": "Commonly used functionality for amp-toolbox",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ampproject/amp-toolbox.git",
"directory": "packages/core"
},
"keywords": ["amp"],
"files": ["index.js", "lib"],
"keywords": [
"amp"
],
"files": [
"index.js",
"lib"
],
"author": "AMPHTML Team",
"license": "Apache-2.0",
"bugs": {
Expand Down
18 changes: 12 additions & 6 deletions packages/cors/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
{
"name": "@ampproject/toolbox-cors",
"version": "2.5.1",
"version": "2.5.4",
"description": "An express middleware implementing the AMP CORS protocol",
"main": "index.js",
"keywords": ["amp", "cors"],
"files": ["index.js", "lib"],
"keywords": [
"amp",
"cors"
],
"files": [
"index.js",
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ampproject/amp-toolbox.git",
Expand All @@ -13,9 +19,9 @@
"author": "AMPHTML Team",
"license": "Apache-2.0",
"dependencies": {
"@ampproject/toolbox-cache-list": "^2.5.1",
"@ampproject/toolbox-cache-url": "^2.3.0",
"@ampproject/toolbox-core": "^2.5.1"
"@ampproject/toolbox-cache-list": "^2.5.4",
"@ampproject/toolbox-cache-url": "^2.5.4",
"@ampproject/toolbox-core": "^2.5.4"
},
"bugs": {
"url": "https://github.com/ampproject/amp-toolbox/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/lighthouse-plugin-amp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"amphtml-validator": "1.0.31",
"node-fetch": "2.6.0"
},
"version": "2.5.1",
"version": "2.5.4",
"main": "./plugin.js",
"peerDependencies": {
"lighthouse": ">=6.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/linter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ampproject/toolbox-linter",
"version": "2.5.2",
"version": "2.5.4",
"description": "A linter for AMP documents",
"repository": {
"type": "git",
Expand All @@ -11,8 +11,8 @@
"license": "Apache-2.0",
"author": "AMPHTML Team",
"dependencies": {
"@ampproject/toolbox-cache-list": "^2.5.1",
"@ampproject/toolbox-cache-url": "^2.3.0",
"@ampproject/toolbox-cache-list": "^2.5.4",
"@ampproject/toolbox-cache-url": "^2.5.4",
"amphtml-validator": "1.0.31",
"chalk": "4.1.0",
"cheerio": "1.0.0-rc.3",
Expand Down
19 changes: 13 additions & 6 deletions packages/optimizer-express/package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,32 @@
{
"name": "@ampproject/toolbox-optimizer-express",
"version": "2.5.3",
"version": "2.5.4",
"description": "Express middleware for @ampproject/toolbox-optimizer",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ampproject/amp-toolbox.git",
"directory": "packages/optimizer-express"
},
"keywords": ["amp", "amp-optimizer", "amp-toolbox"],
"files": ["index.js", "lib"],
"keywords": [
"amp",
"amp-optimizer",
"amp-toolbox"
],
"files": [
"index.js",
"lib"
],
"author": "AMPHTML Team",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ampproject/amp-toolbox/issues"
},
"homepage": "https://github.com/ampproject/amp-toolbox/tree/main/packages/optimizer-express",
"dependencies": {
"@ampproject/toolbox-core": "^2.5.1",
"@ampproject/toolbox-optimizer": "^2.5.3",
"@ampproject/toolbox-runtime-version": "^2.5.1",
"@ampproject/toolbox-core": "^2.5.4",
"@ampproject/toolbox-optimizer": "^2.5.4",
"@ampproject/toolbox-runtime-version": "^2.5.4",
"mime-types": "2.1.27",
"whatwg-url": "8.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/optimizer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions packages/optimizer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ampproject/toolbox-optimizer",
"version": "2.5.3",
"version": "2.5.4",
"description": "Server-side rendering for AMPs.",
"main": "index.js",
"repository": {
Expand Down Expand Up @@ -29,10 +29,10 @@
}
},
"dependencies": {
"@ampproject/toolbox-core": "^2.5.1",
"@ampproject/toolbox-runtime-version": "^2.5.1",
"@ampproject/toolbox-script-csp": "^2.3.0",
"@ampproject/toolbox-validator-rules": "^2.3.0",
"@ampproject/toolbox-core": "^2.5.4",
"@ampproject/toolbox-runtime-version": "^2.5.4",
"@ampproject/toolbox-script-csp": "^2.5.4",
"@ampproject/toolbox-validator-rules": "^2.5.4",
"abort-controller": "3.0.0",
"cross-fetch": "3.0.5",
"cssnano": "4.1.10",
Expand Down
19 changes: 13 additions & 6 deletions packages/runtime-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
{
"name": "@ampproject/toolbox-runtime-fetch",
"version": "2.5.1",
"version": "2.5.4",
"description": "Download the AMP runtime",
"main": "index.js",
"keywords": ["amp", "download", "runtime"],
"files": ["index.js", "lib"],
"keywords": [
"amp",
"download",
"runtime"
],
"files": [
"index.js",
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ampproject/amp-toolbox.git",
Expand All @@ -13,9 +20,9 @@
"author": "AMPHTML Team",
"license": "Apache-2.0",
"dependencies": {
"@ampproject/toolbox-cache-list": "^2.5.1",
"@ampproject/toolbox-core": "^2.5.1",
"@ampproject/toolbox-runtime-version": "^2.5.1",
"@ampproject/toolbox-cache-list": "^2.5.4",
"@ampproject/toolbox-core": "^2.5.4",
"@ampproject/toolbox-runtime-version": "^2.5.4",
"at-least-node": "1.0.0",
"cross-fetch": "3.0.5",
"fs-extra": "9.0.1"
Expand Down
13 changes: 9 additions & 4 deletions packages/runtime-version/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
{
"name": "@ampproject/toolbox-runtime-version",
"version": "2.5.1",
"version": "2.5.4",
"description": "AMP Runtime versions",
"main": "index.js",
"keywords": ["amp"],
"files": ["index.js", "lib"],
"keywords": [
"amp"
],
"files": [
"index.js",
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ampproject/amp-toolbox.git",
Expand All @@ -13,7 +18,7 @@
"author": "AMPHTML Team",
"license": "Apache-2.0",
"dependencies": {
"@ampproject/toolbox-core": "^2.5.1"
"@ampproject/toolbox-core": "^2.5.4"
},
"bugs": {
"url": "https://github.com/ampproject/amp-toolbox/issues"
Expand Down
11 changes: 8 additions & 3 deletions packages/script-csp/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
{
"name": "@ampproject/toolbox-script-csp",
"version": "2.3.0",
"version": "2.5.4",
"description": "A library that calculates the CSP hash for amp-script",
"main": "index.js",
"keywords": ["amp"],
"files": ["index.js", "lib"],
"keywords": [
"amp"
],
"files": [
"index.js",
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ampproject/amp-toolbox.git",
Expand Down
18 changes: 13 additions & 5 deletions packages/update-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,32 @@
{
"name": "@ampproject/toolbox-update-cache",
"version": "2.5.1",
"version": "2.5.4",
"description": "Implements the AMP update-cache API, as described at https://developers.google.com/amp/cache/update-cache ",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ampproject/amp-toolbox.git",
"directory": "packages/update-cache"
},
"keywords": ["amp", "amp-toolbox", "amp-cache", "update-cache"],
"files": ["index.js", "lib"],
"keywords": [
"amp",
"amp-toolbox",
"amp-cache",
"update-cache"
],
"files": [
"index.js",
"lib"
],
"author": "AMPHTML Team",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ampproject/amp-toolbox/issues"
},
"homepage": "https://github.com/ampproject/amp-toolbox/tree/main/packages/update-cache",
"dependencies": {
"@ampproject/toolbox-cache-list": "^2.5.1",
"@ampproject/toolbox-cache-url": "^2.3.0",
"@ampproject/toolbox-cache-list": "^2.5.4",
"@ampproject/toolbox-cache-url": "^2.5.4",
"jsrsasign": "8.0.18"
},
"gitHead": "c0ba2297de1e3cd583018880e2ea6c7fe5fd7905"
Expand Down
Loading

0 comments on commit c194eb8

Please sign in to comment.