@unownplain/anthelion-komac 0.0.50 → 0.0.51

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/index.d.ts +2 -0
  2. package/package.json +9 -9
package/index.d.ts CHANGED
@@ -200,6 +200,8 @@ export interface UpdateVersionOptions {
200
200
  export interface UpdateVersionResult {
201
201
  /** The URL of the created pull request, if submitted */
202
202
  pullRequestUrl?: string
203
+ /** The winget-diff view URL for the created pull request, if submitted */
204
+ diffViewUrl?: string
203
205
  /** The generated manifest changes as a list of (path, content) pairs */
204
206
  changes: Array<ManifestChange>
205
207
  /** The package identifier that was updated */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unownplain/anthelion-komac",
3
- "version": "0.0.50",
3
+ "version": "0.0.51",
4
4
  "description": "komac JS bindings for Anthelion",
5
5
  "license": "GPL-3.0-or-later",
6
6
  "repository": {
@@ -41,13 +41,13 @@
41
41
  "node": ">=22.0.0"
42
42
  },
43
43
  "optionalDependencies": {
44
- "@unownplain/anthelion-komac-win32-x64-msvc": "0.0.50",
45
- "@unownplain/anthelion-komac-darwin-x64": "0.0.50",
46
- "@unownplain/anthelion-komac-linux-x64-gnu": "0.0.50",
47
- "@unownplain/anthelion-komac-linux-x64-musl": "0.0.50",
48
- "@unownplain/anthelion-komac-darwin-arm64": "0.0.50",
49
- "@unownplain/anthelion-komac-linux-arm64-gnu": "0.0.50",
50
- "@unownplain/anthelion-komac-linux-arm64-musl": "0.0.50",
51
- "@unownplain/anthelion-komac-win32-arm64-msvc": "0.0.50"
44
+ "@unownplain/anthelion-komac-win32-x64-msvc": "0.0.51",
45
+ "@unownplain/anthelion-komac-darwin-x64": "0.0.51",
46
+ "@unownplain/anthelion-komac-linux-x64-gnu": "0.0.51",
47
+ "@unownplain/anthelion-komac-linux-x64-musl": "0.0.51",
48
+ "@unownplain/anthelion-komac-darwin-arm64": "0.0.51",
49
+ "@unownplain/anthelion-komac-linux-arm64-gnu": "0.0.51",
50
+ "@unownplain/anthelion-komac-linux-arm64-musl": "0.0.51",
51
+ "@unownplain/anthelion-komac-win32-arm64-msvc": "0.0.51"
52
52
  }
53
53
  }