@itrocks/sorted-array
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -10,8 +10,14 @@ { | ||
}, | ||
"engines": { | ||
"node": ">=18" | ||
}, | ||
"exports": { | ||
"import": "./esm/sorted-array.js", | ||
"require": "./cjs/sorted-array.js" | ||
}, | ||
"files": [ | ||
"LICENSE", | ||
"README.md", | ||
"cjs", | ||
"sorted-array.d.ts", | ||
"sorted-array.js" | ||
"*/*.d.ts", | ||
"*/*.js" | ||
], | ||
@@ -32,5 +38,3 @@ "keywords": [ | ||
], | ||
"license": "MIT", | ||
"main": "./cjs/sorted-array.js", | ||
"module": "./sorted-array.js", | ||
"license": "ISC", | ||
"name": "@itrocks/sorted-array", | ||
@@ -43,4 +47,4 @@ "repository": "https://github.com/itrocks-ts/sorted-array", | ||
}, | ||
"types": "./sorted-array.d.ts", | ||
"version": "0.0.13" | ||
"types": "./esm/sorted-array.d.ts", | ||
"version": "0.0.14" | ||
} |
Sorry, the diff of this file is not supported yet
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
22209
7
372
1