isomorphic-git 1.33.1 → 1.33.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isomorphic-git",
3
- "version": "1.33.1",
3
+ "version": "1.33.2",
4
4
  "description": "A pure JavaScript reimplementation of git for node and browsers",
5
5
  "type": "module",
6
6
  "typings": "./index.d.cts",
@@ -105,6 +105,7 @@
105
105
  "crc-32": "^1.2.0",
106
106
  "diff3": "0.0.3",
107
107
  "ignore": "^5.1.4",
108
+ "is-git-ref-name-valid": "^1.0.0",
108
109
  "minimisted": "^2.0.0",
109
110
  "pako": "^1.0.10",
110
111
  "path-browserify": "^1.0.1",
@@ -166,6 +167,7 @@
166
167
  "karma-verbose-reporter": "0.0.8",
167
168
  "karma-webpack": "4.0.2",
168
169
  "markdown-table": "^2.0.0",
170
+ "micro": "^9.3.4",
169
171
  "nps": "^5.10.0",
170
172
  "nps-utils": "1.7.0",
171
173
  "prettier": "1.19.1",