dugite 3.0.0-rc7 → 3.0.0-rc9

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": "dugite",
3
- "version": "3.0.0-rc7",
3
+ "version": "3.0.0-rc9",
4
4
  "description": "Elegant bindings for Git",
5
5
  "main": "./build/lib/index.js",
6
6
  "typings": "./build/lib/index.d.ts",
package/script/config.js CHANGED
@@ -23,12 +23,6 @@ function getConfig() {
23
23
  arch = process.env.npm_config_arch
24
24
  }
25
25
 
26
- if (process.platform === 'win32' && arch === 'arm64') {
27
- // Use the Dugite Native ia32 package for Windows arm64 (arm64 can run 32-bit code through emulation)
28
- console.log('Downloading 32-bit Dugite Native for Windows arm64')
29
- arch = 'ia32'
30
- }
31
-
32
26
  const key = `${process.platform}-${arch}`
33
27
 
34
28
  const entry = embeddedGit[key]
@@ -9,6 +9,11 @@
9
9
  "url": "https://github.com/desktop/dugite-native/releases/download/v2.47.1/dugite-native-v2.47.1-8d348e6-windows-x86.tar.gz",
10
10
  "checksum": "f938bc2ef0ae702479b53bb0838b5cfeea14d35c4215757e1a6df95dea52cad4"
11
11
  },
12
+ "win32-arm64": {
13
+ "name": "dugite-native-v2.47.1-8d348e6-windows-arm64.tar.gz",
14
+ "url": "https://github.com/desktop/dugite-native/releases/download/v2.47.1/dugite-native-v2.47.1-8d348e6-windows-arm64.tar.gz",
15
+ "checksum": "4a3f4d77f3fec67b1c3235a6a82c3e259eb8eb4babd868da5a3e5d5ac309c590"
16
+ },
12
17
  "darwin-x64": {
13
18
  "name": "dugite-native-v2.47.1-8d348e6-macOS-x64.tar.gz",
14
19
  "url": "https://github.com/desktop/dugite-native/releases/download/v2.47.1/dugite-native-v2.47.1-8d348e6-macOS-x64.tar.gz",