cborg 4.1.2 → 4.1.4
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/CHANGELOG.md +15 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## [4.1.4](https://github.com/rvagg/cborg/compare/v4.1.3...v4.1.4) (2024-03-26)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Trivial Changes
|
|
5
|
+
|
|
6
|
+
* **deps-dev:** bump @semantic-release/release-notes-generator ([0d61874](https://github.com/rvagg/cborg/commit/0d6187404475ec3be8dc0c628e9acf073dcc6927))
|
|
7
|
+
|
|
8
|
+
## [4.1.3](https://github.com/rvagg/cborg/compare/v4.1.2...v4.1.3) (2024-03-18)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Trivial Changes
|
|
12
|
+
|
|
13
|
+
* **deps-dev:** bump @semantic-release/commit-analyzer ([9160309](https://github.com/rvagg/cborg/commit/9160309412de47ec5c1b8953fc8e74ff0fe4f065))
|
|
14
|
+
* **deps-dev:** bump @semantic-release/npm from 11.0.3 to 12.0.0 ([2e6f5e0](https://github.com/rvagg/cborg/commit/2e6f5e0255087a47c5a161a66c87d2f5ceb5250d))
|
|
15
|
+
|
|
1
16
|
## [4.1.2](https://github.com/rvagg/cborg/compare/v4.1.1...v4.1.2) (2024-03-16)
|
|
2
17
|
|
|
3
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cborg",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.4",
|
|
4
4
|
"description": "Fast CBOR with a focus on strictness",
|
|
5
5
|
"main": "cborg.js",
|
|
6
6
|
"type": "module",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"license": "Apache-2.0",
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@semantic-release/changelog": "^6.0.3",
|
|
32
|
-
"@semantic-release/commit-analyzer": "^
|
|
32
|
+
"@semantic-release/commit-analyzer": "^12.0.0",
|
|
33
33
|
"@semantic-release/git": "^10.0.1",
|
|
34
34
|
"@semantic-release/github": "^10.0.0",
|
|
35
|
-
"@semantic-release/npm": "^
|
|
36
|
-
"@semantic-release/release-notes-generator": "^
|
|
35
|
+
"@semantic-release/npm": "^12.0.0",
|
|
36
|
+
"@semantic-release/release-notes-generator": "^13.0.0",
|
|
37
37
|
"@types/chai": "^4.3.11",
|
|
38
38
|
"@types/mocha": "^10.0.6",
|
|
39
39
|
"@types/node": "^20.10.8",
|