isomorphic-git 1.36.3 → 1.37.1
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/README.md +2 -0
- package/index.cjs +6300 -6022
- package/index.d.cts +140 -58
- package/index.d.ts +140 -58
- package/index.js +6300 -6023
- package/index.umd.min.d.ts +140 -58
- package/index.umd.min.js +1 -1
- package/index.umd.min.js.map +1 -1
- package/managers/index.cjs +32 -0
- package/managers/index.js +32 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -159,6 +159,7 @@ unless there is a major version bump.
|
|
|
159
159
|
- [annotatedTag](https://isomorphic-git.github.io/docs/annotatedTag.html)
|
|
160
160
|
- [branch](https://isomorphic-git.github.io/docs/branch.html)
|
|
161
161
|
- [checkout](https://isomorphic-git.github.io/docs/checkout.html)
|
|
162
|
+
- [cherryPick](https://isomorphic-git.github.io/docs/cherryPick.html)
|
|
162
163
|
- [clone](https://isomorphic-git.github.io/docs/clone.html)
|
|
163
164
|
- [commit](https://isomorphic-git.github.io/docs/commit.html)
|
|
164
165
|
- [currentBranch](https://isomorphic-git.github.io/docs/currentBranch.html)
|
|
@@ -411,6 +412,7 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds
|
|
|
411
412
|
<td align="center"><a href="https://github.com/fetsorn"><img src="https://avatars.githubusercontent.com/u/12858105?v=4?s=60" width="60px;" alt=""/><br /><sub><b>fetsorn</b></sub></a><br /><a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=fetsorn" title="Documentation">📖</a></td>
|
|
412
413
|
<td align="center"><a href="http://www.dreamingcat.me/"><img src="https://avatars.githubusercontent.com/u/7752883?v=4?s=60" width="60px;" alt=""/><br /><sub><b>xiaoboost</b></sub></a><br /><a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=xiaoboost" title="Code">💻</a> <a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=xiaoboost" title="Documentation">📖</a> <a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=xiaoboost" title="Tests">⚠️</a></td>
|
|
413
414
|
<td align="center"><a href="https://github.com/Andarist"><img src="https://avatars.githubusercontent.com/u/9800850?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Mateusz Burzyński</b></sub></a><br /><a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=Andarist" title="Code">💻</a> <a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=Andarist" title="Tests">⚠️</a></td>
|
|
415
|
+
<td align="center"><a href="https://github.com/IAmSSH"><img src="https://avatars.githubusercontent.com/u/34162350?v=4?s=60" width="60px;" alt=""/><br /><sub><b>iamssh</b></sub></a><br /><a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=IAmSSH" title="Code">💻</a> <a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=IAmSSH" title="Documentation">📖</a> <a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=IAmSSH" title="Tests">⚠️</a></td>
|
|
414
416
|
</tr>
|
|
415
417
|
</table>
|
|
416
418
|
|