Skip to content

Commit 43f33ac

Browse files
Merge pull request #6 from Green-Software-Foundation/new-error
Add 'MissingPluginDependenciesError' custom error
2 parents 8b21305 + 3561c98 commit 43f33ac

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.eslintignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ build/
22
dist/
33
src/**/**.d.ts
44
src/**/**.js
5+
types
6+
utils
7+
index**

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@grnsft/if-core",
33
"description": "If core utilities.",
4-
"version": "0.0.8",
4+
"version": "0.0.9",
55
"author": {
66
"name": "Green Software Foundation",
77
"email": "[email protected]"

src/utils/errors.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const CUSTOM_ERRORS = [
1111
'MissingAggregationParamError',
1212
'MissingPluginMethodError',
1313
'MissingPluginPathError',
14+
'MissingPluginDependenciesError',
1415
'PluginInitializationError',
1516
'InvalidExhaustPluginError',
1617
/** Plugins */

0 commit comments

Comments
 (0)