@vitessce/constants-internal 3.0.0 → 3.0.1
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
|
@@ -491,10 +491,10 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
|
491
491
|
]
|
|
492
492
|
};
|
|
493
493
|
const note = "This file is regenerated by push-demo.sh.";
|
|
494
|
-
const version = "3.0.
|
|
495
|
-
const branch = "release-v3.0.
|
|
496
|
-
const date = "2023-06-
|
|
497
|
-
const hash = "
|
|
494
|
+
const version = "3.0.1";
|
|
495
|
+
const branch = "release-v3.0.1";
|
|
496
|
+
const date = "2023-06-30";
|
|
497
|
+
const hash = "8014e94f";
|
|
498
498
|
const version$1 = {
|
|
499
499
|
note,
|
|
500
500
|
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.0.
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"author": "Gehlenborg Lab",
|
|
5
5
|
"homepage": "http://vitessce.io",
|
|
6
6
|
"repository": {
|
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
],
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"vite": "^4.3.0",
|
|
20
|
-
"vitest": "^0.
|
|
20
|
+
"vitest": "^0.32.2"
|
|
21
21
|
},
|
|
22
22
|
"scripts": {
|
|
23
23
|
"bundle": "pnpm exec vite build -c ../../scripts/vite.config.js",
|
|
24
|
-
"test": "pnpm exec vitest --run
|
|
24
|
+
"test": "pnpm exec vitest --run"
|
|
25
25
|
},
|
|
26
26
|
"module": "dist/index.js",
|
|
27
27
|
"exports": {
|
package/src/version.json
CHANGED