@hello.nrfcloud.com/proto-map 16.6.9 → 16.6.11
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.
|
@@ -118,7 +118,7 @@ function _object_without_properties(source, excluded) {
|
|
|
118
118
|
if (source == null) return {};
|
|
119
119
|
var target = {}, sourceKeys, key, i;
|
|
120
120
|
if (typeof Reflect !== "undefined" && Reflect.ownKeys) {
|
|
121
|
-
sourceKeys = Reflect.ownKeys(source);
|
|
121
|
+
sourceKeys = Reflect.ownKeys(Object(source));
|
|
122
122
|
for(i = 0; i < sourceKeys.length; i++){
|
|
123
123
|
key = sourceKeys[i];
|
|
124
124
|
if (excluded.indexOf(key) >= 0) continue;
|
|
@@ -54,7 +54,7 @@ function _object_without_properties(source, excluded) {
|
|
|
54
54
|
if (source == null) return {};
|
|
55
55
|
var target = {}, sourceKeys, key, i;
|
|
56
56
|
if (typeof Reflect !== "undefined" && Reflect.ownKeys) {
|
|
57
|
-
sourceKeys = Reflect.ownKeys(source);
|
|
57
|
+
sourceKeys = Reflect.ownKeys(Object(source));
|
|
58
58
|
for(i = 0; i < sourceKeys.length; i++){
|
|
59
59
|
key = sourceKeys[i];
|
|
60
60
|
if (excluded.indexOf(key) >= 0) continue;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hello.nrfcloud.com/proto-map",
|
|
3
|
-
"version": "16.6.
|
|
3
|
+
"version": "16.6.11",
|
|
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": {
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@bifravst/prettier-config": "1.1.17",
|
|
40
40
|
"@commitlint/config-conventional": "20.4.2",
|
|
41
41
|
"@swc/cli": "0.8.0",
|
|
42
|
-
"@swc/core": "1.15.
|
|
42
|
+
"@swc/core": "1.15.13",
|
|
43
43
|
"@types/node": "25.3.0",
|
|
44
44
|
"@types/xml2js": "0.4.14",
|
|
45
45
|
"chalk": "5.6.2",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"lwm2m"
|
|
98
98
|
],
|
|
99
99
|
"peerDependencies": {
|
|
100
|
-
"@aws-sdk/client-timestream-write": "^3.
|
|
100
|
+
"@aws-sdk/client-timestream-write": "^3.997.0",
|
|
101
101
|
"@sinclair/typebox": "^0.34.48"
|
|
102
102
|
}
|
|
103
103
|
}
|