isomorphic-git 1.18.0 → 1.18.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 -1
- 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/README.md
CHANGED
|
@@ -345,7 +345,7 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds
|
|
|
345
345
|
</tr>
|
|
346
346
|
<tr>
|
|
347
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
|
-
<td align="center"><a href="https://github.com/araknast"><img src="https://avatars.githubusercontent.com/u/84164531?v=4?s=60" width="60px;" alt=""/><br /><sub><b
|
|
348
|
+
<td align="center"><a href="https://github.com/araknast"><img src="https://avatars.githubusercontent.com/u/84164531?v=4?s=60" width="60px;" alt=""/><br /><sub><b>araknast</b></sub></a><br /><a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=araknast" title="Code">💻</a> <a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=araknast" title="Tests">⚠️</a> <a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=araknast" title="Documentation">📖</a></td>
|
|
349
349
|
</tr>
|
|
350
350
|
</table>
|
|
351
351
|
|
package/index.cjs
CHANGED
|
@@ -6983,8 +6983,8 @@ function filterCapabilities(server, client) {
|
|
|
6983
6983
|
|
|
6984
6984
|
const pkg = {
|
|
6985
6985
|
name: 'isomorphic-git',
|
|
6986
|
-
version: '1.18.
|
|
6987
|
-
agent: 'git/isomorphic-git@1.18.
|
|
6986
|
+
version: '1.18.1',
|
|
6987
|
+
agent: 'git/isomorphic-git@1.18.1',
|
|
6988
6988
|
};
|
|
6989
6989
|
|
|
6990
6990
|
class FIFO {
|
package/index.js
CHANGED
|
@@ -6977,8 +6977,8 @@ function filterCapabilities(server, client) {
|
|
|
6977
6977
|
|
|
6978
6978
|
const pkg = {
|
|
6979
6979
|
name: 'isomorphic-git',
|
|
6980
|
-
version: '1.18.
|
|
6981
|
-
agent: 'git/isomorphic-git@1.18.
|
|
6980
|
+
version: '1.18.1',
|
|
6981
|
+
agent: 'git/isomorphic-git@1.18.1',
|
|
6982
6982
|
};
|
|
6983
6983
|
|
|
6984
6984
|
class FIFO {
|