@vitessce/constants-internal 3.3.7 → 3.3.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 +3 -3
- package/dist-tsc/version.json +3 -3
- package/package.json +1 -1
- package/src/version.json +3 -3
package/dist/index.js
CHANGED
|
@@ -784,10 +784,10 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
|
784
784
|
]
|
|
785
785
|
};
|
|
786
786
|
const note = "This file is autogenerated by .changeset/post-changelog.mjs.";
|
|
787
|
-
const version = "3.3.
|
|
788
|
-
const date = "2024-03-
|
|
787
|
+
const version = "3.3.9";
|
|
788
|
+
const date = "2024-03-22";
|
|
789
789
|
const branch = "changeset-release/main";
|
|
790
|
-
const hash = "
|
|
790
|
+
const hash = "da07c69b";
|
|
791
791
|
const version$1 = {
|
|
792
792
|
note,
|
|
793
793
|
version,
|
package/dist-tsc/version.json
CHANGED
package/package.json
CHANGED
package/src/version.json
CHANGED