isomorphic-git 1.22.0 → 1.23.0
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 +1 -0
- package/browser-tests.json +3 -3
- package/index.cjs +429 -288
- package/index.d.ts +48 -0
- package/index.js +429 -289
- package/index.umd.min.d.ts +48 -0
- package/index.umd.min.js +2 -2
- package/index.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/size_report.html +1 -1
package/README.md
CHANGED
|
@@ -151,6 +151,7 @@ unless there is a major version bump.
|
|
|
151
151
|
|
|
152
152
|
<!-- autogenerated_by: __tests__/__helpers__/generate-docs.cjs -->
|
|
153
153
|
|
|
154
|
+
- [abortMerge](https://isomorphic-git.github.io/docs/abortMerge.html)
|
|
154
155
|
- [add](https://isomorphic-git.github.io/docs/add.html)
|
|
155
156
|
- [addNote](https://isomorphic-git.github.io/docs/addNote.html)
|
|
156
157
|
- [addRemote](https://isomorphic-git.github.io/docs/addRemote.html)
|
package/browser-tests.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
[
|
|
2
2
|
"Chrome Headless 79.0.3945.0 (Linux x86_64)",
|
|
3
|
-
"Firefox
|
|
3
|
+
"Firefox 111.0 (Ubuntu 0.0.0)",
|
|
4
4
|
"Chrome 108.0.0.0 (Android 10)",
|
|
5
5
|
"Edge 79.0.309.65 (Windows 10)",
|
|
6
|
-
"Safari 13.
|
|
7
|
-
"
|
|
6
|
+
"Mobile Safari 13.0 (iOS 13.0)",
|
|
7
|
+
"Safari 13.1 (Mac OS 10.15.4)"
|
|
8
8
|
]
|