You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(workspace)!: rename packages to remove platform prefix
BREAKING CHANGE: Package names have been simplified and renamed:
- @aignostics/platform-typescript-sdk is now @aignostics/sdk
- @aignostics/platform-cli is now @aignostics/cli
Users must update their installations:
- npm install @aignostics/sdk (instead of @aignostics/platform-typescript-sdk)
- npm install -g @aignostics/cli (instead of @aignostics/platform-cli)
- Update import statements: import { PlatformSDK } from "@aignostics/sdk"
All package references, imports, documentation, CI/CD workflows,
and build configurations have been updated accordingly.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
All notable changes to this project are documented in GitHub Releases.
4
4
5
-
Please visit the [GitHub Releases page](https://github.com/aignostics/platform-typescript-sdk/releases) to see the full changelog with detailed release notes.
5
+
Please visit the [GitHub Releases page](https://github.com/aignostics/typescript-sdk/releases) to see the full changelog with detailed release notes.
6
6
7
7
## Why GitHub Releases?
8
8
@@ -15,9 +15,9 @@ We use GitHub Releases to automatically generate changelogs from commit messages
0 commit comments