@voidwalkers/void-functions
Advanced tools
Comparing version 0.1.6 to 0.1.7
{ | ||
"name": "@voidwalkers/void-functions", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "Functions for Void Walkers Void", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -1,2 +0,8 @@ | ||
import {FunctionSystemRole, FunctionTriggerEvent, FunctionTriggerSubject, FunctionType} from '#src/lib/constants.js'; | ||
import { | ||
FunctionSystemRole, | ||
FunctionTriggerEvent, | ||
FunctionTriggerSubject, | ||
FunctionType, | ||
ProjectUserCredentialsType | ||
} from '#src/lib/constants.js'; | ||
@@ -25,2 +31,2 @@ let registerHandler = null; | ||
export {FunctionSystemRole, FunctionTriggerEvent, FunctionTriggerSubject}; | ||
export {FunctionSystemRole, FunctionTriggerEvent, FunctionTriggerSubject, ProjectUserCredentialsType}; |
@@ -23,1 +23,5 @@ export const FunctionSystemRole = { | ||
}; | ||
export const ProjectUserCredentialsType = { | ||
Custom: 'custom' | ||
}; |
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
2509
46