@balena/sbvr-types 7.0.9 → 7.0.10

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: Update Big Serial concept type to Big Integer
3
+ hash: 6343737f7eb62282ebb2b572faf2b91716508a8b
4
+ body: ""
5
+ footer:
6
+ Change-type: patch
7
+ change-type: patch
8
+ author: Josh Bowling
9
+ version: 7.0.10
10
+ title: ""
11
+ date: 2024-04-09T10:21:19.887Z
1
12
  - commits:
2
13
  - subject: Add Big Serial to Type.sbvr
3
14
  hash: c5add0fc65e8e78ab481e97d37aeb8353c082b57
@@ -8,7 +19,7 @@
8
19
  author: Josh Bowling
9
20
  version: 7.0.9
10
21
  title: ""
11
- date: 2024-04-09T01:36:58.565Z
22
+ date: 2024-04-09T10:03:09.812Z
12
23
  - commits:
13
24
  - subject: Update prepare script for husky v9
14
25
  hash: 72d7dac84880aa8604345a6fee74ec3eacbe1176
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
+ # v7.0.10
8
+ ## (2024-04-09)
9
+
10
+ * Update Big Serial concept type to Big Integer [Josh Bowling]
11
+
7
12
  # v7.0.9
8
13
  ## (2024-04-09)
9
14
 
package/Type.sbvr CHANGED
@@ -15,7 +15,7 @@ Term: Serial
15
15
  Concept Type: Integer
16
16
  Note: An auto-incrementing 'Integer'.
17
17
  Term: Big Serial
18
- Concept Type: Integer
18
+ Concept Type: Big Integer
19
19
  Note: An auto-incrementing 'Big Integer'.
20
20
  Term: Case Insensitive Text
21
21
  Concept Type: Text
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/sbvr-types",
3
- "version": "7.0.9",
3
+ "version": "7.0.10",
4
4
  "description": "SBVR type definitions.",
5
5
  "main": "out",
6
6
  "scripts": {
@@ -51,6 +51,6 @@
51
51
  "npm": ">=8.1.0"
52
52
  },
53
53
  "versionist": {
54
- "publishedAt": "2024-04-09T01:36:58.690Z"
54
+ "publishedAt": "2024-04-09T10:21:20.009Z"
55
55
  }
56
56
  }