Skip to content

v0.3.7

Choose a tag to compare

@github-actions github-actions released this 22 Jan 07:15
· 19 commits to main since this release

HAP SDK v0.3.7

Installation

JavaScript/TypeScript:

npm install human-attestation@0.3.7

Python:

pip install human-attestation==0.3.7

Go:

go get github.com/Blue-Scroll/hap/packages/hap-go@v0.3.7

Java (Maven):

<dependency>
    <groupId>io.bluescroll</groupId>
    <artifactId>human-attestation</artifactId>
    <version>0.3.7</version>
</dependency>

Ruby:

gem install human-attestation -v 0.3.7

PHP:

composer require bluescroll/human-attestation:0.3.7

C#/.NET:

dotnet add package HumanAttestation --version 0.3.7