@vitessce/constants-internal 3.5.8 → 3.5.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
|
@@ -1174,10 +1174,10 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
|
1174
1174
|
]
|
|
1175
1175
|
};
|
|
1176
1176
|
const note = "This file is autogenerated by .changeset/post-changelog.mjs.";
|
|
1177
|
-
const version = "3.5.
|
|
1178
|
-
const date = "2025-03-
|
|
1177
|
+
const version = "3.5.9";
|
|
1178
|
+
const date = "2025-03-12";
|
|
1179
1179
|
const branch = "changeset-release/main";
|
|
1180
|
-
const hash = "
|
|
1180
|
+
const hash = "7ec4174e";
|
|
1181
1181
|
const version$1 = {
|
|
1182
1182
|
note,
|
|
1183
1183
|
version,
|
package/dist-tsc/version.json
CHANGED
package/package.json
CHANGED
package/src/version.json
CHANGED