Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This workflow is used to release a new version of @devrev/ts-adaas package to
# This workflow is used to release a new version of @devrev/airsync-sdk package to
# npm registry and generate release notes using softprops/action-gh-release
# action. It consists of two jobs:
#
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
id: version
run: |
# Get the latest version including prereleases
LATEST_VERSION=$(npm view @devrev/ts-adaas versions --json 2>/dev/null | jq -r '.[-1]' || echo "0.0.0")
LATEST_VERSION=$(npm view @devrev/airsync-sdk versions --json 2>/dev/null | jq -r '.[-1]' || echo "0.0.0")
echo "Latest published version: $LATEST_VERSION"
echo "LATEST_PUBLISHED_VERSION=$LATEST_VERSION" >> $GITHUB_ENV

Expand Down
1,028 changes: 1,028 additions & 0 deletions MIGRATION.md

Large diffs are not rendered by default.

6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,5 @@ It provides features such as:
## Installation

```bash
npm install @devrev/ts-adaas
npm install @devrev/airsync-sdk
```

## Reference

Please refer to the [REFERENCE.md](./REFERENCE.md) file for more information on the types, interfaces and functions used in the library.
Loading
Loading