@balena/env-parsing 1.1.3 → 1.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/.versionbot/CHANGELOG.yml +16 -1
- package/CHANGELOG.md +4 -0
- package/package.json +3 -3
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
- commits:
|
|
2
|
+
- subject: Update dependency @types/node to 18.11.18
|
|
3
|
+
hash: 77a7c1ada7975a276de60d8bc394a31c1093999a
|
|
4
|
+
body: |
|
|
5
|
+
Update @types/node to 18.11.18
|
|
6
|
+
|
|
7
|
+
Update @types/node from 16.18.11 to 18.11.18
|
|
8
|
+
footer:
|
|
9
|
+
Change-type: patch
|
|
10
|
+
change-type: patch
|
|
11
|
+
author: Renovate Bot
|
|
12
|
+
nested: []
|
|
13
|
+
version: 1.1.4
|
|
14
|
+
title: ""
|
|
15
|
+
date: 2022-12-28T08:29:46.637Z
|
|
1
16
|
- commits:
|
|
2
17
|
- subject: Update dependency @types/mocha to 10.0.1
|
|
3
18
|
hash: 5a607d212702ab7d11137979c382d3bfbc1f635e
|
|
@@ -12,7 +27,7 @@
|
|
|
12
27
|
nested: []
|
|
13
28
|
version: 1.1.3
|
|
14
29
|
title: ""
|
|
15
|
-
date: 2022-12-
|
|
30
|
+
date: 2022-12-28T08:08:07.350Z
|
|
16
31
|
- commits:
|
|
17
32
|
- subject: Update prepare script for husky install
|
|
18
33
|
hash: cec17710782294f6c88b53f589ed772806fc79c1
|
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,10 @@ 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
|
+
## 1.1.4 - 2022-12-28
|
|
8
|
+
|
|
9
|
+
* Update dependency @types/node to 18.11.18 [Renovate Bot]
|
|
10
|
+
|
|
7
11
|
## 1.1.3 - 2022-12-28
|
|
8
12
|
|
|
9
13
|
* Update dependency @types/mocha to 10.0.1 [Renovate Bot]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@balena/env-parsing",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4",
|
|
4
4
|
"description": "A collection of utilities to simplify/standardize env var parsing",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@balena/lint": "^6.2.0",
|
|
27
27
|
"@types/chai": "^4.3.3",
|
|
28
28
|
"@types/mocha": "^10.0.0",
|
|
29
|
-
"@types/node": "^
|
|
29
|
+
"@types/node": "^18.0.0",
|
|
30
30
|
"chai": "^4.3.6",
|
|
31
31
|
"husky": "^8.0.0",
|
|
32
32
|
"mocha": "^10.0.0",
|
|
@@ -51,6 +51,6 @@
|
|
|
51
51
|
]
|
|
52
52
|
},
|
|
53
53
|
"versionist": {
|
|
54
|
-
"publishedAt": "2022-12-
|
|
54
|
+
"publishedAt": "2022-12-28T08:29:46.731Z"
|
|
55
55
|
}
|
|
56
56
|
}
|