@wazo/euc-plugins-sdk
Advanced tools
Comparing version 0.0.18 to 0.0.19
{ | ||
"name": "@wazo/euc-plugins-sdk", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"description": "Wazo's Unified Enterprise Communication JavaScript Software Development Kit.", | ||
@@ -36,12 +36,13 @@ "author": "Wazo (http://wazo.io)", | ||
"import": { | ||
"types": "./lib/esm/types/types.d.ts", | ||
"types": "./lib/esm/types/index.d.ts", | ||
"default": "./lib/esm/index.js" | ||
}, | ||
"require": { | ||
"types": "./lib/cjs/types/types.d.ts", | ||
"types": "./lib/cjs/types/index.d.ts", | ||
"default": "./lib/cjs/index.js" | ||
} | ||
} | ||
}, | ||
"./types": "./lib/cjs/types/types.d.ts" | ||
}, | ||
"types": "./lib/cjs/types/types.d.ts", | ||
"types": "./lib/cjs/types/index.d.ts", | ||
"main": "./lib/cjs/index.js", | ||
@@ -48,0 +49,0 @@ "module": "lib/esm/index.js", |
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
150473