Skip to content

Commit

Permalink
Merge pull request #49 from plume-sig/pre-taho-changes
Browse files Browse the repository at this point in the history
Pre taho PR changes
  • Loading branch information
Divide-By-0 authored Oct 5, 2023
2 parents 5297908 + f7cccd0 commit b94ba29
Show file tree
Hide file tree
Showing 4 changed files with 2,527 additions and 4,024 deletions.
4 changes: 2 additions & 2 deletions javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "plume-sig",
"version": "1.5.0",
"version": "2.0.0",
"packageManager": "[email protected]",
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/js-sha512": "^0",
"@types/node": "^18.11.9",
"@types/nodemon": "^1.19.2",
"jest": "^29.7.0",
"nodemon": "^2.0.20",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
Expand All @@ -15,7 +16,6 @@
"dependencies": {
"@noble/secp256k1": "^1.7.0",
"amcl-js": "^3.1.0",
"jest": "^29.3.1",
"js-sha512": "^0.8.0"
},
"main": "dist/index.js",
Expand Down
5 changes: 4 additions & 1 deletion javascript/src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
export { computeAllInputs } from "./signals";
export {
computeAllInputs,
PlumeVersion,
} from "./signals";
2 changes: 1 addition & 1 deletion javascript/src/signals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { createHash } from "node:crypto";

// PLUME version
export enum PlumeVersion {
V1,
V1 = 1,
V2,
}

Expand Down
Loading

0 comments on commit b94ba29

Please sign in to comment.