@balena/open-balena-api 40.0.0-build-Limit-size-ofl-arge-fields-5a574de877e46144915707df5fa90454e74fa21c-1 → 40.0.0-build-Limit-size-ofl-arge-fields-1802aca8eb23dc092adc13da3e60530bc82e7efd-1

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/dist/balena.sbvr CHANGED
@@ -895,7 +895,7 @@ Fact type: image environment variable has value
895
895
  Fact type: device service environment variable has value
896
896
  Necessity: each device service environment variable has exactly one value.
897
897
  -- TODO: Pitch cleanup and reduce to 100KB
898
- Necessity: each device service environment variable has a value that has a Length (Type) that is less than or equal to 278379.
898
+ Necessity: each device service environment variable has a value that has a Length (Type) that is less than or equal to 285082.
899
899
  Fact type: device service environment variable has service install
900
900
  Necessity: each device service environment variable has exactly one service install.
901
901
 
@@ -227,10 +227,10 @@ BEGIN
227
227
  WHERE tc.CONSTRAINT_TYPE = 'CHECK'
228
228
  AND tc.table_schema = CURRENT_SCHEMA()
229
229
  AND tc.table_name = 'device service environment variable'
230
- AND tc.constraint_name = 'device service environment var$UtsUQiJJvu/oXjBRkVRswbvGM8+1dMQL'
230
+ AND tc.constraint_name = 'device service environment var$dSF1WVorgNJcspccMKJuZf9WhpZc/+Ou'
231
231
  ) THEN
232
- ALTER TABLE "device service environment variable" ADD CONSTRAINT "device service environment var$UtsUQiJJvu/oXjBRkVRswbvGM8+1dMQL" CHECK (
233
- ((LENGTH("value") <= 278379) AND (LENGTH("value") IS NOT NULL) AND ("value" IS NOT NULL))
232
+ ALTER TABLE "device service environment variable" ADD CONSTRAINT "device service environment var$dSF1WVorgNJcspccMKJuZf9WhpZc/+Ou" CHECK (
233
+ ((LENGTH("value") <= 285082) AND (LENGTH("value") IS NOT NULL) AND ("value" IS NOT NULL))
234
234
  );
235
235
  END IF;
236
236
 
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": "40.0.0-build-Limit-size-ofl-arge-fields-5a574de877e46144915707df5fa90454e74fa21c-1",
4
+ "version": "40.0.0-build-Limit-size-ofl-arge-fields-1802aca8eb23dc092adc13da3e60530bc82e7efd-1",
5
5
  "license": "AGPL-3.0",
6
6
  "repository": {
7
7
  "type": "git",
@@ -174,6 +174,6 @@
174
174
  "import": "@swc-node/register/esm-register"
175
175
  },
176
176
  "versionist": {
177
- "publishedAt": "2025-07-18T07:54:09.627Z"
177
+ "publishedAt": "2025-07-18T14:19:13.030Z"
178
178
  }
179
179
  }