@balena/open-balena-api 26.4.9-build-v6-number-image-image-size--dc61e97f213dc92282f401c88e4918c71b35dfa1-1 → 26.4.9-build-v6-number-image-image-size--43d566a1b0933a3a8cae254ec3ea1eb34e3a0242-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.
@@ -1,10 +1,8 @@
|
|
1
1
|
import SbvrTypes from '@balena/sbvr-types';
|
2
|
-
console.info(`*** SbvrTypes`, SbvrTypes);
|
3
2
|
// @ts-expect-error we are augmenting SbvrTypes w/ Numeric Big Integer
|
4
3
|
SbvrTypes.default['Numeric Big Integer'] = {
|
5
4
|
...SbvrTypes.default['Big Integer'],
|
6
5
|
fetchProcessing(data) {
|
7
|
-
console.info(`*** numeric big int data`, typeof data, data);
|
8
6
|
if (data == null || typeof data === 'number') {
|
9
7
|
return data;
|
10
8
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"numeric-big-integer-hack.js","sourceRoot":"","sources":["../../../src/translations/v6/numeric-big-integer-hack.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,oBAAoB,CAAC;
|
1
|
+
{"version":3,"file":"numeric-big-integer-hack.js","sourceRoot":"","sources":["../../../src/translations/v6/numeric-big-integer-hack.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAM3C,sEAAsE;AACtE,SAAS,CAAC,OAAO,CAAC,qBAAqB,CAAC,GAAG;IAC1C,GAAG,SAAS,CAAC,OAAO,CAAC,aAAa,CAAC;IAEnC,eAAe,CAAC,IAAI;QACnB,IAAI,IAAI,IAAI,IAAI,IAAI,OAAO,IAAI,KAAK,QAAQ,EAAE,CAAC;YAC9C,OAAO,IAAI,CAAC;QACb,CAAC;QACD,IAAI,OAAO,IAAI,KAAK,QAAQ,EAAE,CAAC;YAC9B,OAAO,QAAQ,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;QAC3B,CAAC;QACD,MAAM,IAAI,KAAK,CACd,kDAAkD,GAAG,OAAO,IAAI,CAChE,CAAC;IACH,CAAC;IAED,QAAQ,EAAE,SAAS,CAAC,OAAO,CAAC,OAAO,CAAC,QAAQ;CAC6B,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": "26.4.9-build-v6-number-image-image-size--
|
4
|
+
"version": "26.4.9-build-v6-number-image-image-size--43d566a1b0933a3a8cae254ec3ea1eb34e3a0242-1",
|
5
5
|
"license": "AGPL-3.0",
|
6
6
|
"repository": {
|
7
7
|
"type": "git",
|
@@ -168,6 +168,6 @@
|
|
168
168
|
"loader": "ts-node/esm/transpile-only"
|
169
169
|
},
|
170
170
|
"versionist": {
|
171
|
-
"publishedAt": "2024-09-03T15:
|
171
|
+
"publishedAt": "2024-09-03T15:49:21.817Z"
|
172
172
|
}
|
173
173
|
}
|