@roots/bud-extensions
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -55,3 +55,3 @@ "use strict"; | ||
return this.isPlugin() && this.isPluginEnabled() | ||
? this.callMeMaybe(this.module.make, this, this.bud()) | ||
? this.callMeMaybe(this.module.make, this) | ||
: false; | ||
@@ -67,5 +67,2 @@ }; | ||
}; | ||
/** | ||
* ## extension.setApi | ||
*/ | ||
this.setApi = function () { | ||
@@ -101,5 +98,2 @@ this.module.api && | ||
}; | ||
/** | ||
* ## extension.setBuilders | ||
*/ | ||
this.setBuilders = function (builders) { | ||
@@ -106,0 +100,0 @@ builders.map(([name, handler]) => { |
@@ -44,5 +44,2 @@ import Framework from '@roots/bud-typings'; | ||
isPluginEnabled: () => boolean; | ||
/** | ||
* ## extension.setApi | ||
*/ | ||
setApi: () => void; | ||
@@ -71,7 +68,4 @@ /** | ||
getOptions: () => Framework.Container; | ||
/** | ||
* ## extension.setBuilders | ||
*/ | ||
setBuilders: (builders: [string, CallableFunction][]) => void; | ||
} | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@roots/bud-extensions", | ||
"description": "Bud extensions controller", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"homepage": "https://roots.io/bud", | ||
@@ -41,5 +41,5 @@ "repository": { | ||
"devDependencies": { | ||
"@roots/bud-typings": "^2.0.4" | ||
"@roots/bud-typings": "^2.0.5" | ||
}, | ||
"gitHead": "dbeacc552c8ec5712e18365338b52e2bfe4bc98c" | ||
"gitHead": "6fd8b9fe47bf6ce1b69a96ce92cdbcc2f8ba0082" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
31311
741