@vitessce/constants-internal 3.5.3 → 3.5.4
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
|
@@ -929,10 +929,10 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
|
929
929
|
]
|
|
930
930
|
};
|
|
931
931
|
const note = "This file is autogenerated by .changeset/post-changelog.mjs.";
|
|
932
|
-
const version = "3.5.
|
|
932
|
+
const version = "3.5.4";
|
|
933
933
|
const date = "2025-01-14";
|
|
934
934
|
const branch = "changeset-release/main";
|
|
935
|
-
const hash = "
|
|
935
|
+
const hash = "76d60b64";
|
|
936
936
|
const version$1 = {
|
|
937
937
|
note,
|
|
938
938
|
version,
|
package/dist-tsc/version.json
CHANGED
package/package.json
CHANGED