Skip to content

Commit

Permalink
version: 0.7.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
micwallace committed Oct 20, 2023
1 parent a8c331e commit 7e123ef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/main/javascript/crypto/package-lock.json

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

2 changes: 1 addition & 1 deletion src/main/javascript/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tokenscript/attestation",
"version": "0.7.0-rc.1",
"version": "0.7.0-rc.2",
"description": "A library for integrating cryptographic attestations into applications",
"type": "commonjs",
"main": "dist/index.js",
Expand Down
2 changes: 2 additions & 0 deletions src/main/javascript/crypto/src/eas/EasTicketAttestation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ import {KeyPair, KeysArray} from "../libs/KeyPair";
import {EIP712DomainTypedData} from "@ethereum-attestation-service/eas-sdk/dist/offchain/typed-data-handler";
import * as pako from "pako";

export {SignedOffchainAttestation, decodeBase64ZippedBase64, zipAndEncodeToBase64};

export enum AbiFieldTypes {
bool = 'bool',
uint8 = 'uint8',
Expand Down

1 comment on commit 7e123ef

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report for src/main/javascript/crypto/

St.
Category Percentage Covered / Total
🟡 Statements 76.8% 2529/3293
🔴 Branches 51.08% 379/742
🟢 Functions 82.07% 444/541
🟡 Lines 76.99% 2486/3229

Test suite run success

73 tests passing in 2 suites.

Report generated by 🧪jest coverage report action from 7e123ef

Please sign in to comment.