@deboxsoft/module-core
Advanced tools
Comparing version
{ | ||
"name": "@deboxsoft/module-core", | ||
"version": "1.8.0-8", | ||
"version": "1.8.0-9", | ||
"license": "SEE LICENSE IN LICENSE", | ||
@@ -18,8 +18,12 @@ "maintainers": [ | ||
"typings": "types/index.d.ts", | ||
"module": "index.js", | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"import": "./index.js", | ||
"require": "./index.cjs.js" | ||
} | ||
}, | ||
"files": [ | ||
"types", | ||
"index.js", | ||
"index.cjs.js", | ||
"LICENSE" | ||
"*", | ||
"!src" | ||
], | ||
@@ -29,3 +33,3 @@ "scripts": { | ||
"build": "yarn r:run-p build:rollup build:tsc", | ||
"build:rollup": "yarn r:rollup -c ../../scripts/rollup/config.js", | ||
"build:rollup": "yarn r:rollup -c", | ||
"build:tsc": "yarn clean && yarn r:tsc --declaration --emitDeclarationOnly --declarationDir ./types", | ||
@@ -54,3 +58,3 @@ "clean": "yarn r:rimraf types", | ||
"devDependencies": { | ||
"@nurdiansyah/rollup": "^1.3.2", | ||
"@nurdiansyah/rollup": "^1.4.1", | ||
"@types/node": "^14.14.20", | ||
@@ -57,0 +61,0 @@ "ava": "^3.15.0", |
99779
122.39%67
109.38%3130
158.25%Yes
NaN