isomorphic-git 1.17.0 → 1.17.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 CHANGED
@@ -343,6 +343,9 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds
343
343
  <td align="center"><a href="http://vitorluizc.github.io/"><img src="https://avatars.githubusercontent.com/u/9027363?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Vitor Luiz Cavalcanti</b></sub></a><br /><a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=VitorLuizC" title="Documentation">📖</a></td>
344
344
  <td align="center"><a href="https://www.platformdemos.com/"><img src="https://avatars.githubusercontent.com/u/4261788?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Shane McLaughlin</b></sub></a><br /><a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=mshanemc" title="Code">💻</a> <a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=mshanemc" title="Documentation">📖</a> <a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=mshanemc" title="Tests">⚠️</a></td>
345
345
  </tr>
346
+ <tr>
347
+ <td align="center"><a href="https://github.com/seanpoulter"><img src="https://avatars.githubusercontent.com/u/2585460?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Sean Poulter</b></sub></a><br /><a href="#maintenance-seanpoulter" title="Maintenance">🚧</a></td>
348
+ </tr>
346
349
  </table>
347
350
 
348
351
  <!-- markdownlint-restore -->
@@ -1,8 +1,9 @@
1
1
  [
2
+ "X Chrome Mobile 99.0.4844 (Android 0.0.0)",
2
3
  "HeadlessChrome 0.0.0 (Linux 0.0.0)",
3
- "Firefox 98.0.0 (Ubuntu 0.0.0)",
4
- "Chrome Mobile 96.0.4664 (Android 0.0.0)",
4
+ "Firefox 99.0.0 (Ubuntu 0.0.0)",
5
+ "Chrome 79.0.3945 (Windows 10 0.0.0)",
5
6
  "Safari 13.1.0 (Mac OS X 10.15.4)",
6
7
  "Mobile Safari 13.0.0 (iOS 13.0.0)",
7
- "Chrome 79.0.3945 (Windows 10 0.0.0)"
8
+ "Chrome Mobile 99.0.4844 (Android 0.0.0)"
8
9
  ]
package/index.cjs CHANGED
@@ -4470,7 +4470,7 @@ async function add({
4470
4470
  assertParameter('fs', _fs);
4471
4471
  assertParameter('dir', dir);
4472
4472
  assertParameter('gitdir', gitdir);
4473
- assertParameter('filepaths', filepath);
4473
+ assertParameter('filepath', filepath);
4474
4474
 
4475
4475
  const fs = new FileSystem(_fs);
4476
4476
  await GitIndexManager.acquire({ fs, gitdir, cache }, async index => {
@@ -6924,8 +6924,8 @@ function filterCapabilities(server, client) {
6924
6924
 
6925
6925
  const pkg = {
6926
6926
  name: 'isomorphic-git',
6927
- version: '1.17.0',
6928
- agent: 'git/isomorphic-git@1.17.0',
6927
+ version: '1.17.1',
6928
+ agent: 'git/isomorphic-git@1.17.1',
6929
6929
  };
6930
6930
 
6931
6931
  class FIFO {
package/index.js CHANGED
@@ -4464,7 +4464,7 @@ async function add({
4464
4464
  assertParameter('fs', _fs);
4465
4465
  assertParameter('dir', dir);
4466
4466
  assertParameter('gitdir', gitdir);
4467
- assertParameter('filepaths', filepath);
4467
+ assertParameter('filepath', filepath);
4468
4468
 
4469
4469
  const fs = new FileSystem(_fs);
4470
4470
  await GitIndexManager.acquire({ fs, gitdir, cache }, async index => {
@@ -6918,8 +6918,8 @@ function filterCapabilities(server, client) {
6918
6918
 
6919
6919
  const pkg = {
6920
6920
  name: 'isomorphic-git',
6921
- version: '1.17.0',
6922
- agent: 'git/isomorphic-git@1.17.0',
6921
+ version: '1.17.1',
6922
+ agent: 'git/isomorphic-git@1.17.1',
6923
6923
  };
6924
6924
 
6925
6925
  class FIFO {