@aws-lambda-powertools/batch
Advanced tools
Comparing version
{ | ||
"name": "@aws-lambda-powertools/batch", | ||
"version": "1.14.0", | ||
"version": "2.0.0-alpha.0", | ||
"description": "The batch processing package for the Powertools for AWS Lambda (TypeScript) library.", | ||
@@ -27,7 +27,32 @@ "author": { | ||
], | ||
"main": "./lib/index.js", | ||
"types": "./lib/index.d.ts", | ||
"main": "./lib/cjs/index.js", | ||
"types": "./lib/cjs/index.d.ts", | ||
"files": [ | ||
"lib" | ||
] | ||
], | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"require": { | ||
"types": "./lib/cjs/index.d.ts", | ||
"default": "./lib/cjs/index.js" | ||
}, | ||
"import": { | ||
"types": "./lib/esm/index.d.ts", | ||
"default": "./lib/esm/index.js" | ||
} | ||
}, | ||
"./types": { | ||
"import": "./lib/esm/types.js", | ||
"require": "./lib/cjs/types.js" | ||
} | ||
}, | ||
"typesVersions": { | ||
"*": { | ||
"types": [ | ||
"lib/cjs/types.d.ts", | ||
"lib/esm/types.d.ts" | ||
] | ||
} | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
83244
119.1%70
89.19%1446
204.42%Yes
NaN1
Infinity%1
Infinity%