@hello.nrfcloud.com/proto-map 16.1.32 → 16.1.34

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.
Files changed (2) hide show
  1. package/LICENSE +1 -1
  2. package/package.json +10 -10
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  BSD 3-Clause License
2
2
 
3
- Copyright (c) 2023-2024, Nordic Semiconductor ASA | nordicsemi.no
3
+ Copyright (c) 2023-2025, Nordic Semiconductor ASA | nordicsemi.no
4
4
  All rights reserved.
5
5
 
6
6
  Redistribution and use in source and binary forms, with or without
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hello.nrfcloud.com/proto-map",
3
- "version": "16.1.32",
3
+ "version": "16.1.34",
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,24 +35,24 @@
35
35
  "prepublishOnly": "./compile.sh"
36
36
  },
37
37
  "devDependencies": {
38
- "@bifravst/eslint-config-typescript": "6.1.19",
38
+ "@bifravst/eslint-config-typescript": "6.1.20",
39
39
  "@bifravst/prettier-config": "1.1.4",
40
40
  "@commitlint/config-conventional": "19.6.0",
41
- "@swc/cli": "0.5.2",
42
- "@swc/core": "1.10.1",
43
- "@types/node": "22.10.2",
41
+ "@swc/cli": "0.6.0",
42
+ "@swc/core": "1.10.7",
43
+ "@types/node": "22.10.7",
44
44
  "@types/xml2js": "0.4.14",
45
- "chalk": "5.3.0",
45
+ "chalk": "5.4.1",
46
46
  "globstar": "1.0.0",
47
47
  "husky": "9.1.7",
48
- "lint-staged": "15.2.11",
48
+ "lint-staged": "15.4.0",
49
49
  "remark": "15.0.1",
50
50
  "remark-frontmatter": "5.0.0",
51
51
  "tsmatchers": "5.0.2",
52
52
  "tsx": "4.19.2",
53
- "typescript": "5.7.2",
53
+ "typescript": "5.7.3",
54
54
  "xml2js": "0.6.2",
55
- "yaml": "2.6.1"
55
+ "yaml": "2.7.0"
56
56
  },
57
57
  "lint-staged": {
58
58
  "*.{ts,tsx}": [
@@ -98,6 +98,6 @@
98
98
  "lwm2m"
99
99
  ],
100
100
  "peerDependencies": {
101
- "@sinclair/typebox": "^0.34.12"
101
+ "@sinclair/typebox": "^0.34.14"
102
102
  }
103
103
  }