Skip to content

Commit

Permalink
1.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
gfiorentino committed May 30, 2021
1 parent 8c16954 commit e2ecf39
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 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
@@ -1,6 +1,6 @@
{
"name": "piffero",
"version": "1.1.9",
"version": "1.1.10",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
8 changes: 5 additions & 3 deletions src/piffero.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
import { Readable, Stream } from "stream";
import { ConditionEval } from "./conditioneval/conditioneval";
import { MasterHandler, PATH_ERROR_MESSAGE, PifferoJsonPathError } from "./handler/mastehandler";
import {
MasterHandler,
PATH_ERROR_MESSAGE,
PifferoJsonPathError,
} from "./handler/mastehandler";

export class Piffero {
static findByPath(stream: Readable, jsonPath: string = "$"): Stream {
Expand Down Expand Up @@ -159,5 +163,3 @@ export class JSONPath {
return null;
}
}


0 comments on commit e2ecf39

Please sign in to comment.