ovsx 0.9.2 → 0.9.3
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 +8 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
This change log covers only the command line interface (CLI) of Open VSX.
|
|
4
4
|
|
|
5
|
+
### v0.9.3 (Sep. 2024)
|
|
6
|
+
|
|
7
|
+
#### Dependencies
|
|
8
|
+
|
|
9
|
+
- Upgrade `micromatch` from `4.0.5` to `4.0.8` ([#978](https://github.com/eclipse/openvsx/pull/978))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
5
13
|
### v0.9.2 (July 2024)
|
|
6
14
|
|
|
7
15
|
#### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ovsx",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.3",
|
|
4
4
|
"description": "Command line interface for Eclipse Open VSX",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cli",
|
|
@@ -64,5 +64,5 @@
|
|
|
64
64
|
"publish:latest": "yarn npm publish --tag latest",
|
|
65
65
|
"load-extensions": "node scripts/load-test-extensions.js"
|
|
66
66
|
},
|
|
67
|
-
"packageManager": "yarn@4.1
|
|
67
|
+
"packageManager": "yarn@4.3.1"
|
|
68
68
|
}
|