es-git 0.4.0-next.139 → 0.4.0-next.141

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 -3
  2. package/package.json +11 -11
package/index.d.ts CHANGED
@@ -4850,7 +4850,7 @@ export declare class Repository {
4850
4850
  * }
4851
4851
  * ```
4852
4852
  *
4853
- * @param {Commit} outCommit - The commit that reflects the destination tree.
4853
+ * @param {Commit} ourCommit - The commit that reflects the destination tree.
4854
4854
  * @param {Commit} theirCommit - The commit to merge in to `ourCommit`.
4855
4855
  * @param {MergeOptions} [options] - Merge options.
4856
4856
  * @returns The index result.
@@ -4876,7 +4876,7 @@ export declare class Repository {
4876
4876
  * ```
4877
4877
  *
4878
4878
  * @param {Tree} ancestorTree - The common ancestor between.
4879
- * @param {Tree} outTree - The tree that reflects the destination tree.
4879
+ * @param {Tree} ourTree - The tree that reflects the destination tree.
4880
4880
  * @param {Tree} theirTree - The tree to merge in to `ourTree`.
4881
4881
  * @param {MergeOptions} [options] - Merge options.
4882
4882
  * @returns The index result.
@@ -5242,7 +5242,7 @@ export declare class Repository {
5242
5242
  * }
5243
5243
  * ```
5244
5244
  *
5245
- * @param {Commit} commitish - A Commit which the HEAD should point to.
5245
+ * @param {Commit} commit - A Commit which the HEAD should point to.
5246
5246
  */
5247
5247
  setHeadDetached(commit: Commit): void
5248
5248
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "es-git",
3
- "version": "0.4.0-next.139+50a2048",
3
+ "version": "0.4.0-next.141+ecc5ce3",
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.4.0-next.139+50a2048",
61
- "es-git-darwin-arm64": "0.4.0-next.139+50a2048",
62
- "es-git-win32-x64-msvc": "0.4.0-next.139+50a2048",
63
- "es-git-win32-arm64-msvc": "0.4.0-next.139+50a2048",
64
- "es-git-linux-x64-gnu": "0.4.0-next.139+50a2048",
65
- "es-git-linux-x64-musl": "0.4.0-next.139+50a2048",
66
- "es-git-android-arm64": "0.4.0-next.139+50a2048",
67
- "es-git-linux-arm64-gnu": "0.4.0-next.139+50a2048",
68
- "es-git-linux-arm64-musl": "0.4.0-next.139+50a2048",
69
- "es-git-android-arm-eabi": "0.4.0-next.139+50a2048"
60
+ "es-git-darwin-x64": "0.4.0-next.141+ecc5ce3",
61
+ "es-git-darwin-arm64": "0.4.0-next.141+ecc5ce3",
62
+ "es-git-win32-x64-msvc": "0.4.0-next.141+ecc5ce3",
63
+ "es-git-win32-arm64-msvc": "0.4.0-next.141+ecc5ce3",
64
+ "es-git-linux-x64-gnu": "0.4.0-next.141+ecc5ce3",
65
+ "es-git-linux-x64-musl": "0.4.0-next.141+ecc5ce3",
66
+ "es-git-android-arm64": "0.4.0-next.141+ecc5ce3",
67
+ "es-git-linux-arm64-gnu": "0.4.0-next.141+ecc5ce3",
68
+ "es-git-linux-arm64-musl": "0.4.0-next.141+ecc5ce3",
69
+ "es-git-android-arm-eabi": "0.4.0-next.141+ecc5ce3"
70
70
  }
71
71
  }