@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.0";
495
- const branch = "release-v3.0.0";
496
- const date = "2023-06-05";
497
- const hash = "74d01aab";
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,
@@ -1,3 +1,4 @@
1
+ import { describe, it, expect } from 'vitest';
1
2
  import { DataType } from './constants.js';
2
3
  import { DATA_TYPE_COORDINATION_VALUE_USAGE, } from './constant-relationships.js';
3
4
  describe('src/app/constant-relationships.js', () => {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "note": "This file is regenerated by push-demo.sh.",
3
- "version": "3.0.0",
4
- "branch": "release-v3.0.0",
5
- "date": "2023-06-05",
6
- "hash": "74d01aab"
3
+ "version": "3.0.1",
4
+ "branch": "release-v3.0.1",
5
+ "date": "2023-06-30",
6
+ "hash": "8014e94f"
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/constants-internal",
3
- "version": "3.0.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.23.4"
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 -r ../../ --dir ."
24
+ "test": "pnpm exec vitest --run"
25
25
  },
26
26
  "module": "dist/index.js",
27
27
  "exports": {
@@ -1,3 +1,4 @@
1
+ import { describe, it, expect } from 'vitest';
1
2
  import { DataType } from './constants.js';
2
3
  import {
3
4
  DATA_TYPE_COORDINATION_VALUE_USAGE,
package/src/version.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "note": "This file is regenerated by push-demo.sh.",
3
- "version": "3.0.0",
4
- "branch": "release-v3.0.0",
5
- "date": "2023-06-05",
6
- "hash": "74d01aab"
3
+ "version": "3.0.1",
4
+ "branch": "release-v3.0.1",
5
+ "date": "2023-06-30",
6
+ "hash": "8014e94f"
7
7
  }