@interopio/iocd-cli 0.0.78 → 0.0.79

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.
Files changed (2) hide show
  1. package/changelog.md +7 -0
  2. package/package.json +2 -2
package/changelog.md CHANGED
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.0.79](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.78...iocd-cli-v0.0.79) (2026-03-17)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * resolve npm audit vulnerabilities ([#51](https://github.com/InteropIO/iocd-cli/issues/51)) ([ca8a34a](https://github.com/InteropIO/iocd-cli/commit/ca8a34a8c68ca9e73f1dafdb51efa38721a01966))
14
+
8
15
  ## [0.0.78](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.77...iocd-cli-v0.0.78) (2026-03-16)
9
16
 
10
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@interopio/iocd-cli",
3
- "version": "0.0.78",
3
+ "version": "0.0.79",
4
4
  "description": "CLI tool for setting up, building and packaging io.Connect Desktop platforms",
5
5
  "engines": {
6
6
  "node": ">=22.0.0",
@@ -86,7 +86,7 @@
86
86
  "typescript-json-schema": "^0.65.1"
87
87
  },
88
88
  "peerDependencies": {
89
- "@electron-forge/core": "^7.9.0"
89
+ "@electron-forge/core": "^7.11.1"
90
90
  },
91
91
  "overrides": {
92
92
  "tar": ">=7.5.7"