diff --git a/RECIPES.md b/RECIPES.md index 390b2c73..afa19e22 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -271,6 +271,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [knplabs/packagist-api](https://packagist.org/packages/knplabs/packagist-api) | [1.6](knplabs/packagist-api/1.6) | | [knpuniversity/oauth2-client-bundle](https://packagist.org/packages/knpuniversity/oauth2-client-bundle) | [1.20](knpuniversity/oauth2-client-bundle/1.20) | | [knyk/mailbox-bundle](https://packagist.org/packages/knyk/mailbox-bundle) | [1.0](knyk/mailbox-bundle/1.0) | +| [kocal/biome-js-bundle](https://packagist.org/packages/kocal/biome-js-bundle) | [1.0](kocal/biome-js-bundle/1.0) | | [koff/i18n-form-bundle](https://packagist.org/packages/koff/i18n-form-bundle) | [4.0](koff/i18n-form-bundle/4.0) | | [kriswallsmith/buzz](https://packagist.org/packages/kriswallsmith/buzz) | [1.0](kriswallsmith/buzz/1.0) | | [kunicmarko/jms-messenger-adapter](https://packagist.org/packages/kunicmarko/jms-messenger-adapter) | [0.1](kunicmarko/jms-messenger-adapter/0.1) | diff --git a/archived/kocal.biome-js-bundle/474903cc35adbb0d611e0645bc3b1412cecda5a2.json b/archived/kocal.biome-js-bundle/474903cc35adbb0d611e0645bc3b1412cecda5a2.json new file mode 100644 index 00000000..f6df8251 --- /dev/null +++ b/archived/kocal.biome-js-bundle/474903cc35adbb0d611e0645bc3b1412cecda5a2.json @@ -0,0 +1,45 @@ +{ + "manifests": { + "kocal/biome-js-bundle": { + "manifest": { + "bundles": { + "Kocal\\BiomeJsBundle\\KocalBiomeJsBundle": [ + "dev" + ] + }, + "copy-from-recipe": { + "biome.json": "biome.json", + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "biome.json": { + "contents": [ + "{", + " \"files\": {", + " \"ignore\": [", + " \"composer.json\",", + " \"assets/vendor/*\",", + " \"vendor/*\",", + " \"public/bundles/*\"", + " ]", + " }", + "}", + "" + ], + "executable": false + }, + "config/packages/kocal_biome_js.yaml": { + "contents": [ + "kocal_biome_js:", + " # Explicitly configure the version of Biome.js to use (https://github.com/biomejs/biome/tags), or null to use the latest version", + " binary_version: null", + "" + ], + "executable": false + } + }, + "ref": "474903cc35adbb0d611e0645bc3b1412cecda5a2" + } + } +} diff --git a/index.json b/index.json index ce2101bd..a849439b 100644 --- a/index.json +++ b/index.json @@ -850,6 +850,9 @@ "knyk/mailbox-bundle": [ "1.0" ], + "kocal/biome-js-bundle": [ + "1.0" + ], "koff/i18n-form-bundle": [ "4.0" ], diff --git a/kocal.biome-js-bundle.1.0.json b/kocal.biome-js-bundle.1.0.json new file mode 100644 index 00000000..f6df8251 --- /dev/null +++ b/kocal.biome-js-bundle.1.0.json @@ -0,0 +1,45 @@ +{ + "manifests": { + "kocal/biome-js-bundle": { + "manifest": { + "bundles": { + "Kocal\\BiomeJsBundle\\KocalBiomeJsBundle": [ + "dev" + ] + }, + "copy-from-recipe": { + "biome.json": "biome.json", + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "biome.json": { + "contents": [ + "{", + " \"files\": {", + " \"ignore\": [", + " \"composer.json\",", + " \"assets/vendor/*\",", + " \"vendor/*\",", + " \"public/bundles/*\"", + " ]", + " }", + "}", + "" + ], + "executable": false + }, + "config/packages/kocal_biome_js.yaml": { + "contents": [ + "kocal_biome_js:", + " # Explicitly configure the version of Biome.js to use (https://github.com/biomejs/biome/tags), or null to use the latest version", + " binary_version: null", + "" + ], + "executable": false + } + }, + "ref": "474903cc35adbb0d611e0645bc3b1412cecda5a2" + } + } +}