Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.5.1] - 2026-04-08

### Fixed

- **`circomlibjs`** movido de `devDependencies` a `dependencies` — era importado en `src/disclosure/index.ts` (código de producción) pero no se instalaba como dependencia transitiva para consumidores del paquete (e.g. `@orbinum/sdk`).

## [3.5.0] - 2026-04-08

### Added
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbinum/proof-generator",
"version": "3.5.0",
"version": "3.5.1",
"description": "ZK-SNARK proof generator for Orbinum. Combines snarkjs (witness) with arkworks WASM (proof generation) to produce 128-byte Groth16 proofs.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -41,14 +41,14 @@
"dependencies": {
"@orbinum/circuits": "0.4.4",
"@orbinum/groth16-proofs": "3.0.0",
"circomlibjs": "0.1.7",
"snarkjs": "0.7.6"
},
"devDependencies": {
"@types/circomlibjs": "0.1.6",
"@types/node": "25.5.2",
"@types/snarkjs": "0.7.9",
"@vitest/coverage-v8": "4.1.3",
"circomlibjs": "0.1.7",
"prettier": "3.8.1",
"typescript": "6.0.2",
"vitest": "4.1.3"
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading