Skip to content

Commit

Permalink
Bump eo-protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
Cirras committed Jun 21, 2023
1 parent c4e2340 commit 5def0ab
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Rename `SkillLearn.levelReq` field to `levelRequirement`.
- Rename `SkillLearn.classReq` field to `classRequirement`.
- Rename `SkillLearn.skillReq` field to `skillRequirement`.
- Rename `CitizenRequestClientPacket.behaviourId` field to `behaviorId`.
- Rename `CitizenAcceptClientPacket.behaviourId` field to `behaviorId`.
- Rename `CitizenReplyClientPacket.behaviourId` field to `behaviorId`.
- Rename `CitizenRemoveClientPacket.behaviourId` field to `behaviorId`.
- Rename `CitizenOpenServerPacket.behaviourId` field to `behaviorId`.
- Rename `QuestDialogServerPacket.behaviourId` field to `behaviorId`.
- Rename `EnfRecord.behaviourId` field to `behaviorId`.

### Fixed

- Import resolution failures when consuming the library as an ESM.
Expand Down
2 changes: 1 addition & 1 deletion scripts/eo-protocol

0 comments on commit 5def0ab

Please sign in to comment.