@balena/sbvr-types 9.2.0 → 9.2.1

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,15 @@
1
+ - commits:
2
+ - subject: Update dependency @types/chai-datetime to v1
3
+ hash: 3072ff0292859b64f981f5c6809a63ff13fc823f
4
+ body: |
5
+ Update @types/chai-datetime from 0.0.39 to 1.0.0
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: balena-renovate[bot]
10
+ version: 9.2.1
11
+ title: ""
12
+ date: 2025-02-24T14:48:34.778Z
1
13
  - commits:
2
14
  - subject: Use big integer for webresource casting type
3
15
  hash: 49acafb188c3cbf3cd16bbcc9b701d4cac8ca341
@@ -8,7 +20,7 @@
8
20
  author: Otavio Jacobi
9
21
  version: 9.2.0
10
22
  title: ""
11
- date: 2025-02-18T18:30:28.345Z
23
+ date: 2025-02-24T14:20:04.519Z
12
24
  - commits:
13
25
  - subject: Add `is case insensitively equal to` for Text types
14
26
  hash: c6414b8b53cb6935e2a496a31d29c7e90efefe38
package/CHANGELOG.md CHANGED
@@ -4,8 +4,13 @@ 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
+ # v9.2.1
8
+ ## (2025-02-24)
9
+
10
+ * Update dependency @types/chai-datetime to v1 [balena-renovate[bot]]
11
+
7
12
  # v9.2.0
8
- ## (2025-02-18)
13
+ ## (2025-02-24)
9
14
 
10
15
  * Use big integer for webresource casting type [Otavio Jacobi]
11
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/sbvr-types",
3
- "version": "9.2.0",
3
+ "version": "9.2.1",
4
4
  "description": "SBVR type definitions.",
5
5
  "main": "out",
6
6
  "scripts": {
@@ -24,7 +24,7 @@
24
24
  "@balena/lint": "^8.2.7",
25
25
  "@types/bcrypt": "^5.0.2",
26
26
  "@types/chai": "^4.3.16",
27
- "@types/chai-datetime": "^0.0.39",
27
+ "@types/chai-datetime": "^1.0.0",
28
28
  "@types/mocha": "^10.0.6",
29
29
  "@types/sha.js": "^2.4.4",
30
30
  "chai": "^4.4.1",
@@ -51,6 +51,6 @@
51
51
  "npm": ">=8.1.0"
52
52
  },
53
53
  "versionist": {
54
- "publishedAt": "2025-02-18T18:30:28.471Z"
54
+ "publishedAt": "2025-02-24T14:48:34.919Z"
55
55
  }
56
56
  }