@eroc/core
Advanced tools
Comparing version 2.2.0 to 3.0.0
@@ -1,2 +0,2 @@ | ||
/* @eroc/core v2.2.0 2020-02-03T16:50:19.756Z licensed MIT */ | ||
/* @eroc/core v3.0.0 2020-04-22T12:41:02.315Z licensed MIT */ | ||
const startEventRecorder = (core) => { | ||
@@ -3,0 +3,0 @@ const events = []; |
@@ -1,2 +0,2 @@ | ||
/* @eroc/core v2.2.0 2020-02-03T16:50:19.756Z licensed MIT */ | ||
/* @eroc/core v3.0.0 2020-04-22T12:41:02.315Z licensed MIT */ | ||
var Core = (function (exports) { | ||
@@ -3,0 +3,0 @@ 'use strict'; |
{ | ||
"name": "@eroc/core", | ||
"version": "2.2.0", | ||
"version": "3.0.0", | ||
"description": "Lightweight framework for scalable applications", | ||
@@ -8,4 +8,4 @@ "license": "MIT", | ||
"homepage": "https://github.com/msodeveloper/core.js", | ||
"main": "dist/core.umd.js", | ||
"module": "dist/core.es.js", | ||
"type": "module", | ||
"main": "src/core.js", | ||
"scripts": { | ||
@@ -21,6 +21,7 @@ "serve": "serve . -p 8080", | ||
"devDependencies": { | ||
"@rollup/plugin-node-resolve": "^7.1.3", | ||
"eslint": "^6.8.0", | ||
"eslint-config-red": "^1.1.0", | ||
"eslint-config-red": "^1.7.0", | ||
"jasmine": "^3.5.0", | ||
"rollup": "^1.19.4", | ||
"rollup": "^2.7.1", | ||
"serve": "^11.3.0" | ||
@@ -27,0 +28,0 @@ }, |
@@ -212,2 +212,11 @@ # core [![Build Status](https://travis-ci.org/mauriciosoares/core.js.svg?branch=master)](https://travis-ci.org/mauriciosoares/core.js) [![Coverage Status](https://img.shields.io/coveralls/mauriciosoares/core.js.svg)](https://coveralls.io/r/mauriciosoares/core.js) [![Code Climate](https://codeclimate.com/github/mauriciosoares/core.js/badges/gpa.svg)](https://codeclimate.com/github/mauriciosoares/core.js) | ||
### 3.0.0 | ||
* Use abstract name to import for dependencies. Change default main. Convert to ES module. | ||
* Rename dist/core.umd.js into dist/core.umd.cjs | ||
### 2.2.0 | ||
* Add default logger | ||
### 2.1.0 | ||
@@ -214,0 +223,0 @@ |
@@ -5,3 +5,3 @@ export { Core, ALL, ERROR }; | ||
export { useDefaultLogging } from "./logging.js"; | ||
import EventEmitter from "../node_modules/event-e3/event-e3.js"; | ||
import EventEmitter from "event-e3"; | ||
@@ -8,0 +8,0 @@ |
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
270
Yes
43785
6
10
1029