Comparing version 0.1.1 to 0.1.2
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var CsvBuilder_1 = require("./src/csv-builder/CsvBuilder"); | ||
var CsvBuilder_1 = require("./csv-builder/CsvBuilder"); | ||
exports.CsvBuilder = CsvBuilder_1.default; |
{ | ||
"name": "filefy", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A javascript library to produce downloadable files sucs as in CSV, PDF, XLSX, DOCX formats", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
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
4123