diff --git a/bower.json b/bower.json index 0710b4b..54611c7 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "imgix-url-params", - "version": "11.31.0", + "version": "11.31.1", "homepage": "https://github.com/imgix/imgix-url-params", "authors": ["Jason Eberle "], "description": "Organized, machine-friendly documentation of imgix's URL parameters", diff --git a/dist/parameters.js b/dist/parameters.js index 1e45abf..3940050 100644 --- a/dist/parameters.js +++ b/dist/parameters.js @@ -15,7 +15,7 @@ }(this, function () { return { - "version": "11.31.0", + "version": "11.31.1", "parameters": { "ar": { "display_name": "aspect ratio", @@ -2233,7 +2233,7 @@ return { "url": "https://docs.imgix.com/apis/rendering/format/jpg-progressive", "short_description": "Specifies whether or not a jpg/jpeg uses progressive (true) or baseline (false)" }, - "license-plate-blur": { + "lp-blur": { "display_name": "license plate blur", "category": "license-plate-detection", "available_in": [ @@ -2250,6 +2250,9 @@ return { } } ], + "aliases": [ + "license-plate-blur" + ], "default": 0, "url": "https://docs.imgix.com/apis/rendering/license-plate-detection/license-plate-blur", "short_description": "Specifies the amount of blur to apply to detected license plates. Defaults to 0." @@ -4227,6 +4230,7 @@ return { "height": "h", "inv": "invert", "jpeg-progressive": "jpg-progressive", + "license-plate-blur": "lp-blur", "ma": "mark-align", "markalign": "mark-align", "markalpha": "mark-alpha", diff --git a/dist/parameters.json b/dist/parameters.json index 1885457..20c52bb 100644 --- a/dist/parameters.json +++ b/dist/parameters.json @@ -1,5 +1,5 @@ { - "version": "11.31.0", + "version": "11.31.1", "parameters": { "ar": { "display_name": "aspect ratio", @@ -2217,7 +2217,7 @@ "url": "https://docs.imgix.com/apis/rendering/format/jpg-progressive", "short_description": "Specifies whether or not a jpg/jpeg uses progressive (true) or baseline (false)" }, - "license-plate-blur": { + "lp-blur": { "display_name": "license plate blur", "category": "license-plate-detection", "available_in": [ @@ -2234,6 +2234,9 @@ } } ], + "aliases": [ + "license-plate-blur" + ], "default": 0, "url": "https://docs.imgix.com/apis/rendering/license-plate-detection/license-plate-blur", "short_description": "Specifies the amount of blur to apply to detected license plates. Defaults to 0." @@ -4211,6 +4214,7 @@ "height": "h", "inv": "invert", "jpeg-progressive": "jpg-progressive", + "license-plate-blur": "lp-blur", "ma": "mark-align", "markalign": "mark-align", "markalpha": "mark-alpha", diff --git a/package.json b/package.json index e7a7e3c..0ea3e35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "imgix-url-params", - "version": "11.31.0", + "version": "11.31.1", "description": "Organized, machine-friendly documentation of imgix's URL parameters", "main": "dist/manifest.json", "scripts": {