@basmilius/apple-common 0.4.1 → 0.4.2

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/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -1533,7 +1533,7 @@ class Logger {
1533
1533
  #label;
1534
1534
  constructor(id) {
1535
1535
  this.#id = id;
1536
- this.#label = `\x1B[36m[${pad_default(id, 16)}]\x1B[39m`;
1536
+ this.#label = `\x1B[36m[${pad_default(id, 24)}]\x1B[39m`;
1537
1537
  }
1538
1538
  debug(...data) {
1539
1539
  debug(this.#label, ...data);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@basmilius/apple-common",
3
3
  "description": "Common features shared across various apple protocol packages.",
4
- "version": "0.4.1",
4
+ "version": "0.4.2",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "author": {
@@ -38,7 +38,7 @@
38
38
  }
39
39
  },
40
40
  "dependencies": {
41
- "@basmilius/apple-encoding": "0.4.1",
41
+ "@basmilius/apple-encoding": "0.4.2",
42
42
  "@stablelib/chacha20poly1305": "^2.0.1",
43
43
  "fast-srp-hap": "^2.0.4",
44
44
  "lodash-es": "^4.17.23",