@balena/sbvr-types 3.4.7 → 3.4.8
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/.github/workflows/flowzone.yml +14 -0
- package/.versionbot/CHANGELOG.yml +12 -1
- package/CHANGELOG.md +5 -0
- package/out/type-utils.d.ts +1 -1
- package/package.json +2 -2
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
- commits:
|
|
2
|
+
- subject: Switch from balenaCI to flowzone
|
|
3
|
+
hash: f7e06b65458ca726e06ac08a8feead9dc4f76962
|
|
4
|
+
body: ""
|
|
5
|
+
footer:
|
|
6
|
+
Change-type: patch
|
|
7
|
+
change-type: patch
|
|
8
|
+
author: Pagan Gazzard
|
|
9
|
+
version: 3.4.8
|
|
10
|
+
title: ""
|
|
11
|
+
date: 2022-10-14T16:22:39.326Z
|
|
1
12
|
- commits:
|
|
2
13
|
- subject: Update dependencies
|
|
3
14
|
hash: e416444d436c0e01474b624408635a811259f9a1
|
|
@@ -15,7 +26,7 @@
|
|
|
15
26
|
author: Pagan Gazzard
|
|
16
27
|
version: 3.4.7
|
|
17
28
|
title: "'Remove circleci/update deps'"
|
|
18
|
-
date: 2022-04-08T13:
|
|
29
|
+
date: 2022-04-08T13:33:49.743Z
|
|
19
30
|
- commits:
|
|
20
31
|
- subject: Avoid creating a new Date object when we already have one
|
|
21
32
|
hash: 07eb756eca00a506b618dc197b67dcc7a9ea3733
|
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
|
+
# v3.4.8
|
|
8
|
+
## (2022-10-14)
|
|
9
|
+
|
|
10
|
+
* Switch from balenaCI to flowzone [Pagan Gazzard]
|
|
11
|
+
|
|
7
12
|
# v3.4.7
|
|
8
13
|
## (2022-04-08)
|
|
9
14
|
|
package/out/type-utils.d.ts
CHANGED
|
@@ -37,7 +37,7 @@ export declare const validate: {
|
|
|
37
37
|
(value: undefined | null, required: false): Promise<null>;
|
|
38
38
|
<U_1>(value: U_1, required: boolean): Promise<number | null>;
|
|
39
39
|
};
|
|
40
|
-
text: (length?: number
|
|
40
|
+
text: (length?: number) => {
|
|
41
41
|
(value: any, required: true): Promise<string>;
|
|
42
42
|
(value: undefined | null, required: false): Promise<null>;
|
|
43
43
|
<U_2>(value: U_2, required: boolean): Promise<string | null>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@balena/sbvr-types",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.8",
|
|
4
4
|
"description": "SBVR type definitions.",
|
|
5
5
|
"main": "out",
|
|
6
6
|
"scripts": {
|
|
@@ -63,6 +63,6 @@
|
|
|
63
63
|
"_": "test/**/*.js"
|
|
64
64
|
},
|
|
65
65
|
"versionist": {
|
|
66
|
-
"publishedAt": "2022-
|
|
66
|
+
"publishedAt": "2022-10-14T16:22:39.500Z"
|
|
67
67
|
}
|
|
68
68
|
}
|