@limetech/lime-web-components-testing
Advanced tools
Comparing version 4.23.3-alpha.1 to 4.23.3-alpha.2
@@ -6,2 +6,10 @@ # Change Log | ||
## [4.23.3-alpha.2](https://github.com/Lundalogik/lime-web-components/compare/v4.23.3-alpha.1...v4.23.3-alpha.2) (2021-11-15) | ||
**Note:** Version bump only for package @limetech/lime-web-components-testing | ||
## [4.23.3-alpha.1](https://github.com/Lundalogik/lime-web-components/compare/v4.23.3-alpha.0...v4.23.3-alpha.1) (2021-09-28) | ||
@@ -8,0 +16,0 @@ |
@@ -17,1 +17,4 @@ "use strict"; | ||
__exportStar(require("./query"), exports); | ||
__exportStar(require("./http"), exports); | ||
__exportStar(require("./commandbus"), exports); | ||
__exportStar(require("./eventdispatcher"), exports); |
@@ -0,1 +1,2 @@ | ||
import { HttpClient, CommandBus, EventDispatcher } from '..'; | ||
/** | ||
@@ -11,2 +12,5 @@ * Service container for the Lime CRM platform | ||
*/ | ||
get(name: PlatformServiceName.CommandBus | 'commandBus'): CommandBus; | ||
get(name: PlatformServiceName.EventDispatcher | 'eventDispatcher'): EventDispatcher; | ||
get(name: PlatformServiceName.Http | 'http'): HttpClient; | ||
get(name: PlatformServiceName | string): any; | ||
@@ -13,0 +17,0 @@ /** |
/** | ||
* Core platform service names | ||
*/ | ||
// eslint-disable-next-line no-shadow | ||
/* eslint-disable @typescript-eslint/no-shadow */ | ||
export var PlatformServiceName; | ||
@@ -6,0 +6,0 @@ (function (PlatformServiceName) { |
@@ -5,1 +5,4 @@ export * from './core'; | ||
export * from './query'; | ||
export * from './http'; | ||
export * from './commandbus'; | ||
export * from './eventdispatcher'; |
@@ -5,1 +5,4 @@ export * from './core'; | ||
export * from './query'; | ||
export * from './http'; | ||
export * from './commandbus'; | ||
export * from './eventdispatcher'; |
{ | ||
"name": "@limetech/lime-web-components-testing", | ||
"version": "4.23.3-alpha.1", | ||
"version": "4.23.3-alpha.2", | ||
"author": "Lime Technologies", | ||
@@ -36,3 +36,3 @@ "homepage": "https://github.com/Lundalogik/lime-web-components", | ||
"dependencies": { | ||
"@limetech/lime-web-components-interfaces": "^4.23.3-alpha.1" | ||
"@limetech/lime-web-components-interfaces": "^4.23.3-alpha.2" | ||
}, | ||
@@ -45,3 +45,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "551b85eb981dbd66e306688e5302446d62e1759a" | ||
"gitHead": "83930a21fd4493cf9a6ffe3d10a481d9a0927393" | ||
} |
808312
160
28035