Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "ls-custom", | ||
"description": "A Longest Subsequence finder for TS/JS with a preferable runtime to the most commonly\nseen implementation (n logn vs n^2), and that allows clients to supply a custom comparator.", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"author": "jimblackler@gmail.com", | ||
@@ -9,3 +9,2 @@ "license": "Apache-2.0", | ||
"types": "dist/index.d.ts", | ||
"type": "module", | ||
"scripts": { | ||
@@ -12,0 +11,0 @@ "build": "tsc", |
17508
No