Skip to content

Commit

Permalink
feat(datasette-manager): Sync manager version with python version
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrosquall committed Jul 1, 2023
1 parent cef6740 commit 92e0916
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions datasette/static/datasette-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,13 @@ const DOM_SELECTORS = {
/**
* Monolith class for interacting with Datasette JS API
* Imported with DEFER, runs after main document parsed
* For now, manually synced with datasette/version.py
*/
const datasetteManager = {
VERSION: 'TODO_INJECT_VERSION_OR_ENDPOINT_FROM_SERVER_OR_AT_BUILD_TIME',
VERSION: '1.0a2',


// TODO: Should order of registration matter?
// TODO: Should order of registration matter more?

// Should plugins be allowed to clobber others or is it last-in takes priority?
// Does pluginMetadata need to be serializable, or can we let it be stateful / have functions?
Expand Down

0 comments on commit 92e0916

Please sign in to comment.