@hello.nrfcloud.com/proto-map 5.6.0 → 5.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -20,7 +20,7 @@ export const ResourceUpdate = Type.Object(
20
20
  deviceId: PublicDeviceId,
21
21
  },
22
22
  {
23
- title: 'Resource history',
23
+ title: 'Resource update',
24
24
  description: 'Describes an update to a LwM2M resource for a device.',
25
25
  },
26
26
  )
@@ -12,6 +12,6 @@ export var ResourceUpdate = Type.Object({
12
12
  ts: Timestamp,
13
13
  deviceId: PublicDeviceId
14
14
  }, {
15
- title: "Resource history",
15
+ title: "Resource update",
16
16
  description: "Describes an update to a LwM2M resource for a device."
17
17
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hello.nrfcloud.com/proto-map",
3
- "version": "5.6.0",
3
+ "version": "5.6.1",
4
4
  "description": "Documents the communication protocol between devices, the hello.nrfcloud.com/map backend and web application",
5
5
  "type": "module",
6
6
  "exports": {