@balena/open-balena-api 34.3.20 → 34.3.21

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 (1) hide show
  1. package/package.json +4 -4
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": "34.3.20",
4
+ "version": "34.3.21",
5
5
  "license": "AGPL-3.0",
6
6
  "repository": {
7
7
  "type": "git",
@@ -53,6 +53,7 @@
53
53
  "@balena/pinejs-webresource-cloudfront": "^1.0.2",
54
54
  "@balena/pinejs-webresource-s3": "^1.0.2",
55
55
  "@sentry/node": "^8.48.0",
56
+ "@swc-node/register": "^1.10.9",
56
57
  "@types/basic-auth": "^1.1.8",
57
58
  "@types/bluebird": "^3.5.42",
58
59
  "@types/cache-manager": "^4.0.6",
@@ -127,7 +128,6 @@
127
128
  "supervisor": "^0.12.0",
128
129
  "tar": "^7.4.3",
129
130
  "thirty-two": "^1.0.2",
130
- "ts-node": "^10.9.2",
131
131
  "typed-error": "^3.2.2",
132
132
  "typescript": "^5.7.3",
133
133
  "uuid": "^11.0.5",
@@ -163,9 +163,9 @@
163
163
  "delay": true,
164
164
  "exit": true,
165
165
  "_": "index.js",
166
- "loader": "ts-node/esm/transpile-only"
166
+ "import": "@swc-node/register/esm-register"
167
167
  },
168
168
  "versionist": {
169
- "publishedAt": "2025-01-17T12:04:45.598Z"
169
+ "publishedAt": "2025-01-17T16:14:08.429Z"
170
170
  }
171
171
  }