Skip to content

Commit

Permalink
Merge pull request #75 from kuzzleio/feat/move-to-espresso-minimizer
Browse files Browse the repository at this point in the history
feat: move to espresso-minimizer
  • Loading branch information
rolljee authored Jan 15, 2025
2 parents fb950c8 + 34b1165 commit e4c018e
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 39 deletions.
2 changes: 1 addition & 1 deletion lib/transform/canonical.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/

import { BaseN, CartesianProduct } from 'ts-combinatorics';
import { Espresso } from 'espresso-logic-minimizer';
import { Espresso } from 'espresso-minimizer';

import { JSONObject } from '../types/JSONObject';
import { strcmp } from '../util/stringCompare';
Expand Down
94 changes: 57 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@flatten-js/interval-tree": "1.1.3",
"boost-geospatial-index": "1.3.0",
"espresso-logic-minimizer": "2.0.3",
"espresso-minimizer": "1.0.0",
"json-stable-stringify": "1.2.1",
"ngeohash": "0.6.3",
"node-units": "0.1.7",
Expand Down

0 comments on commit e4c018e

Please sign in to comment.