@hello.nrfcloud.com/proto-map 9.1.0 → 9.1.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.
package/lwm2m/validate.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import type { LwM2MObjectInstance } from './LwM2MObjectInstance.js'
2
- import { LwM2MObjectID } from './LwM2MObjectID.js'
2
+ import type { LwM2MObjectID } from './LwM2MObjectID.js'
3
3
  import { isLwM2MObject } from './validation.js'
4
4
 
5
5
  export const validate =
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hello.nrfcloud.com/proto-map",
3
- "version": "9.1.0",
3
+ "version": "9.1.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": {
@@ -35,7 +35,7 @@
35
35
  "prepublishOnly": "./compile.sh"
36
36
  },
37
37
  "devDependencies": {
38
- "@bifravst/eslint-config-typescript": "6.0.26",
38
+ "@bifravst/eslint-config-typescript": "6.1.0",
39
39
  "@bifravst/prettier-config": "1.0.0",
40
40
  "@commitlint/config-conventional": "19.2.2",
41
41
  "@swc/cli": "0.3.12",
@@ -45,7 +45,7 @@
45
45
  "chalk": "5.3.0",
46
46
  "globstar": "1.0.0",
47
47
  "husky": "9.0.11",
48
- "lint-staged": "15.2.4",
48
+ "lint-staged": "15.2.5",
49
49
  "prettier-plugin-organize-imports": "3.2.4",
50
50
  "remark": "15.0.1",
51
51
  "remark-frontmatter": "5.0.0",
@@ -98,7 +98,6 @@
98
98
  "lwm2m"
99
99
  ],
100
100
  "peerDependencies": {
101
- "@sinclair/typebox": "^0.32.31",
102
- "ajv": "^8.13.0"
101
+ "@sinclair/typebox": "^0.32.31"
103
102
  }
104
103
  }