isomorphic-git 1.37.6 → 1.37.7
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/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 +9 -3
package/README.md
CHANGED
|
@@ -419,6 +419,7 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds
|
|
|
419
419
|
</tr>
|
|
420
420
|
<tr>
|
|
421
421
|
<td align="center"><a href="https://github.com/N0zoM1z0"><img src="https://avatars.githubusercontent.com/u/161784452?v=4?s=60" width="60px;" alt=""/><br /><sub><b>N0zoM1z0</b></sub></a><br /><a href="#security-N0zoM1z0" title="Security">🛡️</a></td>
|
|
422
|
+
<td align="center"><a href="https://github.com/amxmln"><img src="https://avatars.githubusercontent.com/u/15271679?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Amadeus Maximilian</b></sub></a><br /><a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=amxmln" title="Code">💻</a> <a href="https://github.com/isomorphic-git/isomorphic-git/issues?q=author%3Aamxmln" title="Bug reports">🐛</a></td>
|
|
422
423
|
</tr>
|
|
423
424
|
</table>
|
|
424
425
|
|
package/index.cjs
CHANGED
|
@@ -9343,8 +9343,8 @@ function filterCapabilities(server, client) {
|
|
|
9343
9343
|
|
|
9344
9344
|
const pkg = {
|
|
9345
9345
|
name: 'isomorphic-git',
|
|
9346
|
-
version: '1.37.
|
|
9347
|
-
agent: 'git/isomorphic-git@1.37.
|
|
9346
|
+
version: '1.37.7',
|
|
9347
|
+
agent: 'git/isomorphic-git@1.37.7',
|
|
9348
9348
|
};
|
|
9349
9349
|
|
|
9350
9350
|
class FIFO {
|
package/index.js
CHANGED
|
@@ -9330,8 +9330,8 @@ function filterCapabilities(server, client) {
|
|
|
9330
9330
|
|
|
9331
9331
|
const pkg = {
|
|
9332
9332
|
name: 'isomorphic-git',
|
|
9333
|
-
version: '1.37.
|
|
9334
|
-
agent: 'git/isomorphic-git@1.37.
|
|
9333
|
+
version: '1.37.7',
|
|
9334
|
+
agent: 'git/isomorphic-git@1.37.7',
|
|
9335
9335
|
};
|
|
9336
9336
|
|
|
9337
9337
|
class FIFO {
|