@balena/env-parsing 1.1.4 → 1.1.5
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 +13 -1
- package/CHANGELOG.md +4 -0
- package/package.json +7 -7
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
- commits:
|
|
2
|
+
- subject: Bump dev deps
|
|
3
|
+
hash: b5b078effdfa599802f25e5ab5e6137d1521c1c8
|
|
4
|
+
body: ""
|
|
5
|
+
footer:
|
|
6
|
+
Change-type: patch
|
|
7
|
+
change-type: patch
|
|
8
|
+
author: Josh Bowling
|
|
9
|
+
nested: []
|
|
10
|
+
version: 1.1.5
|
|
11
|
+
title: ""
|
|
12
|
+
date: 2022-12-28T09:34:07.865Z
|
|
1
13
|
- commits:
|
|
2
14
|
- subject: Update dependency @types/node to 18.11.18
|
|
3
15
|
hash: 77a7c1ada7975a276de60d8bc394a31c1093999a
|
|
@@ -12,7 +24,7 @@
|
|
|
12
24
|
nested: []
|
|
13
25
|
version: 1.1.4
|
|
14
26
|
title: ""
|
|
15
|
-
date: 2022-12-28T08:
|
|
27
|
+
date: 2022-12-28T08:34:46.528Z
|
|
16
28
|
- commits:
|
|
17
29
|
- subject: Update dependency @types/mocha to 10.0.1
|
|
18
30
|
hash: 5a607d212702ab7d11137979c382d3bfbc1f635e
|
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.5 - 2022-12-28
|
|
8
|
+
|
|
9
|
+
* Bump dev deps [Josh Bowling]
|
|
10
|
+
|
|
7
11
|
## 1.1.4 - 2022-12-28
|
|
8
12
|
|
|
9
13
|
* Update dependency @types/node to 18.11.18 [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.5",
|
|
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",
|
|
@@ -23,16 +23,16 @@
|
|
|
23
23
|
},
|
|
24
24
|
"homepage": "https://github.com/balena-io-modules/balena-env-parsing",
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@balena/lint": "^6.2.
|
|
26
|
+
"@balena/lint": "^6.2.1",
|
|
27
27
|
"@types/chai": "^4.3.3",
|
|
28
28
|
"@types/mocha": "^10.0.0",
|
|
29
29
|
"@types/node": "^18.0.0",
|
|
30
|
-
"chai": "^4.3.
|
|
31
|
-
"husky": "^8.0.
|
|
32
|
-
"mocha": "^10.
|
|
30
|
+
"chai": "^4.3.7",
|
|
31
|
+
"husky": "^8.0.2",
|
|
32
|
+
"mocha": "^10.2.0",
|
|
33
33
|
"rimraf": "^3.0.2",
|
|
34
34
|
"ts-node": "^10.9.1",
|
|
35
|
-
"typescript": "^4.
|
|
35
|
+
"typescript": "^4.9.4"
|
|
36
36
|
},
|
|
37
37
|
"mocha": {
|
|
38
38
|
"reporter": "spec",
|
|
@@ -51,6 +51,6 @@
|
|
|
51
51
|
]
|
|
52
52
|
},
|
|
53
53
|
"versionist": {
|
|
54
|
-
"publishedAt": "2022-12-
|
|
54
|
+
"publishedAt": "2022-12-28T09:34:07.963Z"
|
|
55
55
|
}
|
|
56
56
|
}
|