@hello.nrfcloud.com/proto-map 13.2.2 → 13.2.3
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/api/DeviceId.ts +1 -1
- package/dist/api/DeviceId.js +1 -1
- package/package.json +5 -5
package/api/DeviceId.ts
CHANGED
|
@@ -9,6 +9,6 @@ export const DeviceId = Type.RegExp(/^[a-zA-Z0-9:_-]{1,128}$/, {
|
|
|
9
9
|
export const PublicDeviceId = Type.RegExp(/^[a-z]{8}-[a-z]{8}-[a-z]{8}$/, {
|
|
10
10
|
title: 'Public Device ID',
|
|
11
11
|
description:
|
|
12
|
-
'This is the format of @
|
|
12
|
+
'This is the format of @bifravst/random-words which is used for public IDs.',
|
|
13
13
|
examples: ['pentacid-coxalgia-backheel'],
|
|
14
14
|
})
|
package/dist/api/DeviceId.js
CHANGED
|
@@ -8,7 +8,7 @@ export var DeviceId = Type.RegExp(/^[a-zA-Z0-9:_-]{1,128}$/, {
|
|
|
8
8
|
});
|
|
9
9
|
export var PublicDeviceId = Type.RegExp(/^[a-z]{8}-[a-z]{8}-[a-z]{8}$/, {
|
|
10
10
|
title: 'Public Device ID',
|
|
11
|
-
description: 'This is the format of @
|
|
11
|
+
description: 'This is the format of @bifravst/random-words which is used for public IDs.',
|
|
12
12
|
examples: [
|
|
13
13
|
'pentacid-coxalgia-backheel'
|
|
14
14
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hello.nrfcloud.com/proto-map",
|
|
3
|
-
"version": "13.2.
|
|
3
|
+
"version": "13.2.3",
|
|
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.
|
|
39
|
-
"@bifravst/prettier-config": "1.0.
|
|
38
|
+
"@bifravst/eslint-config-typescript": "6.1.9",
|
|
39
|
+
"@bifravst/prettier-config": "1.0.4",
|
|
40
40
|
"@commitlint/config-conventional": "19.2.2",
|
|
41
41
|
"@swc/cli": "0.4.0",
|
|
42
|
-
"@swc/core": "1.6.
|
|
43
|
-
"@types/node": "20.14.
|
|
42
|
+
"@swc/core": "1.6.13",
|
|
43
|
+
"@types/node": "20.14.10",
|
|
44
44
|
"@types/xml2js": "0.4.14",
|
|
45
45
|
"chalk": "5.3.0",
|
|
46
46
|
"globstar": "1.0.0",
|