ovsx 0.10.5 → 0.10.7

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/CHANGELOG.md CHANGED
@@ -2,6 +2,25 @@
2
2
 
3
3
  This change log covers only the command line interface (CLI) of Open VSX.
4
4
 
5
+ ### v0.10.7 (Nov. 2025)
6
+
7
+ #### Dependencies
8
+
9
+ - Upgrade `glob` from `10.3.10` to `10.5.0` ([#1423](https://github.com/eclipse/openvsx/pull/1423))
10
+ - Upgrade `js-yaml` from `4.1.0` to `4.1.1` ([#1417](https://github.com/eclipse/openvsx/pull/1417))
11
+
12
+ ---
13
+
14
+ ### v0.10.6 (Sep. 2025)
15
+
16
+ #### Dependencies
17
+
18
+ - Upgrade `tar-fs` from `2.1.3` to `2.1.4` ([#1353](https://github.com/eclipse/openvsx/pull/1353))
19
+ - Upgrade `tmp` from `0.2.3` to `0.2.4` ([#1304](https://github.com/eclipse/openvsx/pull/1304))
20
+ - Upgrade `form-data` from `4.0.0` to `4.0.4` ([#1291](https://github.com/eclipse/openvsx/pull/1291))
21
+
22
+ ---
23
+
5
24
  ### v0.10.5 (Jul. 2025)
6
25
 
7
26
  #### Dependencies
package/lib/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const LIB_VERSION = "0.10.5";
1
+ export declare const LIB_VERSION = "0.10.7";
2
2
  //# sourceMappingURL=version.d.ts.map
package/lib/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.LIB_VERSION = void 0;
4
- exports.LIB_VERSION = "0.10.5";
4
+ exports.LIB_VERSION = "0.10.7";
5
5
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ovsx",
3
- "version": "0.10.5",
3
+ "version": "0.10.7",
4
4
  "description": "Command line interface for Eclipse Open VSX",
5
5
  "keywords": [
6
6
  "cli",
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const LIB_VERSION = "0.10.5";
1
+ export const LIB_VERSION = "0.10.7";