Skip to content

Commit 434ff2c

Browse files
optic-release-automation[bot]RangerMauve
andauthored
[OPTIC-RELEASE-AUTOMATION] release/v5.1.1 (#1166)
Release v5.1.1 Co-authored-by: RangerMauve <[email protected]>
1 parent df7b287 commit 434ff2c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/api/md/-internal-/classes/Roles.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Get the role for device `deviceId`.
108108

109109
### getRoleReason()
110110

111-
> **getRoleReason**(`deviceId`): `Promise`\<`null` \| `string`\>
111+
> **getRoleReason**(`deviceId`): `Promise`\<`undefined` \| `string`\>
112112
113113
Get the reason for the role of `deviceId` (if it exists).
114114

@@ -118,4 +118,4 @@ Get the reason for the role of `deviceId` (if it exists).
118118

119119
#### Returns
120120

121-
`Promise`\<`null` \| `string`\>
121+
`Promise`\<`undefined` \| `string`\>

docs/api/md/-internal-/namespaces/home_runner_work_comapeo-core_comapeo-core_src_mapeo-project/interfaces/RoleChangeEvent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
##### reason
1818

19-
> **reason**: `null` \| `string`
19+
> **reason**: `undefined` \| `string`

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@comapeo/core",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"description": "Offline p2p mapping library",
55
"main": "src/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)