@hello.nrfcloud.com/proto-map 16.1.11 → 16.1.13

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.
@@ -1,9 +1,9 @@
1
- export var ResourceType;
2
- (function(ResourceType) {
1
+ export var ResourceType = /*#__PURE__*/ function(ResourceType) {
3
2
  ResourceType["String"] = "String";
4
3
  ResourceType["Integer"] = "Integer";
5
4
  ResourceType["Float"] = "Float";
6
5
  ResourceType["Boolean"] = "Boolean";
7
6
  ResourceType["Opaque"] = "Opaque";
8
7
  ResourceType["Time"] = "Time";
9
- })(ResourceType || (ResourceType = {}));
8
+ return ResourceType;
9
+ }({});
@@ -1,7 +1,6 @@
1
1
  /**
2
2
  * The LwM2M Object IDs defined in this repo.
3
- */ export var LwM2MObjectID;
4
- (function(LwM2MObjectID) {
3
+ */ export var LwM2MObjectID = /*#__PURE__*/ function(LwM2MObjectID) {
5
4
  /**
6
5
  * Geolocation (14201)
7
6
  *
@@ -62,7 +61,8 @@
62
61
  *
63
62
  * Describes the services supported by the device.
64
63
  */ LwM2MObjectID[LwM2MObjectID["NRFCloudServiceInfo_14401"] = 14401] = "NRFCloudServiceInfo_14401";
65
- })(LwM2MObjectID || (LwM2MObjectID = {}));
64
+ return LwM2MObjectID;
65
+ }({});
66
66
  /**
67
67
  * The LwM2M Object IDs defined in this repo.
68
68
  */ export var LwM2MObjectIDs = [
@@ -1,5 +1,4 @@
1
- export var LwM2MType;
2
- (function(LwM2MType) {
1
+ export var LwM2MType = /*#__PURE__*/ function(LwM2MType) {
3
2
  LwM2MType["Boolean"] = "Boolean";
4
3
  LwM2MType["Float"] = "Float";
5
4
  LwM2MType["Integer"] = "Integer";
@@ -9,4 +8,5 @@ export var LwM2MType;
9
8
  LwM2MType["Opaque"] = "Opaque";
10
9
  LwM2MType["String"] = "String";
11
10
  LwM2MType["Time"] = "Time";
12
- })(LwM2MType || (LwM2MType = {}));
11
+ return LwM2MType;
12
+ }({});
@@ -13,11 +13,11 @@
13
13
  }
14
14
  return obj;
15
15
  }
16
- export var ModelID;
17
- (function(ModelID) {
16
+ export var ModelID = /*#__PURE__*/ function(ModelID) {
18
17
  ModelID["Kartverket_vasstandsdata"] = "kartverket-vasstandsdata";
19
18
  ModelID["Thingy91x"] = "thingy91x";
20
- })(ModelID || (ModelID = {}));
19
+ return ModelID;
20
+ }({});
21
21
  var _obj;
22
22
  /**
23
23
  * The models defined for hello.nrfcloud.com
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hello.nrfcloud.com/proto-map",
3
- "version": "16.1.11",
3
+ "version": "16.1.13",
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,12 +35,12 @@
35
35
  "prepublishOnly": "./compile.sh"
36
36
  },
37
37
  "devDependencies": {
38
- "@bifravst/eslint-config-typescript": "6.1.17",
38
+ "@bifravst/eslint-config-typescript": "6.1.18",
39
39
  "@bifravst/prettier-config": "1.1.1",
40
40
  "@commitlint/config-conventional": "19.5.0",
41
41
  "@swc/cli": "0.4.0",
42
- "@swc/core": "1.7.28",
43
- "@types/node": "22.7.4",
42
+ "@swc/core": "1.7.35",
43
+ "@types/node": "22.7.5",
44
44
  "@types/xml2js": "0.4.14",
45
45
  "chalk": "5.3.0",
46
46
  "globstar": "1.0.0",
@@ -50,7 +50,7 @@
50
50
  "remark-frontmatter": "5.0.0",
51
51
  "tsmatchers": "5.0.2",
52
52
  "tsx": "4.19.1",
53
- "typescript": "5.6.2",
53
+ "typescript": "5.6.3",
54
54
  "xml2js": "0.6.2",
55
55
  "yaml": "2.5.1"
56
56
  },
@@ -98,6 +98,6 @@
98
98
  "lwm2m"
99
99
  ],
100
100
  "peerDependencies": {
101
- "@sinclair/typebox": "^0.33.14"
101
+ "@sinclair/typebox": "^0.33.16"
102
102
  }
103
103
  }