Commit 4581d61
authored
refactor: Rename SQS message model class (#1191)
Change the name of the class to match the name exported from the package
index.
This should not be a breaking change because the class is the default
export of its module. Just in case there is some contrived case that
depends on the class's `name` attribute, we'll include this in the
v2.0.0 major release.
Jira: [ENG-2733]1 parent baa4966 commit 4581d61
2 files changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
215 | 216 | | |
216 | 217 | | |
217 | 218 | | |
| 219 | + | |
| 220 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments