Skip to content

Commit

Permalink
feat: v2 version of lib (#2)
Browse files Browse the repository at this point in the history
- Support for the State API
- HTTP client for API requests
- Local development environment creates local artifact files
- Improvements in logging
  • Loading branch information
radovan-jorgic authored Jul 24, 2024
1 parent b9fd23a commit b11724c
Show file tree
Hide file tree
Showing 25 changed files with 1,074 additions and 775 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ Typescript ADaaS Library (@devrev/ts-adaas) provides:
- an adapter for ADaaS control protocol,
- helpers for uploading artifacts and manage the state for ADaaS snap-in.

## Release Notes

#### v0.0.2

- Support for the State API
- HTTP client for API requests
- Local development environment creates local artifact files
- Improvements in logging

#### v0.0.1

- Demo implementation of ADaaS snap-in
- Adapter for ADaaS control protocol with helper functions
- Uploader for uploading artifacts

## Usage

Create a new ADaaS adapter on each ADaaS snap-in invocation:
Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devrev/ts-adaas",
"version": "0.0.1",
"version": "0.0.2",
"description": "Typescript library containing the ADaaS(AirDrop as a Service) control protocol.",
"type": "commonjs",
"main": "./dist/src/index.js",
Expand Down
133 changes: 0 additions & 133 deletions src/adapter/index.test.ts

This file was deleted.

Loading

0 comments on commit b11724c

Please sign in to comment.