es-git 0.2.0-next.121 → 0.3.0-next.123

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 +3 -0
  2. package/package.json +11 -11
package/index.d.ts CHANGED
@@ -2091,6 +2091,7 @@ export declare class Commit {
2091
2091
  *
2092
2092
  * @param {Mailmap} mailmap - The mailmap to use for mapping
2093
2093
  * @returns Author signature of this commit with mapping applied
2094
+ * @throws An error if the operation failed.
2094
2095
  */
2095
2096
  authorWithMailmap(mailmap: Mailmap): Signature
2096
2097
  /**
@@ -2107,6 +2108,7 @@ export declare class Commit {
2107
2108
  *
2108
2109
  * @param {Mailmap} mailmap - The mailmap to use for mapping
2109
2110
  * @returns Committer signature of this commit with mapping applied
2111
+ * @throws An error if the operation failed.
2110
2112
  */
2111
2113
  committerWithMailmap(mailmap: Mailmap): Signature
2112
2114
  }
@@ -3233,6 +3235,7 @@ export declare class Mailmap {
3233
3235
  *
3234
3236
  * @param {SignaturePayload} signature - Signature to resolve
3235
3237
  * @returns The resolved signature with canonical name and email
3238
+ * @throws An error if the operation failed.
3236
3239
  *
3237
3240
  * @category Mailmap/Methods
3238
3241
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "es-git",
3
- "version": "0.2.0-next.121+1a7c34b",
3
+ "version": "0.3.0-next.123+6428cec",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "files": [
@@ -57,15 +57,15 @@
57
57
  "vitest": "^3.0.5"
58
58
  },
59
59
  "optionalDependencies": {
60
- "es-git-darwin-x64": "0.2.0-next.121+1a7c34b",
61
- "es-git-darwin-arm64": "0.2.0-next.121+1a7c34b",
62
- "es-git-win32-x64-msvc": "0.2.0-next.121+1a7c34b",
63
- "es-git-win32-arm64-msvc": "0.2.0-next.121+1a7c34b",
64
- "es-git-linux-x64-gnu": "0.2.0-next.121+1a7c34b",
65
- "es-git-linux-x64-musl": "0.2.0-next.121+1a7c34b",
66
- "es-git-android-arm64": "0.2.0-next.121+1a7c34b",
67
- "es-git-linux-arm64-gnu": "0.2.0-next.121+1a7c34b",
68
- "es-git-linux-arm64-musl": "0.2.0-next.121+1a7c34b",
69
- "es-git-android-arm-eabi": "0.2.0-next.121+1a7c34b"
60
+ "es-git-darwin-x64": "0.3.0-next.123+6428cec",
61
+ "es-git-darwin-arm64": "0.3.0-next.123+6428cec",
62
+ "es-git-win32-x64-msvc": "0.3.0-next.123+6428cec",
63
+ "es-git-win32-arm64-msvc": "0.3.0-next.123+6428cec",
64
+ "es-git-linux-x64-gnu": "0.3.0-next.123+6428cec",
65
+ "es-git-linux-x64-musl": "0.3.0-next.123+6428cec",
66
+ "es-git-android-arm64": "0.3.0-next.123+6428cec",
67
+ "es-git-linux-arm64-gnu": "0.3.0-next.123+6428cec",
68
+ "es-git-linux-arm64-musl": "0.3.0-next.123+6428cec",
69
+ "es-git-android-arm-eabi": "0.3.0-next.123+6428cec"
70
70
  }
71
71
  }