isomorphic-git 1.34.0 → 1.34.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 +1 -0
- package/browser-tests.json +6 -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/README.md
CHANGED
|
@@ -396,6 +396,7 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds
|
|
|
396
396
|
<tr>
|
|
397
397
|
<td align="center"><a href="https://github.com/hemanthkini"><img src="https://avatars.githubusercontent.com/u/3934055?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Hemanth Kini</b></sub></a><br /><a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=hemanthkini" title="Code">💻</a></td>
|
|
398
398
|
<td align="center"><a href="https://github.com/anish3333"><img src="https://avatars.githubusercontent.com/u/128889867?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Anish Awasthi</b></sub></a><br /><a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=anish3333" title="Code">💻</a> <a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=anish3333" title="Documentation">📖</a> <a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=anish3333" title="Tests">⚠️</a></td>
|
|
399
|
+
<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>
|
|
399
400
|
</tr>
|
|
400
401
|
</table>
|
|
401
402
|
|
package/browser-tests.json
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
[
|
|
2
2
|
"Chrome Headless 79.0.3945.0 (Linux x86_64)",
|
|
3
3
|
"Firefox 143.0 (Linux x86_64)",
|
|
4
|
-
"X Chrome 137.0.0.0 (Android 10)",
|
|
5
|
-
"Edge 79.0.309.65 (Windows 10)",
|
|
6
4
|
"Mobile Safari 14.0 (iOS 14.0.1)",
|
|
7
5
|
"Safari 14.1 (Mac OS 10.15.7)",
|
|
6
|
+
"Chrome 139.0.0.0 (Android 10)",
|
|
7
|
+
"X Edge 79.0.309.65 (Windows 10)",
|
|
8
|
+
"X Edge 79.0.309.65 (Windows 10)",
|
|
9
|
+
"X Edge 79.0.309.65 (Windows 10)",
|
|
10
|
+
"X Edge 79.0.309.65 (Windows 10)",
|
|
8
11
|
"Chrome Headless 79.0.3945.0 (Linux x86_64)",
|
|
9
|
-
"Chrome
|
|
12
|
+
"Chrome 139.0.0.0 (Android 10)"
|
|
10
13
|
]
|
package/index.cjs
CHANGED
|
@@ -8067,8 +8067,8 @@ function filterCapabilities(server, client) {
|
|
|
8067
8067
|
|
|
8068
8068
|
const pkg = {
|
|
8069
8069
|
name: 'isomorphic-git',
|
|
8070
|
-
version: '1.34.
|
|
8071
|
-
agent: 'git/isomorphic-git@1.34.
|
|
8070
|
+
version: '1.34.1',
|
|
8071
|
+
agent: 'git/isomorphic-git@1.34.1',
|
|
8072
8072
|
};
|
|
8073
8073
|
|
|
8074
8074
|
class FIFO {
|
package/index.js
CHANGED
|
@@ -8061,8 +8061,8 @@ function filterCapabilities(server, client) {
|
|
|
8061
8061
|
|
|
8062
8062
|
const pkg = {
|
|
8063
8063
|
name: 'isomorphic-git',
|
|
8064
|
-
version: '1.34.
|
|
8065
|
-
agent: 'git/isomorphic-git@1.34.
|
|
8064
|
+
version: '1.34.1',
|
|
8065
|
+
agent: 'git/isomorphic-git@1.34.1',
|
|
8066
8066
|
};
|
|
8067
8067
|
|
|
8068
8068
|
class FIFO {
|