From d83bb6b1b7b815f80f6c4cc6b2031f0cc7b45989 Mon Sep 17 00:00:00 2001 From: Ryan Vu Date: Wed, 28 Feb 2024 14:36:50 -0800 Subject: [PATCH] Updating version for fill-gen --- bower.json | 2 +- dist/parameters.js | 12 ++++++------ dist/parameters.json | 12 ++++++------ package.json | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/bower.json b/bower.json index 74e920c..157b9c4 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "imgix-url-params", - "version": "11.17.1", + "version": "11.17.2", "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 955d3cf..4223b98 100644 --- a/dist/parameters.js +++ b/dist/parameters.js @@ -15,7 +15,7 @@ }(this, function () { return { - "version": "11.17.1", + "version": "11.17.2", "parameters": { "ar": { "display_name": "aspect ratio", @@ -1214,7 +1214,7 @@ return { "fit=fill", "fill=gen" ], - "url": "https://docs.imgix.com/apis/rendering/fill/fill-gen-fallback", + "url": "https://docs.imgix.com/apis/url/fill/fill-gen-fallback", "short_description": "Sets the fallback behavior for generative fill." }, "fill-gen-neg-prompt": { @@ -1235,7 +1235,7 @@ return { "fit=fill", "fill=gen" ], - "url": "https://docs.imgix.com/apis/rendering/fill/fill-gen-neg-prompt", + "url": "https://docs.imgix.com/apis/url/fill/fill-gen-neg-prompt", "short_description": "Provides a negative text suggestion to the generative fill parameter. Used to reduce the probability of a subject, detail, or object appearing in generative output." }, "fill-gen-pos": { @@ -1265,7 +1265,7 @@ return { "fit=fill", "fill=gen" ], - "url": "https://docs.imgix.com/apis/rendering/fill/fill-gen-pos", + "url": "https://docs.imgix.com/apis/url/fill/fill-gen-pos", "short_description": "Sets the position of the Origin Image in relation to the generative fill." }, "fill-gen-prompt": { @@ -1286,7 +1286,7 @@ return { "fit=fill", "fill=gen" ], - "url": "https://docs.imgix.com/apis/rendering/fill/fill-gen-prompt", + "url": "https://docs.imgix.com/apis/url/fill/fill-gen-prompt", "short_description": "Provides a text suggestion to the generative fill parameter." }, "fill-gen-seed": { @@ -1310,7 +1310,7 @@ return { "fit=fill", "fill=gen" ], - "url": "https://docs.imgix.com/apis/rendering/fill/fill-gen-seed", + "url": "https://docs.imgix.com/apis/url/fill/fill-gen-seed", "short_description": "Sets the generative seed value. Used to generate similar outputs from different prompts." }, "fill": { diff --git a/dist/parameters.json b/dist/parameters.json index f63a622..7d093ad 100644 --- a/dist/parameters.json +++ b/dist/parameters.json @@ -1,5 +1,5 @@ { - "version": "11.17.1", + "version": "11.17.2", "parameters": { "ar": { "display_name": "aspect ratio", @@ -1198,7 +1198,7 @@ "fit=fill", "fill=gen" ], - "url": "https://docs.imgix.com/apis/rendering/fill/fill-gen-fallback", + "url": "https://docs.imgix.com/apis/url/fill/fill-gen-fallback", "short_description": "Sets the fallback behavior for generative fill." }, "fill-gen-neg-prompt": { @@ -1219,7 +1219,7 @@ "fit=fill", "fill=gen" ], - "url": "https://docs.imgix.com/apis/rendering/fill/fill-gen-neg-prompt", + "url": "https://docs.imgix.com/apis/url/fill/fill-gen-neg-prompt", "short_description": "Provides a negative text suggestion to the generative fill parameter. Used to reduce the probability of a subject, detail, or object appearing in generative output." }, "fill-gen-pos": { @@ -1249,7 +1249,7 @@ "fit=fill", "fill=gen" ], - "url": "https://docs.imgix.com/apis/rendering/fill/fill-gen-pos", + "url": "https://docs.imgix.com/apis/url/fill/fill-gen-pos", "short_description": "Sets the position of the Origin Image in relation to the generative fill." }, "fill-gen-prompt": { @@ -1270,7 +1270,7 @@ "fit=fill", "fill=gen" ], - "url": "https://docs.imgix.com/apis/rendering/fill/fill-gen-prompt", + "url": "https://docs.imgix.com/apis/url/fill/fill-gen-prompt", "short_description": "Provides a text suggestion to the generative fill parameter." }, "fill-gen-seed": { @@ -1294,7 +1294,7 @@ "fit=fill", "fill=gen" ], - "url": "https://docs.imgix.com/apis/rendering/fill/fill-gen-seed", + "url": "https://docs.imgix.com/apis/url/fill/fill-gen-seed", "short_description": "Sets the generative seed value. Used to generate similar outputs from different prompts." }, "fill": { diff --git a/package.json b/package.json index 40233b7..c9f237f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "imgix-url-params", - "version": "11.17.1", + "version": "11.17.2", "description": "Organized, machine-friendly documentation of imgix's URL parameters", "main": "dist/manifest.json", "scripts": {