@voidwalkers/void-functions
Advanced tools
Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "@voidwalkers/void-functions", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Functions for Void Walkers Void", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -1,2 +0,2 @@ | ||
import {FunctionType} from '#src/lib/constants.js'; | ||
import {FunctionSystemRole, FunctionType} from '#src/lib/constants.js'; | ||
@@ -24,1 +24,3 @@ let registerHandler = null; | ||
} | ||
export {FunctionSystemRole}; |
@@ -5,1 +5,5 @@ export const FunctionType = { | ||
}; | ||
export const FunctionSystemRole = { | ||
UserAuth: 'user_auth' | ||
}; |
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
2012
25