@jbrowse/plugin-grid-bookmark 2.1.3 → 2.1.5

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.
@@ -1,2 +1,2 @@
1
- export { default as stateModelFactory } from "./model";
2
- export const configSchema: import("@jbrowse/core/configuration").AnyConfigurationSchemaType;
1
+ export { default as stateModelFactory } from './model';
2
+ export declare const configSchema: import("@jbrowse/core/configuration").AnyConfigurationSchemaType;
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/GridBookmarkWidget/index.js"],"names":[],"mappings":";;;;;;AAAA,+DAAiE;AACjE,iCAAsD;AAA7C,2HAAA,OAAO,OAAqB;AACxB,QAAA,YAAY,GAAG,IAAA,mCAAmB,EAAC,oBAAoB,EAAE,EAAE,CAAC,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/GridBookmarkWidget/index.ts"],"names":[],"mappings":";;;;;;AAAA,+DAAiE;AACjE,iCAAsD;AAA7C,2HAAA,OAAO,OAAqB;AACxB,QAAA,YAAY,GAAG,IAAA,mCAAmB,EAAC,oBAAoB,EAAE,EAAE,CAAC,CAAA"}
@@ -1,2 +1,2 @@
1
- export { default as stateModelFactory } from "./model";
2
- export const configSchema: import("@jbrowse/core/configuration").AnyConfigurationSchemaType;
1
+ export { default as stateModelFactory } from './model';
2
+ export declare const configSchema: import("@jbrowse/core/configuration").AnyConfigurationSchemaType;
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/GridBookmarkWidget/index.js"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAA;AACjE,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,SAAS,CAAA;AACtD,MAAM,CAAC,MAAM,YAAY,GAAG,mBAAmB,CAAC,oBAAoB,EAAE,EAAE,CAAC,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/GridBookmarkWidget/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAA;AACjE,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,SAAS,CAAA;AACtD,MAAM,CAAC,MAAM,YAAY,GAAG,mBAAmB,CAAC,oBAAoB,EAAE,EAAE,CAAC,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/plugin-grid-bookmark",
3
- "version": "2.1.3",
3
+ "version": "2.1.5",
4
4
  "description": "JBrowse 2 grid bookmark widget",
5
5
  "keywords": [
6
6
  "jbrowse",
@@ -59,5 +59,5 @@
59
59
  "distModule": "esm/index.js",
60
60
  "srcModule": "src/index.ts",
61
61
  "module": "esm/index.js",
62
- "gitHead": "ebd548ceb52adb36cf6ab437082b5b5feac1338e"
62
+ "gitHead": "bc5253ecdddeceeb999fffebf6dc6cf5f444e1c9"
63
63
  }
File without changes