@discoveryjs/discovery
Advanced tools
Comparing version 1.0.0-beta.35 to 1.0.0-beta.36
@@ -0,1 +1,6 @@ | ||
## 1.0.0-beta.36 (17-05-2020) | ||
- Bumped deps: [jora@1.0.0-beta.2](https://github.com/discoveryjs/jora/releases/tag/v1.0.0-beta.2) | ||
- Fixed exception in `table` view when column query is empty | ||
## 1.0.0-beta.35 (14-05-2020) | ||
@@ -2,0 +7,0 @@ |
{ | ||
"name": "@discoveryjs/discovery", | ||
"version": "1.0.0-beta.35", | ||
"version": "1.0.0-beta.36", | ||
"description": "Hackable JSON discovery tool", | ||
@@ -35,3 +35,3 @@ "author": "Roman Dvornov <rdvornov@gmail.com> (https://github.com/lahmatiy)", | ||
"hitext-prismjs": "^1.1.0", | ||
"jora": "1.0.0-beta.1", | ||
"jora": "1.0.0-beta.2", | ||
"prismjs": "^1.19.0" | ||
@@ -38,0 +38,0 @@ }, |
@@ -30,3 +30,3 @@ /* eslint-env browser */ | ||
return `(${query}) desc`; | ||
return `(${query || '$'}) desc`; | ||
} | ||
@@ -33,0 +33,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
1302339
+ Addedjora@1.0.0-beta.2(transitive)
- Removedjora@1.0.0-beta.1(transitive)
Updatedjora@1.0.0-beta.2