@colormap/presets
Advanced tools
Comparing version 0.1.0-4 to 0.2.0
@@ -1,6 +0,6 @@ | ||
export { default as BLACK_WHITE } from './black-white'; | ||
export { default as CIVIDIS } from './cividis'; | ||
export { default as INFERNO } from './inferno'; | ||
export { default as MAGMA } from './magma'; | ||
export { default as PLASMA } from './plasma'; | ||
export { default as VIRIDIS } from './viridis'; | ||
export { default as blackWhite } from './black-white'; | ||
export { default as cividis } from './cividis'; | ||
export { default as inferno } from './inferno'; | ||
export { default as magma } from './magma'; | ||
export { default as plasma } from './plasma'; | ||
export { default as viridis } from './viridis'; |
@@ -1301,2 +1301,2 @@ const colors = [ | ||
export { colors as BLACK_WHITE, colors$1 as CIVIDIS, colors$2 as INFERNO, colors$3 as MAGMA, colors$4 as PLASMA, colors$5 as VIRIDIS }; | ||
export { colors as blackWhite, colors$1 as cividis, colors$2 as inferno, colors$3 as magma, colors$4 as plasma, colors$5 as viridis }; |
(function (global, factory) { | ||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : | ||
typeof define === 'function' && define.amd ? define(['exports'], factory) : | ||
(global = global || self, factory(global['color-mapping'] = {})); | ||
}(this, function (exports) { 'use strict'; | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global['color-mapping'] = {})); | ||
}(this, (function (exports) { 'use strict'; | ||
@@ -1307,11 +1307,11 @@ const colors = [ | ||
exports.BLACK_WHITE = colors; | ||
exports.CIVIDIS = colors$1; | ||
exports.INFERNO = colors$2; | ||
exports.MAGMA = colors$3; | ||
exports.PLASMA = colors$4; | ||
exports.VIRIDIS = colors$5; | ||
exports.blackWhite = colors; | ||
exports.cividis = colors$1; | ||
exports.inferno = colors$2; | ||
exports.magma = colors$3; | ||
exports.plasma = colors$4; | ||
exports.viridis = colors$5; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
})); | ||
}))); |
{ | ||
"name": "@colormap/presets", | ||
"version": "0.1.0-4", | ||
"version": "0.2.0", | ||
"description": "Flexible library to map scalar values to colors", | ||
@@ -22,11 +22,11 @@ "main": "dist/index.umd.js", | ||
"devDependencies": { | ||
"@colormap/core": "^0.1.0-3", | ||
"rollup": "^1.10.1", | ||
"rollup-plugin-typescript2": "^0.21.0", | ||
"typescript": "^3.4.5" | ||
"@colormap/core": "^0.2.0", | ||
"rollup": "^2.23.0", | ||
"rollup-plugin-typescript2": "^0.27.1", | ||
"tslib": "2.0.0", | ||
"typescript": "^3.9.7" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "78f53f094a44290225a9692b4461bbcdb69e54bb" | ||
} | ||
} |
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
99037
5