reconfix 1.0.0 → 1.0.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,14 @@
1
+ - commits:
2
+ - subject: Change rindle to a devDependency
3
+ hash: c503420ce5492daae6d95a99db36739c33dc54f8
4
+ body: ""
5
+ footer:
6
+ Change-type: patch
7
+ change-type: patch
8
+ author: Thodoris Greasidis
9
+ version: 1.0.1
10
+ title: ""
11
+ date: 2025-09-23T13:43:20.621Z
1
12
  - commits:
2
13
  - subject: Start using flowzone
3
14
  hash: b3cdd82139d53e9579d90f68be285c08b73e8786
@@ -356,7 +367,7 @@
356
367
  author: Zrzka
357
368
  version: 1.0.0
358
369
  title: ""
359
- date: 2025-09-22T13:14:40.461Z
370
+ date: 2025-09-23T13:19:22.154Z
360
371
  - version: 0.3.0
361
372
  date: 2019-02-04T14:34:57Z
362
373
  commits:
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
+ # v1.0.1
8
+ ## (2025-09-23)
9
+
10
+ * Change rindle to a devDependency [Thodoris Greasidis]
11
+
7
12
  # v1.0.0
8
- ## (2025-09-22)
13
+ ## (2025-09-23)
9
14
 
10
15
  * Start using flowzone [Thodoris Greasidis]
11
16
  * Drop travis, appveyor & circleci ymls [Thodoris Greasidis]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reconfix",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "(Re)Configuration toolkit",
5
5
  "main": "lib/index.js",
6
6
  "homepage": "https://github.com/balena-io/reconfix",
@@ -32,16 +32,16 @@
32
32
  "devDependencies": {
33
33
  "ava": "^3.15.0",
34
34
  "eslint": "^9.36.0",
35
+ "rindle": "^2.0.0",
35
36
  "tmp": "0.0.29"
36
37
  },
37
38
  "dependencies": {
38
39
  "balena-image-fs": "^7.5.3",
39
40
  "ini": "^1.3.4",
40
41
  "inquirer": "^1.1.3",
41
- "lodash": "^4.16.2",
42
- "rindle": "^2.0.0"
42
+ "lodash": "^4.16.2"
43
43
  },
44
44
  "versionist": {
45
- "publishedAt": "2025-09-22T13:14:40.690Z"
45
+ "publishedAt": "2025-09-23T13:43:20.704Z"
46
46
  }
47
47
  }