messagebird
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "messagebird", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "A node.js wrapper for the MessageBird REST API", | ||
@@ -5,0 +5,0 @@ "main": "lib/messagebird.js", |
@@ -24,3 +24,3 @@ // TypeScript Version: 3.0 | ||
import { MmsObject, MmsParameter } from './mms'; | ||
import { Features } from 'feature'; | ||
import { Features } from './feature'; | ||
@@ -27,0 +27,0 @@ type CallbackFn<T = unknown> = (err: Error | null, res: T | null) => void; |
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
130547