@qamposer/react 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +10 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,14 +6,15 @@ Qamposer is a modular, open-source quantum composer that can be embedded into yo
6
6
 
7
7
  ## Installation
8
8
 
9
- > **Coming Soon** - npm package publication is in progress.
10
-
11
9
  ```bash
12
- # Not yet available
13
10
  npm install @qamposer/react
14
11
  ```
15
12
 
16
- For now, please use the source code directly or contact the maintainers for access.
13
+ For the full version with visualization (Q-sphere, histograms), also install Plotly:
14
+
15
+ ```bash
16
+ npm install plotly.js-basic-dist-min react-plotly.js
17
+ ```
17
18
 
18
19
  ## Examples
19
20
 
@@ -310,6 +311,11 @@ For `Qamposer` (full version) with visualization:
310
311
  }
311
312
  ```
312
313
 
314
+ ## Support & Stability
315
+
316
+ - This library is under active development.
317
+ - Please report issues via [GitHub Issues](https://github.com/QAMP-62/qamposer-react/issues).
318
+
313
319
  ## License
314
320
 
315
321
  Licensed under the Apache 2.0.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qamposer/react",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "React components for quantum circuit composition",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",