@idetik/core 0.13.2 → 0.13.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.
Files changed (3) hide show
  1. package/README.md +5 -11
  2. package/package.json +1 -1
  3. package/LICENSE.md +0 -21
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @idetik/core
2
2
 
3
- A layer-based visualization abstraction for interactive rendering of large datasets, with particular focus on scientific imaging and bioinformatics data formats.
3
+ A layer-based library for interactive visualization of large datasets.
4
4
 
5
5
  ## Installation
6
6
 
@@ -8,16 +8,10 @@ A layer-based visualization abstraction for interactive rendering of large datas
8
8
  npm install @idetik/core
9
9
  ```
10
10
 
11
- ## Releasing
11
+ ## Project Status
12
12
 
13
- This package is automatically released using [semantic-release](https://github.com/semantic-release/semantic-release).
13
+ This project is under active development and not yet stable. We welcome bug reports and new ideas, but are not prepared to review or accept major contributions at this time.
14
14
 
15
- ### Automatic Releases
15
+ ## Documentation
16
16
 
17
- When PRs are merged to `main` with conventional commit messages, a new version is automatically:
18
- - Versioned based on commit types (`feat`, `fix`, `BREAKING CHANGE`, etc.)
19
- - Published to npm
20
- - Tagged in GitHub with release notes
21
- - Documented in the auto-generated CHANGELOG.md
22
-
23
- See the [root README](../../README.md#release) for complete release documentation.
17
+ For complete documentation, development setup, and contribution guidelines, see the [main repository](https://github.com/chanzuckerberg/idetik).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idetik/core",
3
- "version": "0.13.2",
3
+ "version": "0.13.3",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite",
package/LICENSE.md DELETED
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2025 Chan Zuckerberg Initiative Foundation
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.