easy-template-x
Advanced tools
Comparing version 4.1.0 to 4.1.1
@@ -1,2 +0,2 @@ | ||
import * as JSZip from 'jszip'; | ||
import JSZip from 'jszip'; | ||
import { Constructor } from '../types'; | ||
@@ -3,0 +3,0 @@ import { Binary } from '../utils'; |
@@ -1,2 +0,2 @@ | ||
import * as JSZip from 'jszip'; | ||
import JSZip from 'jszip'; | ||
import { Constructor } from '../types'; | ||
@@ -3,0 +3,0 @@ import { Binary } from '../utils'; |
{ | ||
"name": "easy-template-x", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "Generate docx documents from templates, in Node or in the browser.", | ||
@@ -24,4 +24,8 @@ "keywords": [ | ||
"type": "module", | ||
"main": "dist/cjs/easy-template-x.js", | ||
"module": "dist/es/easy-template-x.js", | ||
"main": "dist/cjs/easy-template-x.cjs", | ||
"module": "dist/es/easy-template-x.mjs", | ||
"exports": { | ||
"require": "./dist/cjs/easy-template-x.cjs", | ||
"import": "./dist/es/easy-template-x.mjs" | ||
}, | ||
"typings": "dist/types/index.d.ts", | ||
@@ -33,3 +37,3 @@ "files": [ | ||
"scripts": { | ||
"clean": "rimraf .tmp dist test-reports", | ||
"clean": "rimraf .tmp dist test-reports && yarn clean-dist-verify", | ||
"typecheck": "tsc --noEmit", | ||
@@ -42,3 +46,9 @@ "lint": "eslint \"./{src,test}/**/!(*.d).ts\"", | ||
"build": "yarn build-types && yarn build-src", | ||
"release": "yarn clean && yarn quality && yarn build" | ||
"release": "yarn clean && yarn quality && yarn build && yarn dist-verify", | ||
"dist-verify": "yarn dist-verify-cjs && yarn dist-verify-es", | ||
"dist-verify-cjs": "cd dist-verify/cjs && npm install && node main.js", | ||
"dist-verify-es": "cd dist-verify/es && npm install && node main.js", | ||
"clean-dist-verify": "yarn clean-dist-verify-cjs && yarn clean-dist-verify-es", | ||
"clean-dist-verify-cjs": "rimraf dist-verify/cjs/node_modules dist-verify/cjs/package-lock.json", | ||
"clean-dist-verify-es": "rimraf dist-verify/es/node_modules dist-verify/es/package-lock.json" | ||
}, | ||
@@ -45,0 +55,0 @@ "packageManager": "yarn@4.3.1", |
@@ -1,2 +0,2 @@ | ||
import * as JSZip from 'jszip'; | ||
import JSZip from 'jszip'; | ||
import { MissingArgumentError } from '../errors'; | ||
@@ -3,0 +3,0 @@ import { Constructor } from '../types'; |
@@ -1,2 +0,2 @@ | ||
import * as JSZip from 'jszip'; | ||
import JSZip from 'jszip'; | ||
import { Constructor } from '../types'; | ||
@@ -3,0 +3,0 @@ import { Binary } from '../utils'; |
@@ -1,2 +0,2 @@ | ||
import * as JSZip from 'jszip'; | ||
import JSZip from 'jszip'; | ||
import { Constructor } from '../types'; | ||
@@ -3,0 +3,0 @@ import { Binary } from '../utils'; |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
401599
10174
1