File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " json-power-query" ,
3
- "version" : " 1.1.19 " ,
3
+ "version" : " 1.1.20 " ,
4
4
"description" : " A simpler version of a json querying mechanism." ,
5
5
"main" : " ./dist/cjs/index.js" ,
6
6
"module" : " ./dist/esm/index.js" ,
19
19
"build:default" : " rm -rf dist && rollup index.js --file dist/cjs/index.js --format cjs --exports named && rollup index.js --file dist/esm/index.js --format esm && echo '{ \" type\" : \" module\" }' > dist/esm/package.json && echo '{ \" type\" : \" commonjs\" }' > dist/cjs/package.json && cd dist && standard --fix */*.js && tsc ../index.js --declaration --allowJs --emitDeclarationOnly --target ESNext --moduleResolution node"
20
20
},
21
21
"dependencies" : {
22
- "json-logic-engine" : " ^1.1.19 "
22
+ "json-logic-engine" : " ^1.2.8 "
23
23
},
24
24
"devDependencies" : {
25
25
"coveralls" : " ^3.1.1" ,
Original file line number Diff line number Diff line change @@ -2941,10 +2941,10 @@ jsesc@^2.5.1:
2941
2941
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4"
2942
2942
integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==
2943
2943
2944
- json-logic-engine@^1.1.19 :
2945
- version "1.1.19 "
2946
- resolved "https://registry.yarnpkg.com/json-logic-engine/-/json-logic-engine-1.1.19 .tgz#2a9ee3e3e01df5d159711833721b72e1769d089d "
2947
- integrity sha512-vXy1LJBzh+I27otUOBNwKq7OilQGIywSun2JT2e1m01Kqh562Le+gooVXVDmHYed91B9jShKTJHyGFUls/bWIw ==
2944
+ json-logic-engine@^1.2.8 :
2945
+ version "1.2.8 "
2946
+ resolved "https://registry.yarnpkg.com/json-logic-engine/-/json-logic-engine-1.2.8 .tgz#42a8741a495ae223f003a14c25181748996fee1d "
2947
+ integrity sha512-Lpilqr8ptP3p4Z/6UN/ir0P1vXNG2YW9dSlm++BD27ZR1IR/Xq6Edl5Bx25x7Z9C8smzrdLu890DW45zn/vugQ ==
2948
2948
2949
2949
json-parse-better-errors@^1.0.1 :
2950
2950
version "1.0.2"
You can’t perform that action at this time.
0 commit comments