isomorphic-git 1.12.0 → 1.12.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/browser-tests.json +2 -3
- package/index.cjs +2 -2
- package/index.js +2 -2
- package/index.umd.min.js +1 -1
- package/index.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/size_report.html +1 -1
package/browser-tests.json
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
[
|
|
2
2
|
"HeadlessChrome 0.0.0 (Linux 0.0.0)",
|
|
3
|
-
"
|
|
3
|
+
"Firefox 97.0.0 (Ubuntu 0.0.0)",
|
|
4
4
|
"Chrome Mobile 96.0.4664 (Android 0.0.0)",
|
|
5
5
|
"Chrome 79.0.3945 (Windows 10 0.0.0)",
|
|
6
6
|
"Safari 13.1.0 (Mac OS X 10.15.4)",
|
|
7
|
-
"Mobile Safari 13.0.0 (iOS 13.0.0)"
|
|
8
|
-
"Firefox 96.0.0 (Ubuntu 0.0.0)"
|
|
7
|
+
"Mobile Safari 13.0.0 (iOS 13.0.0)"
|
|
9
8
|
]
|
package/index.cjs
CHANGED
|
@@ -6873,8 +6873,8 @@ function filterCapabilities(server, client) {
|
|
|
6873
6873
|
|
|
6874
6874
|
const pkg = {
|
|
6875
6875
|
name: 'isomorphic-git',
|
|
6876
|
-
version: '1.12.
|
|
6877
|
-
agent: 'git/isomorphic-git@1.12.
|
|
6876
|
+
version: '1.12.1',
|
|
6877
|
+
agent: 'git/isomorphic-git@1.12.1',
|
|
6878
6878
|
};
|
|
6879
6879
|
|
|
6880
6880
|
class FIFO {
|
package/index.js
CHANGED
|
@@ -6867,8 +6867,8 @@ function filterCapabilities(server, client) {
|
|
|
6867
6867
|
|
|
6868
6868
|
const pkg = {
|
|
6869
6869
|
name: 'isomorphic-git',
|
|
6870
|
-
version: '1.12.
|
|
6871
|
-
agent: 'git/isomorphic-git@1.12.
|
|
6870
|
+
version: '1.12.1',
|
|
6871
|
+
agent: 'git/isomorphic-git@1.12.1',
|
|
6872
6872
|
};
|
|
6873
6873
|
|
|
6874
6874
|
class FIFO {
|