@bpinternal/const
Advanced tools
Comparing version 0.0.28 to 0.0.29
{ | ||
"name": "@bpinternal/const", | ||
"version": "0.0.28", | ||
"version": "0.0.29", | ||
"description": "Constant utilities for Botpress", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.cjs", |
@@ -134,2 +134,3 @@ export const prefixToObjectMap = { | ||
export type WorkspaceId = Ids['WorkspaceId'] | ||
export type TaskId = Ids['TaskId'] | ||
@@ -136,0 +137,0 @@ type Reverser<T extends Record<PropertyKey, PropertyKey>> = { |
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
26447
1035