@hello.nrfcloud.com/proto-map 16.1.29 → 16.1.31

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.
@@ -30,7 +30,7 @@ var _obj;
30
30
  }), _define_property(_obj, "thingy91x", {
31
31
  "id": "thingy91x",
32
32
  "about": {
33
- "title": "Thingy:91 X",
34
- "description": "Nordic Semiconductor\u2019s latest Cellular IoT prototyping platform, the Thingy:91 X. Built around Nordic\u2019s recently announced nRF9151 System-in-Package (SiP), Thingy:91 X supports LTE-M, NB-IoT, GNSS, and DECT NR+ connectivity. The platform also integrates Nordic\u2019s nRF7002 Companion IC for Wi-Fi locationing, the nPM1300 Power Management IC (PMIC), which features innovative system management features and efficient fuel gauging, and the nRF5340 dual-core, multiprotocol SoC."
33
+ "title": "Nordic Thingy:91 X",
34
+ "description": "The Nordic Thingy:91 X is a versatile prototyping platform designed for the development of cellular IoT applications. It is built around the nRF9151 System-in-Package (SiP) which supports LTE-M, NB-IoT, GNSS, and NR+, making it suitable for global use. This platform is particularly ideal for asset-tracking applications due to its capability to utilize multiple location tracking methods including cellular, Wi-Fi, and GNSS in conjunction with nRF Cloud Location Services. The device is also equipped with a comprehensive array of sensors that monitor environmental conditions and movement, enhancing its utility in various IoT applications.\nLearn more about the Thingy:91 X on nordicsemi.com/thingy91x."
35
35
  }
36
36
  }), _obj);
package/models/models.ts CHANGED
@@ -27,4 +27,4 @@ export type Model = {
27
27
  /**
28
28
  * The models defined for hello.nrfcloud.com
29
29
  */
30
- export const models: Readonly<Record<ModelID, Model>> = { [ModelID.Kartverket_vasstandsdata]: { "id": ModelID.Kartverket_vasstandsdata, "about": { "title": "Kartverket Vasstandsdata", "description": "A simulated device reporting the current sea level as provided by the Kartverket's (Norwegian Mapping Authority) API for vasstandsdata (API for water level data).\nReports sea water level using the Object 14230.\nThe data is licensed by the Norwegian Mapping Authority\u2019s under the Creative Commons Attribution 4.0 International (CC BY 4.0) license." } }, [ModelID.Thingy91x]: { "id": ModelID.Thingy91x, "about": { "title": "Thingy:91 X", "description": "Nordic Semiconductor\u2019s latest Cellular IoT prototyping platform, the Thingy:91 X. Built around Nordic\u2019s recently announced nRF9151 System-in-Package (SiP), Thingy:91 X supports LTE-M, NB-IoT, GNSS, and DECT NR+ connectivity. The platform also integrates Nordic\u2019s nRF7002 Companion IC for Wi-Fi locationing, the nPM1300 Power Management IC (PMIC), which features innovative system management features and efficient fuel gauging, and the nRF5340 dual-core, multiprotocol SoC." } } } as const;
30
+ export const models: Readonly<Record<ModelID, Model>> = { [ModelID.Kartverket_vasstandsdata]: { "id": ModelID.Kartverket_vasstandsdata, "about": { "title": "Kartverket Vasstandsdata", "description": "A simulated device reporting the current sea level as provided by the Kartverket's (Norwegian Mapping Authority) API for vasstandsdata (API for water level data).\nReports sea water level using the Object 14230.\nThe data is licensed by the Norwegian Mapping Authority\u2019s under the Creative Commons Attribution 4.0 International (CC BY 4.0) license." } }, [ModelID.Thingy91x]: { "id": ModelID.Thingy91x, "about": { "title": "Nordic Thingy:91 X", "description": "The Nordic Thingy:91 X is a versatile prototyping platform designed for the development of cellular IoT applications. It is built around the nRF9151 System-in-Package (SiP) which supports LTE-M, NB-IoT, GNSS, and NR+, making it suitable for global use. This platform is particularly ideal for asset-tracking applications due to its capability to utilize multiple location tracking methods including cellular, Wi-Fi, and GNSS in conjunction with nRF Cloud Location Services. The device is also equipped with a comprehensive array of sensors that monitor environmental conditions and movement, enhancing its utility in various IoT applications.\nLearn more about the Thingy:91 X on nordicsemi.com/thingy91x." } } } as const;
@@ -1,9 +1,14 @@
1
- # Thingy:91 X
1
+ # Nordic Thingy:91 X
2
2
 
3
- Nordic Semiconductor’s latest Cellular IoT prototyping platform, the Thingy:91
4
- X. Built around Nordic’s recently announced nRF9151 System-in-Package (SiP),
5
- Thingy:91 X supports LTE-M, NB-IoT, GNSS, and DECT NR+ connectivity. The
6
- platform also integrates Nordic’s nRF7002 Companion IC for Wi-Fi locationing,
7
- the nPM1300 Power Management IC (PMIC), which features innovative system
8
- management features and efficient fuel gauging, and the nRF5340 dual-core,
9
- multiprotocol SoC.
3
+ The Nordic Thingy:91 X is a versatile prototyping platform designed for the
4
+ development of cellular IoT applications. It is built around the nRF9151
5
+ System-in-Package (SiP) which supports LTE-M, NB-IoT, GNSS, and NR+, making it
6
+ suitable for global use. This platform is particularly ideal for asset-tracking
7
+ applications due to its capability to utilize multiple location tracking methods
8
+ including cellular, Wi-Fi, and GNSS in conjunction with nRF Cloud Location
9
+ Services. The device is also equipped with a comprehensive array of sensors that
10
+ monitor environmental conditions and movement, enhancing its utility in various
11
+ IoT applications.
12
+
13
+ Learn more about the Thingy:91 X on
14
+ [nordicsemi.com/thingy91x](https://nordicsemi.com/thingy91x).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hello.nrfcloud.com/proto-map",
3
- "version": "16.1.29",
3
+ "version": "16.1.31",
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": {
@@ -36,16 +36,16 @@
36
36
  },
37
37
  "devDependencies": {
38
38
  "@bifravst/eslint-config-typescript": "6.1.19",
39
- "@bifravst/prettier-config": "1.1.3",
39
+ "@bifravst/prettier-config": "1.1.4",
40
40
  "@commitlint/config-conventional": "19.6.0",
41
41
  "@swc/cli": "0.5.2",
42
- "@swc/core": "1.10.0",
43
- "@types/node": "22.10.1",
42
+ "@swc/core": "1.10.1",
43
+ "@types/node": "22.10.2",
44
44
  "@types/xml2js": "0.4.14",
45
45
  "chalk": "5.3.0",
46
46
  "globstar": "1.0.0",
47
47
  "husky": "9.1.7",
48
- "lint-staged": "15.2.10",
48
+ "lint-staged": "15.2.11",
49
49
  "remark": "15.0.1",
50
50
  "remark-frontmatter": "5.0.0",
51
51
  "tsmatchers": "5.0.2",
@@ -98,6 +98,6 @@
98
98
  "lwm2m"
99
99
  ],
100
100
  "peerDependencies": {
101
- "@sinclair/typebox": "^0.34.10"
101
+ "@sinclair/typebox": "^0.34.11"
102
102
  }
103
103
  }