roamjs-components 0.54.14 → 0.54.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +0 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "roamjs-components",
3
3
  "description": "Description for roamjs-components",
4
- "version": "0.54.14",
4
+ "version": "0.54.15",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
7
7
  "scripts": {
package/types/index.d.ts CHANGED
@@ -489,7 +489,6 @@ declare global {
489
489
  queryBuilder?: {
490
490
  QueryEditor: (props: {
491
491
  parentUid: string;
492
- defaultQuery: string[];
493
492
  onQuery: (query: {
494
493
  returnNode: string;
495
494
  conditions: QueryBuilderCondition[];