Comparing version 2.1.6 to 3.0.0
@@ -0,1 +1,15 @@ | ||
# [3.0.0](https://github.com/jshor/symbology/compare/v2.1.6...v3.0.0) (2021-06-01) | ||
### Features | ||
* v3 ([6571397](https://github.com/jshor/symbology/commit/6571397b529e25207da8aa131083beed17c02b20)) | ||
### BREAKING CHANGES | ||
* drops support for node v12 and v13. | ||
## [2.1.6](https://github.com/jshor/symbology/compare/v2.1.5...v2.1.6) (2021-04-30) | ||
@@ -2,0 +16,0 @@ |
export = symbology; | ||
declare const symbology: any; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import SymbologyType from './types/enums/SymbologyType'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import BinResult from '../types/BinResult'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import OutputType from './types/enums/OutputType'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ declare type BinResult = { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ declare enum EncodingMode { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ declare enum OutputOption { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ declare enum OutputType { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ declare enum SymbologyType { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ declare type RGBAColor = { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import EncodingMode from './enums/EncodingMode'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ declare type SymbologyResult = { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
{ | ||
"name": "symbology", | ||
"version": "2.1.6", | ||
"version": "3.0.0", | ||
"description": "🔖 Generates 1D, 2D, and composite barcodes in png, svg, or eps formats. Supports 50+ symbologies.", | ||
@@ -49,3 +49,3 @@ "scripts": { | ||
"engines": { | ||
"node": ">=12.0.0 <16.0.0" | ||
"node": ">=14.0.0 <17.0.0" | ||
}, | ||
@@ -82,5 +82,5 @@ "dependencies": { | ||
}, | ||
"bundledDependencies": [ | ||
"@mapbox/node-pre-gyp" | ||
], | ||
"peerDependencies": { | ||
"@mapbox/node-pre-gyp": "^1.0.2" | ||
}, | ||
"husky": { | ||
@@ -118,3 +118,3 @@ "hooks": { | ||
}, | ||
"zintVersion": "f9b639e" | ||
"zintVersion": "89518c4" | ||
} |
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
141593
7