Skip to content

Commit b11724c

Browse files
feat: v2 version of lib (#2)
- Support for the State API - HTTP client for API requests - Local development environment creates local artifact files - Improvements in logging
1 parent b9fd23a commit b11724c

25 files changed

+1074
-775
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ Typescript ADaaS Library (@devrev/ts-adaas) provides:
66
- an adapter for ADaaS control protocol,
77
- helpers for uploading artifacts and manage the state for ADaaS snap-in.
88

9+
## Release Notes
10+
11+
#### v0.0.2
12+
13+
- Support for the State API
14+
- HTTP client for API requests
15+
- Local development environment creates local artifact files
16+
- Improvements in logging
17+
18+
#### v0.0.1
19+
20+
- Demo implementation of ADaaS snap-in
21+
- Adapter for ADaaS control protocol with helper functions
22+
- Uploader for uploading artifacts
23+
924
## Usage
1025

1126
Create a new ADaaS adapter on each ADaaS snap-in invocation:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devrev/ts-adaas",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Typescript library containing the ADaaS(AirDrop as a Service) control protocol.",
55
"type": "commonjs",
66
"main": "./dist/src/index.js",

src/adapter/index.test.ts

Lines changed: 0 additions & 133 deletions
This file was deleted.

0 commit comments

Comments
 (0)