@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 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.5.12";
1231
- const date = "2025-05-14";
1230
+ const version = "3.6.0";
1231
+ const date = "2025-06-02";
1232
1232
  const branch = "changeset-release/main";
1233
- const hash = "a2f10645";
1233
+ const hash = "e59decf5";
1234
1234
  const version$1 = {
1235
1235
  note,
1236
1236
  version,
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "note": "This file is autogenerated by .changeset/post-changelog.mjs.",
3
- "version": "3.5.12",
4
- "date": "2025-05-14",
3
+ "version": "3.6.0",
4
+ "date": "2025-06-02",
5
5
  "branch": "changeset-release/main",
6
- "hash": "a2f10645"
6
+ "hash": "e59decf5"
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/constants-internal",
3
- "version": "3.5.12",
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": "^4.3.0",
20
- "vitest": "^0.32.2"
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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "note": "This file is autogenerated by .changeset/post-changelog.mjs.",
3
- "version": "3.5.12",
4
- "date": "2025-05-14",
3
+ "version": "3.6.0",
4
+ "date": "2025-06-02",
5
5
  "branch": "changeset-release/main",
6
- "hash": "a2f10645"
6
+ "hash": "e59decf5"
7
7
  }