@vitessce/constants-internal 3.6.14 → 3.6.15
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
|
@@ -1301,10 +1301,10 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
|
1301
1301
|
]
|
|
1302
1302
|
};
|
|
1303
1303
|
const note = "This file is autogenerated by .changeset/post-changelog.mjs.";
|
|
1304
|
-
const version = "3.6.
|
|
1305
|
-
const date = "2025-08-
|
|
1304
|
+
const version = "3.6.15";
|
|
1305
|
+
const date = "2025-08-13";
|
|
1306
1306
|
const branch = "changeset-release/main";
|
|
1307
|
-
const hash = "
|
|
1307
|
+
const hash = "521d3210";
|
|
1308
1308
|
const version$1 = {
|
|
1309
1309
|
note,
|
|
1310
1310
|
version,
|
package/dist-tsc/version.json
CHANGED
package/package.json
CHANGED
package/src/version.json
CHANGED