@auto-canary/brew
Advanced tools
Comparing version 9.23.0-canary.1099.14367.0 to 9.23.1-canary.undefined.14406.0
@@ -48,3 +48,3 @@ "use strict"; | ||
try { | ||
const { executable, name, formula = "formula.template" } = config; | ||
const { executable, name, formula = "formula-template.rb" } = config; | ||
const version = await auto.git.getLatestTagInBranch(); | ||
@@ -51,0 +51,0 @@ const sha = child_process_1.execSync(`shasum --algorithm 256 ${executable}`, { |
{ | ||
"name": "@auto-canary/brew", | ||
"version": "9.23.0-canary.1099.14367.0", | ||
"version": "9.23.1-canary.undefined.14406.0", | ||
"main": "dist/index.js", | ||
@@ -39,3 +39,3 @@ "description": "Automate the creation of Homebrew formulae.", | ||
"dependencies": { | ||
"@auto-canary/core": "9.23.0-canary.1099.14367.0", | ||
"@auto-canary/core": "9.23.1-canary.undefined.14406.0", | ||
"fp-ts": "^2.5.3", | ||
@@ -45,3 +45,3 @@ "io-ts": "^2.1.2", | ||
}, | ||
"gitHead": "b1def3ffafabf57bfd5591cbc1c47297169beb88" | ||
"gitHead": "db46d7d28337dcf5f97c044295d0f955b171d734" | ||
} |
@@ -22,3 +22,7 @@ # Brew Plugin | ||
```jsonc | ||
- `executable` - REQUIRED: The executable to create a formula for | ||
- `name` - REQUIRED: The name of the formula to create | ||
- `formula` - A path to the formula template. Default is './formula-template.rb' | ||
```json | ||
{ | ||
@@ -29,11 +33,7 @@ "plugins": [ | ||
{ | ||
// REQUIRED: The executable to create a formula for | ||
"executable": "path/to/some/executable", | ||
// REQUIRED: The name of the formula to create | ||
"name": "name-of-formula", | ||
// Optional: A path to the formula template. Default is './formula-template.rb' | ||
"formula": "path/to/formula/template" | ||
} | ||
] | ||
// other plugins | ||
] | ||
@@ -77,3 +77,3 @@ } | ||
```jsonc | ||
```json | ||
{ | ||
@@ -80,0 +80,0 @@ "plugins": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12821
8
+ Added@auto-canary/bot-list@9.23.1-canary.undefined.14406.0(transitive)
+ Added@auto-canary/core@9.23.1-canary.undefined.14406.0(transitive)
- Removed@auto-canary/bot-list@9.23.0-canary.1099.14367.0(transitive)
- Removed@auto-canary/core@9.23.0-canary.1099.14367.0(transitive)