@tmlmobilidade/interfaces 20251211.1246.9 → 20251217.1540.37

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.
@@ -92,7 +92,7 @@ export class OCIStorageProvider {
92
92
  try {
93
93
  await uploadManager.upload({
94
94
  content: body instanceof Buffer
95
- ? { blob: new Blob([body], { type: mimeType }) }
95
+ ? { blob: new Blob([new Uint8Array(body)], { type: mimeType }) }
96
96
  : { stream: body },
97
97
  requestDetails: {
98
98
  bucketName: this.bucketName,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/interfaces",
3
- "version": "20251211.1246.9",
3
+ "version": "20251217.1540.37",
4
4
  "author": {
5
5
  "email": "iso@tmlmobilidade.pt",
6
6
  "name": "TML-ISO"
@@ -46,14 +46,14 @@
46
46
  "@tmlmobilidade/strings": "*",
47
47
  "@tmlmobilidade/utils": "*",
48
48
  "bcryptjs": "3.0.3",
49
- "oci-common": "2.122.0",
50
- "oci-objectstorage": "2.122.0",
49
+ "oci-common": "2.122.1",
50
+ "oci-objectstorage": "2.122.1",
51
51
  "zod": "3.25.76"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@tmlmobilidade/tsconfig": "*",
55
55
  "@tmlmobilidade/types": "*",
56
- "@types/node": "24.10.1",
56
+ "@types/node": "25.0.1",
57
57
  "resolve-tspaths": "0.8.23",
58
58
  "tsc-watch": "7.2.0",
59
59
  "typescript": "5.9.3"