@jbrowse/plugin-trix 1.7.4 → 1.7.7

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/plugin-trix",
3
- "version": "1.7.4",
3
+ "version": "1.7.7",
4
4
  "description": "JBrowse 2 trix text search adapter",
5
5
  "keywords": [
6
6
  "jbrowse",
@@ -43,10 +43,10 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "@babel/runtime": "^7.17.9",
46
- "@gmod/trix": "^2.0.1"
46
+ "@gmod/trix": "^2.0.4"
47
47
  },
48
48
  "publishConfig": {
49
49
  "access": "public"
50
50
  },
51
- "gitHead": "0a3e0c58055bbab8e3ab0270c139291b96eff403"
51
+ "gitHead": "2c26e04ae942c380bf2f5b79ef7a49cc32b7bfed"
52
52
  }
@@ -31,7 +31,6 @@ test('adapter can fetch output files', async () => {
31
31
  const results = await adapter.searchIndex({
32
32
  queryString: 'apple',
33
33
  })
34
-
35
34
  // check results are of type BaseResult for prefix search
36
35
  expect(results[0] instanceof BaseResult).toBeTruthy()
37
36
  expect(results[0].getLabel()).toEqual('Apple2')