Comparing version 1.31.0 to 1.31.1
{ | ||
"version": "1.31.0", | ||
"version": "1.31.1", | ||
"name": "pkgbld", | ||
@@ -4,0 +4,0 @@ "license": "MIT", |
@@ -249,5 +249,5 @@ # pkgbld | ||
Plugins suppose to implement one or more of the following interface methods as their package exports: | ||
Plugins suppose to implement one or more of the following interface methods on an object that returned by `create()` function exported by the plugin module. | ||
``` | ||
```typescript | ||
interface PkgbldPlugin { | ||
@@ -254,0 +254,0 @@ options(parsedArgs: {[key: string]: string | number}, options: ReturnType<typeof getCliOptions>): void; |
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
69023