isomorphic-git 1.7.6 → 1.8.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 +4 -1
- package/browser-tests.json +4 -5
- package/{cli.js → cli.cjs} +0 -0
- package/index.cjs +141 -51
- package/index.d.ts +93 -31
- package/index.js +141 -51
- package/index.umd.min.d.ts +93 -31
- package/index.umd.min.js +1 -1
- package/index.umd.min.js.map +1 -1
- package/package.json +3 -3
- package/size_report.html +1 -1
package/README.md
CHANGED
|
@@ -237,7 +237,7 @@ Check out the [`CONTRIBUTING`](./CONTRIBUTING.md) document for more instructions
|
|
|
237
237
|
## Who is using isomorphic-git?
|
|
238
238
|
|
|
239
239
|
- [nde](https://nde.now.sh) - a futuristic next-generation web IDE
|
|
240
|
-
- [git-app-manager](https://git-app-manager
|
|
240
|
+
- [git-app-manager](https://git-app-manager.now.sh/) - install "unhosted" websites locally by git cloning them
|
|
241
241
|
- [GIT Web Terminal](https://jcubic.github.io/git/)
|
|
242
242
|
- [Next Editor](https://next-editor.app/)
|
|
243
243
|
- [Clever Cloud](https://www.clever-cloud.com/?utm_source=ref&utm_medium=link&utm_campaign=isomorphic-git)
|
|
@@ -326,11 +326,14 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds
|
|
|
326
326
|
<tr>
|
|
327
327
|
<td align="center"><a href="https://github.com/linfaxin"><img src="https://avatars2.githubusercontent.com/u/3705017?v=4?s=60" width="60px;" alt=""/><br /><sub><b>林法鑫</b></sub></a><br /><a href="https://github.com/isomorphic-git/isomorphic-git/issues?q=author%3Alinfaxin" title="Bug reports">🐛</a></td>
|
|
328
328
|
<td align="center"><a href="https://github.com/willstott101"><img src="https://avatars2.githubusercontent.com/u/335152?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Will Stott</b></sub></a><br /><a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=willstott101" title="Code">💻</a> <a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=willstott101" title="Tests">⚠️</a></td>
|
|
329
|
+
<td align="center"><a href="http://mtnspring.org/"><img src="https://avatars2.githubusercontent.com/u/223277?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Seth Nickell</b></sub></a><br /><a href="https://github.com/isomorphic-git/isomorphic-git/issues?q=author%3Asnickell" title="Bug reports">🐛</a></td>
|
|
330
|
+
<td align="center"><a href="https://www.alextitarenko.me/"><img src="https://avatars0.githubusercontent.com/u/3290313?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Alex Titarenko</b></sub></a><br /><a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=alex-titarenko" title="Code">💻</a></td>
|
|
329
331
|
</tr>
|
|
330
332
|
</table>
|
|
331
333
|
|
|
332
334
|
<!-- markdownlint-restore -->
|
|
333
335
|
<!-- prettier-ignore-end -->
|
|
336
|
+
|
|
334
337
|
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
|
335
338
|
|
|
336
339
|
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!
|
package/browser-tests.json
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
[
|
|
2
2
|
"HeadlessChrome 0.0.0 (Linux 0.0.0)",
|
|
3
|
-
"Firefox
|
|
4
|
-
"X Chrome Mobile 83.0.4103 (Android 0.0.0)",
|
|
5
|
-
"Safari 13.1.0 (Mac OS X 10.15.4)",
|
|
3
|
+
"Firefox 85.0.0 (Ubuntu 0.0.0)",
|
|
6
4
|
"Chrome 79.0.3945 (Windows 10 0.0.0)",
|
|
7
|
-
"Mobile
|
|
8
|
-
"
|
|
5
|
+
"Chrome Mobile 86.0.4240 (Android 0.0.0)",
|
|
6
|
+
"Safari 13.1.0 (Mac OS X 10.15.4)",
|
|
7
|
+
"Mobile Safari 13.0.0 (iOS 13.0.0)"
|
|
9
8
|
]
|
package/{cli.js → cli.cjs}
RENAMED
|
File without changes
|