isomorphic-git 1.25.5 → 1.25.6

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.
@@ -2,7 +2,7 @@
2
2
  "Chrome Headless 79.0.3945.0 (Linux x86_64)",
3
3
  "Firefox 122.0 (Ubuntu 0.0.0)",
4
4
  "Chrome 120.0.0.0 (Android 10)",
5
+ "Mobile Safari 13.0 (iOS 13.0)",
5
6
  "Edge 79.0.309.65 (Windows 10)",
6
- "Safari 13.1 (Mac OS 10.15.4)",
7
- "Mobile Safari 13.0 (iOS 13.0)"
7
+ "Safari 13.1 (Mac OS 10.15.4)"
8
8
  ]
package/index.cjs CHANGED
@@ -4912,14 +4912,14 @@ async function browserDeflate(buffer) {
4912
4912
  function testCompressionStream() {
4913
4913
  try {
4914
4914
  const cs = new CompressionStream('deflate');
4915
+ cs.writable.close();
4915
4916
  // Test if `Blob.stream` is present. React Native does not have the `stream` method
4916
4917
  const stream = new Blob([]).stream();
4917
4918
  stream.cancel();
4918
- return !!cs
4919
+ return true
4919
4920
  } catch (_) {
4920
- // no bother
4921
+ return false
4921
4922
  }
4922
- return false
4923
4923
  }
4924
4924
 
4925
4925
  async function _writeObject({
@@ -7334,8 +7334,8 @@ function filterCapabilities(server, client) {
7334
7334
 
7335
7335
  const pkg = {
7336
7336
  name: 'isomorphic-git',
7337
- version: '1.25.5',
7338
- agent: 'git/isomorphic-git@1.25.5',
7337
+ version: '1.25.6',
7338
+ agent: 'git/isomorphic-git@1.25.6',
7339
7339
  };
7340
7340
 
7341
7341
  class FIFO {
package/index.js CHANGED
@@ -4906,14 +4906,14 @@ async function browserDeflate(buffer) {
4906
4906
  function testCompressionStream() {
4907
4907
  try {
4908
4908
  const cs = new CompressionStream('deflate');
4909
+ cs.writable.close();
4909
4910
  // Test if `Blob.stream` is present. React Native does not have the `stream` method
4910
4911
  const stream = new Blob([]).stream();
4911
4912
  stream.cancel();
4912
- return !!cs
4913
+ return true
4913
4914
  } catch (_) {
4914
- // no bother
4915
+ return false
4915
4916
  }
4916
- return false
4917
4917
  }
4918
4918
 
4919
4919
  async function _writeObject({
@@ -7328,8 +7328,8 @@ function filterCapabilities(server, client) {
7328
7328
 
7329
7329
  const pkg = {
7330
7330
  name: 'isomorphic-git',
7331
- version: '1.25.5',
7332
- agent: 'git/isomorphic-git@1.25.5',
7331
+ version: '1.25.6',
7332
+ agent: 'git/isomorphic-git@1.25.6',
7333
7333
  };
7334
7334
 
7335
7335
  class FIFO {