Socket
Socket
Sign inDemoInstall

@limetech/lime-web-components-interfaces

Package Overview
Dependencies
Maintainers
4
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@limetech/lime-web-components-interfaces - npm Package Compare versions

Comparing version 2.4.0 to 2.5.0

dist/es5/service/user-statistics-service.interface.js

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [2.5.0](https://github.com/Lundalogik/lime-web-components/compare/v2.4.1...v2.5.0) (2020-04-09)
### Features
* **user-statistics-service:** add user statistics service interface ([250486b](https://github.com/Lundalogik/lime-web-components/commit/250486b2968880eef516422aefa14c30152161ea))
# [2.4.0](https://github.com/Lundalogik/lime-web-components/compare/v2.3.0...v2.4.0) (2020-03-30)

@@ -8,0 +19,0 @@

1

dist/es5/lime-web-component-platform.interface.js

@@ -13,2 +13,3 @@ "use strict";

PlatformServiceName["EventDispatcher"] = "eventDispatcher";
PlatformServiceName["UserStatistics"] = "userStatistics";
PlatformServiceName["LimetypesState"] = "state.limetypes";

@@ -15,0 +16,0 @@ PlatformServiceName["LimeobjectsState"] = "state.limeobjects";

@@ -8,1 +8,2 @@ "use strict";

__export(require("./task-service.interface"));
__export(require("./user-statistics-service.interface"));

@@ -41,2 +41,3 @@ /**

EventDispatcher = "eventDispatcher",
UserStatistics = "userStatistics",
LimetypesState = "state.limetypes",

@@ -43,0 +44,0 @@ LimeobjectsState = "state.limeobjects",

@@ -14,2 +14,3 @@ /**

PlatformServiceName["EventDispatcher"] = "eventDispatcher";
PlatformServiceName["UserStatistics"] = "userStatistics";
PlatformServiceName["LimetypesState"] = "state.limetypes";

@@ -16,0 +17,0 @@ PlatformServiceName["LimeobjectsState"] = "state.limeobjects";

@@ -11,1 +11,2 @@ export * from './http-service.interface';

export * from './event-dispatcher-service';
export * from './user-statistics-service.interface';
export * from './commandbus-service';
export * from './task-service.interface';
export * from './user-statistics-service.interface';

4

package.json
{
"name": "@limetech/lime-web-components-interfaces",
"version": "2.4.0",
"version": "2.5.0",
"author": "Lime Technologies",

@@ -33,3 +33,3 @@ "homepage": "https://github.com/Lundalogik/lime-web-components",

},
"gitHead": "351a91e6ecdd5ada1f87441419e4437d47a977b4"
"gitHead": "623345f77bb619875ce7788e59b4e96d6f4dbc12"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc