@enplug/sdk-dashboard
Advanced tools
Comparing version 5.0.0-dev.8 to 5.0.0-dev.9
{ | ||
"name": "@enplug/sdk-dashboard", | ||
"version": "5.0.0-dev.8", | ||
"version": "5.0.0-dev.9", | ||
"description": "Enplug Dashboard SDK", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.ts", |
import { EnplugDashboardSDK } from '.'; | ||
import { Dashboard } from './dashboard'; | ||
import { Social } from './social'; | ||
declare const enplug: EnplugDashboardSDK; | ||
declare namespace enplug { | ||
const dashboard: Dashboard; | ||
const account: Account; | ||
const social: Social; | ||
export { EnplugDashboardSDK }; | ||
} | ||
export * from './external-types'; |
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
190694
2879