isomorphic-git 1.18.1 → 1.18.2
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/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/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.2',
|
|
6987
|
+
agent: 'git/isomorphic-git@1.18.2',
|
|
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.2',
|
|
6981
|
+
agent: 'git/isomorphic-git@1.18.2',
|
|
6982
6982
|
};
|
|
6983
6983
|
|
|
6984
6984
|
class FIFO {
|