@balena/open-balena-api 31.2.2-build-backfill-service-device-on-dsev-6ef290f340f7b8d0e49e5514f6797ae285cd3042-1 → 31.2.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -28,7 +28,7 @@ const migration = {
|
|
28
28
|
delayMS: 60000,
|
29
29
|
backoffDelayMS: 120000,
|
30
30
|
errorThreshold: 10,
|
31
|
-
finalize:
|
31
|
+
finalize: false,
|
32
32
|
};
|
33
33
|
export default migration;
|
34
34
|
//# sourceMappingURL=00097-backfill-device-service-on-device-service-environment-variable.async.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"00097-backfill-device-service-on-device-service-environment-variable.async.js","sourceRoot":"","sources":["../../src/migrations/00097-backfill-device-service-on-device-service-environment-variable.async.ts"],"names":[],"mappings":"AAEA,MAAM,SAAS,GAA4B;IAC1C,QAAQ,EAAE;;;;;;;;;;;;;;EAcT;IACD,OAAO,EAAE;;;;;;;;;EASR;IACD,cAAc,EAAE,IAAI;IACpB,OAAO,EAAE,KAAK;IACd,cAAc,EAAE,MAAM;IACtB,cAAc,EAAE,EAAE;IAClB,QAAQ,EAAE,
|
1
|
+
{"version":3,"file":"00097-backfill-device-service-on-device-service-environment-variable.async.js","sourceRoot":"","sources":["../../src/migrations/00097-backfill-device-service-on-device-service-environment-variable.async.ts"],"names":[],"mappings":"AAEA,MAAM,SAAS,GAA4B;IAC1C,QAAQ,EAAE;;;;;;;;;;;;;;EAcT;IACD,OAAO,EAAE;;;;;;;;;EASR;IACD,cAAc,EAAE,IAAI;IACpB,OAAO,EAAE,KAAK;IACd,cAAc,EAAE,MAAM;IACtB,cAAc,EAAE,EAAE;IAClB,QAAQ,EAAE,KAAK;CACf,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
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": "31.2.2
|
4
|
+
"version": "31.2.2",
|
5
5
|
"license": "AGPL-3.0",
|
6
6
|
"repository": {
|
7
7
|
"type": "git",
|
@@ -166,6 +166,6 @@
|
|
166
166
|
"loader": "ts-node/esm/transpile-only"
|
167
167
|
},
|
168
168
|
"versionist": {
|
169
|
-
"publishedAt": "2024-11-
|
169
|
+
"publishedAt": "2024-11-18T14:59:30.700Z"
|
170
170
|
}
|
171
171
|
}
|