es-git 0.4.0-next.136 → 0.4.0-next.138

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -0
  2. package/package.json +12 -12
package/index.d.ts CHANGED
@@ -1820,6 +1820,7 @@ export interface Status {
1820
1820
  wtDeleted: boolean
1821
1821
  wtTypechange: boolean
1822
1822
  wtRenamed: boolean
1823
+ wtUnreadable: boolean
1823
1824
  ignored: boolean
1824
1825
  conflicted: boolean
1825
1826
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "es-git",
3
- "version": "0.4.0-next.136+f47e288",
3
+ "version": "0.4.0-next.138+66bd400",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "files": [
@@ -13,7 +13,7 @@
13
13
  "url": "https://github.com/toss/es-git.git"
14
14
  },
15
15
  "license": "MIT",
16
- "packageManager": "yarn@4.9.1",
16
+ "packageManager": "yarn@4.9.2",
17
17
  "napi": {
18
18
  "name": "es-git",
19
19
  "triples": {
@@ -57,15 +57,15 @@
57
57
  "vitest": "^3.0.5"
58
58
  },
59
59
  "optionalDependencies": {
60
- "es-git-darwin-x64": "0.4.0-next.136+f47e288",
61
- "es-git-darwin-arm64": "0.4.0-next.136+f47e288",
62
- "es-git-win32-x64-msvc": "0.4.0-next.136+f47e288",
63
- "es-git-win32-arm64-msvc": "0.4.0-next.136+f47e288",
64
- "es-git-linux-x64-gnu": "0.4.0-next.136+f47e288",
65
- "es-git-linux-x64-musl": "0.4.0-next.136+f47e288",
66
- "es-git-android-arm64": "0.4.0-next.136+f47e288",
67
- "es-git-linux-arm64-gnu": "0.4.0-next.136+f47e288",
68
- "es-git-linux-arm64-musl": "0.4.0-next.136+f47e288",
69
- "es-git-android-arm-eabi": "0.4.0-next.136+f47e288"
60
+ "es-git-darwin-x64": "0.4.0-next.138+66bd400",
61
+ "es-git-darwin-arm64": "0.4.0-next.138+66bd400",
62
+ "es-git-win32-x64-msvc": "0.4.0-next.138+66bd400",
63
+ "es-git-win32-arm64-msvc": "0.4.0-next.138+66bd400",
64
+ "es-git-linux-x64-gnu": "0.4.0-next.138+66bd400",
65
+ "es-git-linux-x64-musl": "0.4.0-next.138+66bd400",
66
+ "es-git-android-arm64": "0.4.0-next.138+66bd400",
67
+ "es-git-linux-arm64-gnu": "0.4.0-next.138+66bd400",
68
+ "es-git-linux-arm64-musl": "0.4.0-next.138+66bd400",
69
+ "es-git-android-arm-eabi": "0.4.0-next.138+66bd400"
70
70
  }
71
71
  }