@eroc/core
Advanced tools
Comparing version 0.13.5 to 0.14.0
@@ -1,2 +0,2 @@ | ||
/* @eroc/core v0.13.5 2018-11-01T13:12:15.385Z licensed MIT */ | ||
/* @eroc/core v0.14.0 2019-07-22T22:25:10.964Z licensed MIT */ | ||
var Core = (function (exports) { | ||
@@ -3,0 +3,0 @@ 'use strict'; |
@@ -1,2 +0,2 @@ | ||
/* @eroc/core v0.13.5 2018-11-01T13:12:15.385Z licensed MIT */ | ||
/* @eroc/core v0.14.0 2019-07-22T22:25:10.964Z licensed MIT */ | ||
/** | ||
@@ -3,0 +3,0 @@ * Handles error messages |
@@ -1,7 +0,7 @@ | ||
/* @eroc/core v0.13.5 2018-11-01T13:12:15.385Z licensed MIT */ | ||
/* @eroc/core v0.14.0 2019-07-22T22:25:10.964Z licensed MIT */ | ||
(function (global, factory) { | ||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : | ||
typeof define === 'function' && define.amd ? define('Core', ['exports'], factory) : | ||
(factory((global.Core = {}))); | ||
}(this, (function (exports) { 'use strict'; | ||
(global = global || self, factory(global.Core = {})); | ||
}(this, function (exports) { 'use strict'; | ||
@@ -231,2 +231,2 @@ /** | ||
}))); | ||
})); |
{ | ||
"name": "@eroc/core", | ||
"version": "0.13.5", | ||
"version": "0.14.0", | ||
"main": "dist/core.umd.js", | ||
"module": "dist/core.js", | ||
"description": "Lightweight framework for scalable applications", | ||
@@ -8,18 +10,17 @@ "author": "Mauricio Soares", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/msodeveloper/core.js.git" | ||
"scripts": { | ||
"serve": "serve", | ||
"bundle": "rollup --config tools/rollup.config.js", | ||
"prepublishOnly": "npm run bundle", | ||
"test": "jasmine --config=tests/jasmine.json" | ||
}, | ||
"main": "dist/core.umd.js", | ||
"module": "dist/core.js", | ||
"files": [ | ||
"dist/core.umd.js", | ||
"dist/core.iife.js", | ||
"dist/core.js", | ||
"src", | ||
"dist", | ||
"LICENSE", | ||
"README.md" | ||
], | ||
"scripts": { | ||
"bundle": "rollup --config tools/rollup.config.js", | ||
"test": "jasmine --config=tests/jasmine.json" | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/msodeveloper/core.js.git" | ||
}, | ||
@@ -36,5 +37,6 @@ "bugs": { | ||
"devDependencies": { | ||
"jasmine": "^3.2.0", | ||
"rollup": "^0.66.6" | ||
"jasmine": "^3.3.1", | ||
"rollup": "^1.1.2", | ||
"serve": "^10.1.1" | ||
} | ||
} |
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
34002
9
769
3