@vitessce/constants-internal 3.4.8 → 3.4.9
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.js +2 -2
- package/dist-tsc/version.json +2 -2
- package/package.json +1 -1
- package/src/version.json +2 -2
package/dist/index.js
CHANGED
|
@@ -842,10 +842,10 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
|
842
842
|
]
|
|
843
843
|
};
|
|
844
844
|
const note = "This file is autogenerated by .changeset/post-changelog.mjs.";
|
|
845
|
-
const version = "3.4.
|
|
845
|
+
const version = "3.4.9";
|
|
846
846
|
const date = "2024-07-26";
|
|
847
847
|
const branch = "changeset-release/main";
|
|
848
|
-
const hash = "
|
|
848
|
+
const hash = "9582ddcf";
|
|
849
849
|
const version$1 = {
|
|
850
850
|
note,
|
|
851
851
|
version,
|
package/dist-tsc/version.json
CHANGED
package/package.json
CHANGED