@vitessce/constants-internal 3.5.12 → 3.6.0
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 +3 -3
- package/src/version.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1227,10 +1227,10 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
|
1227
1227
|
]
|
|
1228
1228
|
};
|
|
1229
1229
|
const note = "This file is autogenerated by .changeset/post-changelog.mjs.";
|
|
1230
|
-
const version = "3.
|
|
1231
|
-
const date = "2025-
|
|
1230
|
+
const version = "3.6.0";
|
|
1231
|
+
const date = "2025-06-02";
|
|
1232
1232
|
const branch = "changeset-release/main";
|
|
1233
|
-
const hash = "
|
|
1233
|
+
const hash = "e59decf5";
|
|
1234
1234
|
const version$1 = {
|
|
1235
1235
|
note,
|
|
1236
1236
|
version,
|
package/dist-tsc/version.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitessce/constants-internal",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.6.0",
|
|
4
4
|
"author": "HIDIVE Lab at HMS",
|
|
5
5
|
"homepage": "http://vitessce.io",
|
|
6
6
|
"repository": {
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"dist-tsc"
|
|
17
17
|
],
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"vite": "^
|
|
20
|
-
"vitest": "^
|
|
19
|
+
"vite": "^6.3.5",
|
|
20
|
+
"vitest": "^3.1.4"
|
|
21
21
|
},
|
|
22
22
|
"scripts": {
|
|
23
23
|
"bundle": "pnpm exec vite build -c ../../scripts/vite.config.js",
|
package/src/version.json
CHANGED