@balena/sbvr-types 7.0.8 → 7.0.9

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: Add Big Serial to Type.sbvr
3
+ hash: c5add0fc65e8e78ab481e97d37aeb8353c082b57
4
+ body: ""
5
+ footer:
6
+ Change-type: patch
7
+ change-type: patch
8
+ author: Josh Bowling
9
+ version: 7.0.9
10
+ title: ""
11
+ date: 2024-04-09T01:36:58.565Z
1
12
  - commits:
2
13
  - subject: Update prepare script for husky v9
3
14
  hash: 72d7dac84880aa8604345a6fee74ec3eacbe1176
@@ -16,7 +27,7 @@
16
27
  author: Self-hosted Renovate Bot
17
28
  version: 7.0.8
18
29
  title: ""
19
- date: 2024-04-09T01:17:11.120Z
30
+ date: 2024-04-09T01:25:47.103Z
20
31
  - commits:
21
32
  - subject: Update dependency @balena/lint to v8
22
33
  hash: 58e3db3861e13d463a5535b60d533280de70c4c1
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.9
8
+ ## (2024-04-09)
9
+
10
+ * Add Big Serial to Type.sbvr [Josh Bowling]
11
+
7
12
  # v7.0.8
8
13
  ## (2024-04-09)
9
14
 
package/Type.sbvr CHANGED
@@ -14,6 +14,9 @@ Term: Big Integer
14
14
  Term: Serial
15
15
  Concept Type: Integer
16
16
  Note: An auto-incrementing 'Integer'.
17
+ Term: Big Serial
18
+ Concept Type: Integer
19
+ Note: An auto-incrementing 'Big Integer'.
17
20
  Term: Case Insensitive Text
18
21
  Concept Type: Text
19
22
  Note: A 'Text' type that is compared case insensitively.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/sbvr-types",
3
- "version": "7.0.8",
3
+ "version": "7.0.9",
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:17:11.246Z"
54
+ "publishedAt": "2024-04-09T01:36:58.690Z"
55
55
  }
56
56
  }