@enplug/sdk-dashboard
Advanced tools
Comparing version 5.2.0-dev.1 to 5.2.0-dev.2
@@ -8,2 +8,2 @@ import { EnplugDashboardSDK } from './src'; | ||
export * from './src/types/external-types'; | ||
export * from './types/external-types'; |
{ | ||
"name": "@enplug/sdk-dashboard", | ||
"version": "5.2.0-dev.1", | ||
"version": "5.2.0-dev.2", | ||
"description": "Enplug Dashboard SDK", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.ts", |
@@ -15,3 +15,3 @@ import { | ||
DefaultAsset, | ||
} from './types/external-types'; | ||
} from '../types/external-types'; | ||
import { BridgeBase } from './bridge/bridge-base'; | ||
@@ -18,0 +18,0 @@ import { validateArray, validateObject, validateString } from './utils'; |
@@ -14,3 +14,3 @@ import { | ||
DataConnectionConfig, | ||
} from './types/external-types'; | ||
} from '../types/external-types'; | ||
import { BridgeBase } from './bridge/bridge-base'; | ||
@@ -17,0 +17,0 @@ import { validateArray, validateBool, validateFunction, validateObject, validateString } from './utils'; |
import { BridgeBase } from './bridge/bridge-base'; | ||
import { MessageNames, MessageNamespaces } from './internal-types'; | ||
import { PreapprovalDialogOptions, SocialItemsResponse, TwitterSubscriptionStatusResponse } from './types/external-types'; | ||
import { PreapprovalDialogOptions, SocialItemsResponse, TwitterSubscriptionStatusResponse } from '../types/external-types'; | ||
import { validateObject, validateString } from './utils'; | ||
@@ -5,0 +5,0 @@ |
Sorry, the diff of this file is not supported yet
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
194473
12
2732