@vitessce/constants-internal 3.1.1 → 3.1.3
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
|
@@ -495,10 +495,10 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
|
495
495
|
]
|
|
496
496
|
};
|
|
497
497
|
const note = "This file is autogenerated by .changeset/post-changelog.mjs.";
|
|
498
|
-
const version = "3.1.
|
|
499
|
-
const date = "2023-
|
|
498
|
+
const version = "3.1.3";
|
|
499
|
+
const date = "2023-09-05";
|
|
500
500
|
const branch = "changeset-release/main";
|
|
501
|
-
const hash = "
|
|
501
|
+
const hash = "daf84518";
|
|
502
502
|
const version$1 = {
|
|
503
503
|
note,
|
|
504
504
|
version,
|
package/dist-tsc/version.json
CHANGED
package/package.json
CHANGED
package/src/version.json
CHANGED