@apollo-annotation/jbrowse-plugin-apollo 0.3.12 → 0.3.13
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.esm.js +1 -1
- package/dist/jbrowse-plugin-apollo.cjs.development.js +1 -1
- package/dist/jbrowse-plugin-apollo.cjs.production.min.js +1 -1
- package/dist/jbrowse-plugin-apollo.umd.development.js +1 -1
- package/dist/jbrowse-plugin-apollo.umd.production.min.js +1 -1
- package/package.json +4 -4
package/dist/index.esm.js
CHANGED
|
@@ -67,7 +67,7 @@ import TrackChangesIcon from '@mui/icons-material/TrackChanges';
|
|
|
67
67
|
import UndoIcon from '@mui/icons-material/Undo';
|
|
68
68
|
import SaveIcon from '@mui/icons-material/Save';
|
|
69
69
|
|
|
70
|
-
var version = "0.3.
|
|
70
|
+
var version = "0.3.13";
|
|
71
71
|
|
|
72
72
|
const ApolloConfigSchema = ConfigurationSchema('ApolloInternetAccount', {
|
|
73
73
|
baseURL: {
|
|
@@ -71,7 +71,7 @@ var TrackChangesIcon = require('@mui/icons-material/TrackChanges');
|
|
|
71
71
|
var UndoIcon = require('@mui/icons-material/Undo');
|
|
72
72
|
var SaveIcon = require('@mui/icons-material/Save');
|
|
73
73
|
|
|
74
|
-
var version = "0.3.
|
|
74
|
+
var version = "0.3.13";
|
|
75
75
|
|
|
76
76
|
const ApolloConfigSchema = configuration.ConfigurationSchema('ApolloInternetAccount', {
|
|
77
77
|
baseURL: {
|