bimatter-viewer-react 0.0.4 → 0.0.5

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/LICENSE.md +15 -0
  2. package/README.md +6 -0
  3. package/package.json +2 -1
package/LICENSE.md ADDED
@@ -0,0 +1,15 @@
1
+ # License
2
+
3
+ Copyright (c) 2026 Bimatter.
4
+
5
+ This package is licensed under the PolyForm Noncommercial License 1.0.0.
6
+
7
+ You may use, copy, modify, and distribute this package for noncommercial purposes, including testing, evaluation, research, education, and personal projects.
8
+
9
+ Commercial use is not permitted without separate written permission from the copyright holder.
10
+
11
+ Full license text:
12
+
13
+ https://polyformproject.org/licenses/noncommercial/1.0.0/
14
+
15
+ SPDX-License-Identifier: PolyForm-Noncommercial-1.0.0
package/README.md CHANGED
@@ -8,6 +8,12 @@ Vanila js viewer core: [bimatter-viewer](https://www.npmjs.com/package/bimatter-
8
8
 
9
9
  Write your issuse here: [GitHub](https://github.com/rkaeplive/bimatter-viewer/issues)
10
10
 
11
+ ## License
12
+
13
+ `bimatter-viewer-react` is licensed under `PolyForm-Noncommercial-1.0.0`.
14
+
15
+ You may use it for testing, evaluation, research, education, and personal noncommercial projects. Commercial use requires separate written permission.
16
+
11
17
  ## Create A New React + Vite + TypeScript Project
12
18
 
13
19
  ```bash
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "bimatter-viewer-react",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
+ "license": "PolyForm-Noncommercial-1.0.0",
4
5
  "type": "module",
5
6
  "main": "./lib/index.js",
6
7
  "module": "./lib/index.js",