@interopio/iocd-cli 0.0.69 → 0.0.70

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.
@@ -12,22 +12,6 @@
12
12
  <copyright><%- copyright %></copyright>
13
13
  </metadata>
14
14
  <files>
15
- <file src="locales\**" target="lib\net45\locales" />
16
- <file src="resources\**" target="lib\net45\resources" />
17
- <file src="config\**" target="lib\net45\config" />
18
- <file src="assets\**" target="lib\net45\assets" />
19
- <file src="components\**" target="lib\net45\components" />
20
- <file src="*.bin" target="lib\net45" />
21
- <file src="*.dll" target="lib\net45" />
22
- <file src="*.pak" target="lib\net45" />
23
- <file src="*.exe.config" target="lib\net45" />
24
- <file src="*.exe.sig" target="lib\net45" />
25
- <file src="icudtl.dat" target="lib\net45\icudtl.dat" />
26
- <file src="Squirrel.exe" target="lib\net45\squirrel.exe" />
27
- <file src="LICENSE" target="lib\net45\LICENSE" />
28
- <file src="<%- exe %>" target="lib\net45\<%- exe %>" />
29
- <% additionalFiles.forEach(function(f) { %>
30
- <file src="<%- f.src %>" target="<%- f.target %>" />
31
- <% }); %>
15
+ <file src="**" target="lib\net45\" />
32
16
  </files>
33
17
  </package>
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.70](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.69...iocd-cli-v0.0.70) (2026-01-27)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * trigger a version ([#25](https://github.com/InteropIO/iocd-cli/issues/25)) ([189a93d](https://github.com/InteropIO/iocd-cli/commit/189a93d66148982924696044f3df27f29da03ddb))
14
+
8
15
  ## [0.0.69](https://github.com/InteropIO/iocd-cli/compare/iocd-cli-v0.0.68...iocd-cli-v0.0.69) (2026-01-22)
9
16
 
10
17
 
@@ -12,22 +12,6 @@
12
12
  <copyright><%- copyright %></copyright>
13
13
  </metadata>
14
14
  <files>
15
- <file src="locales\**" target="lib\net45\locales" />
16
- <file src="resources\**" target="lib\net45\resources" />
17
- <file src="config\**" target="lib\net45\config" />
18
- <file src="assets\**" target="lib\net45\assets" />
19
- <file src="components\**" target="lib\net45\components" />
20
- <file src="*.bin" target="lib\net45" />
21
- <file src="*.dll" target="lib\net45" />
22
- <file src="*.pak" target="lib\net45" />
23
- <file src="*.exe.config" target="lib\net45" />
24
- <file src="*.exe.sig" target="lib\net45" />
25
- <file src="icudtl.dat" target="lib\net45\icudtl.dat" />
26
- <file src="Squirrel.exe" target="lib\net45\squirrel.exe" />
27
- <file src="LICENSE" target="lib\net45\LICENSE" />
28
- <file src="<%- exe %>" target="lib\net45\<%- exe %>" />
29
- <% additionalFiles.forEach(function(f) { %>
30
- <file src="<%- f.src %>" target="<%- f.target %>" />
31
- <% }); %>
15
+ <file src="**" target="lib\net45\" />
32
16
  </files>
33
17
  </package>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@interopio/iocd-cli",
3
- "version": "0.0.69",
3
+ "version": "0.0.70",
4
4
  "description": "CLI tool for setting up, building and packaging io.Connect Desktop platforms",
5
5
  "engines": {
6
6
  "node": ">=22.0.0",