@balena/open-balena-api 43.0.23 → 43.0.24

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/lib/utils.d.ts +1 -1
  2. package/package.json +11 -11
@@ -1,6 +1,6 @@
1
1
  import type { Request } from 'express';
2
2
  export declare function getNanoTimestamp(): bigint;
3
- export declare const randomBytesAsync: (arg1: number) => Promise<Buffer<ArrayBufferLike>>;
3
+ export declare const randomBytesAsync: (arg1: number) => Promise<NonSharedBuffer>;
4
4
  export declare const isValidInteger: (num: any) => num is number;
5
5
  export declare const checkInt: (num?: string) => number | false;
6
6
  export declare const getIP: (req: Request) => string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@balena/open-balena-api",
3
3
  "description": "Internet of things, Made Simple",
4
- "version": "43.0.23",
4
+ "version": "43.0.24",
5
5
  "license": "AGPL-3.0",
6
6
  "repository": {
7
7
  "type": "git",
@@ -49,8 +49,8 @@
49
49
  "@balena/abstract-sql-to-typescript": "^6.1.2",
50
50
  "@balena/env-parsing": "^1.2.6",
51
51
  "@balena/es-version": "^1.0.3",
52
- "@balena/node-metrics-gatherer": "^6.0.3",
53
- "@balena/pinejs": "^23.1.14",
52
+ "@balena/node-metrics-gatherer": "^6.1.1",
53
+ "@balena/pinejs": "^23.1.15",
54
54
  "@balena/pinejs-webresource-cloudfront": "^2.0.1",
55
55
  "@balena/pinejs-webresource-s3": "^2.1.10",
56
56
  "@opentelemetry/api": "^1.9.0",
@@ -62,13 +62,13 @@
62
62
  "@swc/core": "^1.13.5",
63
63
  "@types/basic-auth": "^1.1.8",
64
64
  "@types/cache-manager": "^4.0.6",
65
- "@types/cache-manager-ioredis": "^2.0.7",
65
+ "@types/cache-manager-ioredis": "^2.0.8",
66
66
  "@types/common-tags": "^1.8.4",
67
67
  "@types/compressible": "^2.0.3",
68
68
  "@types/compression": "^1.8.1",
69
69
  "@types/cookie-session": "^2.0.49",
70
70
  "@types/escape-html": "^1.0.4",
71
- "@types/express": "^4.17.23",
71
+ "@types/express": "^4.17.24",
72
72
  "@types/express-serve-static-core": "^4.19.7",
73
73
  "@types/json-schema": "^7.0.15",
74
74
  "@types/jsonwebtoken": "^9.0.10",
@@ -76,13 +76,13 @@
76
76
  "@types/memoizee": "^0.4.12",
77
77
  "@types/morgan": "^1.9.10",
78
78
  "@types/ndjson": "^2.0.4",
79
- "@types/node": "^24.7.2",
79
+ "@types/node": "^24.9.1",
80
80
  "@types/node-schedule": "^2.1.8",
81
81
  "@types/on-finished": "^2.3.5",
82
82
  "@types/passport-jwt": "^4.0.1",
83
83
  "@types/proxy-addr": "^2.0.3",
84
84
  "@types/randomstring": "^1.3.0",
85
- "@types/redlock": "^4.0.7",
85
+ "@types/redlock": "^4.0.8",
86
86
  "@types/request": "^2.48.13",
87
87
  "@types/semver": "^7.7.1",
88
88
  "@types/statuses": "^2.0.6",
@@ -106,7 +106,7 @@
106
106
  "eventemitter3": "^5.0.1",
107
107
  "express": "^4.21.2",
108
108
  "fast-glob": "^3.3.3",
109
- "ioredis": "^5.8.1",
109
+ "ioredis": "^5.8.2",
110
110
  "ipaddr.js": "^2.2.0",
111
111
  "jsonwebtoken": "^9.0.2",
112
112
  "lodash": "^4.17.21",
@@ -143,7 +143,7 @@
143
143
  },
144
144
  "devDependencies": {
145
145
  "@balena/lint": "^9.3.8",
146
- "@types/chai": "^5.2.2",
146
+ "@types/chai": "^5.2.3",
147
147
  "@types/mocha": "^10.0.10",
148
148
  "@types/mockery": "^1.4.33",
149
149
  "@types/sinon": "^17.0.4",
@@ -152,7 +152,7 @@
152
152
  "chai": "^6.2.0",
153
153
  "copyfiles": "^2.4.1",
154
154
  "husky": "^9.1.7",
155
- "lint-staged": "^16.2.4",
155
+ "lint-staged": "^16.2.6",
156
156
  "mocha": "^11.7.4",
157
157
  "nock": "^13.5.6",
158
158
  "p-timeout": "^7.0.1",
@@ -175,6 +175,6 @@
175
175
  "import": "@swc-node/register/esm-register"
176
176
  },
177
177
  "versionist": {
178
- "publishedAt": "2025-10-24T12:57:49.348Z"
178
+ "publishedAt": "2025-10-24T13:48:34.977Z"
179
179
  }
180
180
  }