@opentrace/opentrace 0.1.1-rc.504 → 0.2.0

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -125,7 +125,7 @@ src/
125
125
 
126
126
  - **Pixi.js** — GPU-accelerated 2D graph rendering
127
127
  - **Graphology** — In-memory graph data structure with Force-Atlas2 layout and Louvain community detection
128
- - **tree-sitter (WASM)** — In-browser code parsing for 14+ languages
128
+ - **tree-sitter (WASM)** — In-browser code parsing for 15 languages
129
129
  - **LadybugDB** — Parquet-backed WASM graph store
130
130
  - **LangChain** — LLM orchestration for chat and code summarization
131
131
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentrace/opentrace",
3
- "version": "0.1.1-rc.504",
3
+ "version": "0.2.0",
4
4
  "type": "module",
5
5
  "description": "React components for graph visualization — powered by Pixi.js and Graphology",
6
6
  "license": "Apache-2.0",