@limetech/lime-web-components-interfaces
Advanced tools
Comparing version 4.40.0 to 4.41.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [4.41.0](https://github.com/Lundalogik/lime-web-components/compare/v4.40.0...v4.41.0) (2022-03-07) | ||
### Features | ||
* **product-analytics:** add product analytics service ([ac72a2d](https://github.com/Lundalogik/lime-web-components/commit/ac72a2d58558b8fe028ac95f91247123f2481d6f)), closes [Lundalogik/crm-feature#2704](https://github.com/Lundalogik/crm-feature/issues/2704) [#371](https://github.com/Lundalogik/lime-web-components/issues/371) | ||
# [4.40.0](https://github.com/Lundalogik/lime-web-components/compare/v4.39.0...v4.40.0) (2022-03-07) | ||
@@ -8,0 +19,0 @@ |
@@ -17,2 +17,3 @@ "use strict"; | ||
PlatformServiceName["KeybindingRegistry"] = "keybindingRegistry"; | ||
PlatformServiceName["ProductAnalytics"] = "productAnalytics"; | ||
PlatformServiceName["LimetypesState"] = "state.limetypes"; | ||
@@ -19,0 +20,0 @@ PlatformServiceName["LimeobjectsState"] = "state.limeobjects"; |
@@ -26,1 +26,2 @@ "use strict"; | ||
__exportStar(require("./route-registry-service.interface"), exports); | ||
__exportStar(require("./product-analytics.interface"), exports); |
@@ -56,2 +56,7 @@ /** | ||
KeybindingRegistry = "keybindingRegistry", | ||
/** | ||
* @note Work in progress, do not use! | ||
* @private | ||
*/ | ||
ProductAnalytics = "productAnalytics", | ||
LimetypesState = "state.limetypes", | ||
@@ -58,0 +63,0 @@ LimeobjectsState = "state.limeobjects", |
@@ -30,2 +30,7 @@ /** | ||
PlatformServiceName["KeybindingRegistry"] = "keybindingRegistry"; | ||
/** | ||
* @note Work in progress, do not use! | ||
* @private | ||
*/ | ||
PlatformServiceName["ProductAnalytics"] = "productAnalytics"; | ||
PlatformServiceName["LimetypesState"] = "state.limetypes"; | ||
@@ -32,0 +37,0 @@ PlatformServiceName["LimeobjectsState"] = "state.limeobjects"; |
@@ -14,1 +14,2 @@ export * from './http-service.interface'; | ||
export * from './route-registry-service.interface'; | ||
export * from './product-analytics.interface'; |
@@ -14,1 +14,2 @@ export * from './http-service.interface'; | ||
export * from './route-registry-service.interface'; | ||
export * from './product-analytics.interface'; |
{ | ||
"name": "@limetech/lime-web-components-interfaces", | ||
"version": "4.40.0", | ||
"version": "4.41.0", | ||
"author": "Lime Technologies", | ||
@@ -33,3 +33,3 @@ "homepage": "https://github.com/Lundalogik/lime-web-components", | ||
}, | ||
"gitHead": "083ecd20e6422e2c72fc79d22bd41ed2d7a0cae3" | ||
"gitHead": "02aaca44e577694804ce6900067e34d95d998419" | ||
} |
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
85647
100
1966