File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,16 +56,16 @@ Refer to the next section for keeping the types updated.
56
56
#### Keeping up with the latest types
57
57
58
58
This package depends on [ @seamapi/types ] for the latest TypeScript types.
59
- New versions of this package are generally not released when new types are published.
59
+ New versions of this SDK are generally not released when new types are published.
60
60
Unless your project frequently runs a blanket ` npm update ` ,
61
61
the types will become outdated with the Seam API over time.
62
- Thus, users of this package should explicitly install the types
62
+ Thus, users of this package should explicitly install the types with
63
63
64
64
```
65
65
$ npm install -D @seamapi/types
66
66
```
67
67
68
- and update them when consuming new API features:
68
+ and update them when consuming new API features with
69
69
70
70
```
71
71
$ npm install -D @seamapi/http@latest
You can’t perform that action at this time.
0 commit comments