@balena/sbvr-types 10.0.0 → 10.1.0

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,3 +1,14 @@
1
+ - commits:
2
+ - subject: Extend webresource write type with File api
3
+ hash: f5a0f83beecc65319b149735c6522f857b5b7028
4
+ body: ""
5
+ footer:
6
+ Change-type: minor
7
+ change-type: minor
8
+ author: Otavio Jacobi
9
+ version: 10.1.0
10
+ title: ""
11
+ date: 2025-06-19T15:44:54.371Z
1
12
  - commits:
2
13
  - subject: Drop support for no longer maintained node 16 & 18
3
14
  hash: 151b346d0e8cd3148306f07a7bb8abd48b69c440
@@ -8,7 +19,7 @@
8
19
  author: Otavio Jacobi
9
20
  version: 10.0.0
10
21
  title: ""
11
- date: 2025-06-19T15:37:19.327Z
22
+ date: 2025-06-19T15:40:49.398Z
12
23
  - commits:
13
24
  - subject: Update dependency lint-staged to v16
14
25
  hash: 3a504c7aa334b2351439571caf17b59b49e6a53e
package/CHANGELOG.md CHANGED
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
4
4
  automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
5
  This project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
+ # v10.1.0
8
+ ## (2025-06-19)
9
+
10
+ * Extend webresource write type with File api [Otavio Jacobi]
11
+
7
12
  # v10.0.0
8
13
  ## (2025-06-19)
9
14
 
@@ -16,7 +16,7 @@ export declare const types: {
16
16
  complexType: string;
17
17
  };
18
18
  };
19
- export type Types = TypeUtils.TsTypes<WebResource, WebResource>;
19
+ export type Types = TypeUtils.TsTypes<WebResource, WebResource | File>;
20
20
  type DbWriteType = string;
21
21
  export declare const nativeProperties: TypeUtils.NativeProperties;
22
22
  export declare const fetchProcessing: TypeUtils.FetchProcessing<Types['Read']>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/sbvr-types",
3
- "version": "10.0.0",
3
+ "version": "10.1.0",
4
4
  "description": "SBVR type definitions.",
5
5
  "main": "out",
6
6
  "type": "commonjs",
@@ -52,6 +52,6 @@
52
52
  "npm": ">=8.1.0"
53
53
  },
54
54
  "versionist": {
55
- "publishedAt": "2025-06-19T15:37:19.456Z"
55
+ "publishedAt": "2025-06-19T15:44:54.510Z"
56
56
  }
57
57
  }
@@ -31,7 +31,7 @@ export const types = {
31
31
  },
32
32
  };
33
33
 
34
- export type Types = TypeUtils.TsTypes<WebResource, WebResource>;
34
+ export type Types = TypeUtils.TsTypes<WebResource, WebResource | File>;
35
35
  type DbWriteType = string;
36
36
 
37
37
  export const nativeProperties: TypeUtils.NativeProperties = {