@vitessce/constants-internal 3.6.5 → 3.6.6
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
|
@@ -1292,10 +1292,10 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
|
1292
1292
|
]
|
|
1293
1293
|
};
|
|
1294
1294
|
const note = "This file is autogenerated by .changeset/post-changelog.mjs.";
|
|
1295
|
-
const version = "3.6.
|
|
1296
|
-
const date = "2025-07-
|
|
1295
|
+
const version = "3.6.6";
|
|
1296
|
+
const date = "2025-07-14";
|
|
1297
1297
|
const branch = "changeset-release/main";
|
|
1298
|
-
const hash = "
|
|
1298
|
+
const hash = "275d52f5";
|
|
1299
1299
|
const version$1 = {
|
|
1300
1300
|
note,
|
|
1301
1301
|
version,
|
package/dist-tsc/version.json
CHANGED
package/package.json
CHANGED
package/src/version.json
CHANGED