@vitessce/constants-internal 3.9.3 → 3.9.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
|
@@ -1328,10 +1328,10 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
|
1328
1328
|
]
|
|
1329
1329
|
};
|
|
1330
1330
|
const note = "This file is autogenerated by .changeset/post-changelog.mjs.";
|
|
1331
|
-
const version = "3.9.
|
|
1331
|
+
const version = "3.9.4";
|
|
1332
1332
|
const date = "2026-02-11";
|
|
1333
1333
|
const branch = "changeset-release/main";
|
|
1334
|
-
const hash = "
|
|
1334
|
+
const hash = "df319539";
|
|
1335
1335
|
const version$1 = {
|
|
1336
1336
|
note,
|
|
1337
1337
|
version,
|
package/dist-tsc/version.json
CHANGED
package/package.json
CHANGED