@jbrowse/plugin-config 2.15.3 → 2.16.0
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/dist/index.d.ts +0 -1
- package/dist/index.js +1 -3
- package/esm/index.d.ts +0 -1
- package/esm/index.js +0 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -10,5 +10,4 @@ export default class ConfigurationPlugin extends Plugin {
|
|
|
10
10
|
name: string;
|
|
11
11
|
install(pluginManager: PluginManager): void;
|
|
12
12
|
}
|
|
13
|
-
export { default as JsonEditor } from './ConfigurationEditorWidget/components/JsonEditor';
|
|
14
13
|
export { LazyConfigurationEditorComponent as ConfigurationEditor };
|
package/dist/index.js
CHANGED
|
@@ -26,7 +26,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
26
26
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.ConfigurationEditor =
|
|
29
|
+
exports.ConfigurationEditor = void 0;
|
|
30
30
|
const react_1 = require("react");
|
|
31
31
|
const Plugin_1 = __importDefault(require("@jbrowse/core/Plugin"));
|
|
32
32
|
const FromConfigAdapter_1 = __importDefault(require("./FromConfigAdapter"));
|
|
@@ -52,5 +52,3 @@ class ConfigurationPlugin extends Plugin_1.default {
|
|
|
52
52
|
}
|
|
53
53
|
}
|
|
54
54
|
exports.default = ConfigurationPlugin;
|
|
55
|
-
var JsonEditor_1 = require("./ConfigurationEditorWidget/components/JsonEditor");
|
|
56
|
-
Object.defineProperty(exports, "JsonEditor", { enumerable: true, get: function () { return __importDefault(JsonEditor_1).default; } });
|
package/esm/index.d.ts
CHANGED
|
@@ -10,5 +10,4 @@ export default class ConfigurationPlugin extends Plugin {
|
|
|
10
10
|
name: string;
|
|
11
11
|
install(pluginManager: PluginManager): void;
|
|
12
12
|
}
|
|
13
|
-
export { default as JsonEditor } from './ConfigurationEditorWidget/components/JsonEditor';
|
|
14
13
|
export { LazyConfigurationEditorComponent as ConfigurationEditor };
|
package/esm/index.js
CHANGED
|
@@ -21,5 +21,4 @@ export default class ConfigurationPlugin extends Plugin {
|
|
|
21
21
|
NcbiSequenceReportAliasAdapterF(pluginManager);
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
|
-
export { default as JsonEditor } from './ConfigurationEditorWidget/components/JsonEditor';
|
|
25
24
|
export { LazyConfigurationEditorComponent as ConfigurationEditor };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/plugin-config",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.16.0",
|
|
4
4
|
"description": "JBrowse 2 config utilities",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jbrowse",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"distModule": "esm/index.js",
|
|
57
57
|
"srcModule": "src/index.ts",
|
|
58
58
|
"module": "esm/index.js",
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "1e6d4fbc27ce684eed19e3c217f34bd2da24ab75"
|
|
60
60
|
}
|