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
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,10 @@ or
34
34
yarn add @nutrient-sdk/dws-client-typescript
35
35
```
36
36
37
+
## Migration Guides
38
+
39
+
- v2.0.0: See `docs/MIGRATION.md` for URL input changes and `sign()` restrictions.
40
+
37
41
## Integration with Coding Agents
38
42
39
43
This package has built-in support with popular coding agents like Claude Code, GitHub Copilot, Cursor, and Windsurf by exposing scripts that will inject rules instructing the coding agents on how to use the package. This ensures that the coding agent doesn't hallucinate documentation, as well as making full use of all the features offered in Nutrient DWS TypeScript Client.
0 commit comments