@balena/lf-to-abstract-sql 5.0.4 → 5.0.5

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,27 @@
1
+ - commits:
2
+ - subject: Update dependency @balena/sbvr-types to v8
3
+ hash: 8ec669075e8fa450e1fa11f11224ed0b449289bf
4
+ body: |
5
+ Update @balena/sbvr-types from 7.1.3 to 8.0.0
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: balena-renovate[bot]
10
+ nested:
11
+ - commits:
12
+ - subject: Improve BigInteger and BigSerial support
13
+ hash: b9b1fc31b91220e66dcb23f43b92036d6e758045
14
+ body: ""
15
+ footer:
16
+ Change-type: major
17
+ change-type: major
18
+ author: Josh Bowling
19
+ version: sbvr-types-8.0.0
20
+ title: ""
21
+ date: 2024-06-12T22:37:59.778Z
22
+ version: 5.0.5
23
+ title: ""
24
+ date: 2025-04-02T15:52:08.954Z
1
25
  - commits:
2
26
  - subject: Update dependency mocha to v11
3
27
  hash: 8e4d2bb26584004c5bccf9c32244e59023082372
@@ -10,7 +34,7 @@
10
34
  nested: []
11
35
  version: 5.0.4
12
36
  title: ""
13
- date: 2025-03-25T18:10:30.577Z
37
+ date: 2025-04-02T15:10:22.415Z
14
38
  - commits:
15
39
  - subject: Add multiple vocabulary ternary FactType test
16
40
  hash: 9c970468f97eabc70f02987db244162259a2bd9c
package/CHANGELOG.md CHANGED
@@ -4,7 +4,20 @@ 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
- ## 5.0.4 - 2025-03-25
7
+ ## 5.0.5 - 2025-04-02
8
+
9
+
10
+ <details>
11
+ <summary> Update dependency @balena/sbvr-types to v8 [balena-renovate[bot]] </summary>
12
+
13
+ > ### sbvr-types-8.0.0 - 2024-06-12
14
+ >
15
+ > * Improve BigInteger and BigSerial support [Josh Bowling]
16
+ >
17
+
18
+ </details>
19
+
20
+ ## 5.0.4 - 2025-04-02
8
21
 
9
22
  * Update dependency mocha to v11 [balena-renovate[bot]]
10
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/lf-to-abstract-sql",
3
- "version": "5.0.4",
3
+ "version": "5.0.5",
4
4
  "description": "LF to Abstract SQL translator.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "devDependencies": {
24
24
  "@balena/lint": "^6.2.1",
25
- "@balena/sbvr-types": "^7.0.1",
25
+ "@balena/sbvr-types": "^8.0.0",
26
26
  "chai": "^4.3.7",
27
27
  "mocha": "^11.0.0",
28
28
  "require-npm4-to-publish": "^1.0.0"
@@ -35,6 +35,6 @@
35
35
  "_": "test/**/*.js"
36
36
  },
37
37
  "versionist": {
38
- "publishedAt": "2025-03-25T18:10:30.720Z"
38
+ "publishedAt": "2025-04-02T15:52:09.652Z"
39
39
  }
40
40
  }