vaderjs-native 1.0.26 → 1.0.27

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.
@@ -41,7 +41,7 @@ export async function fetchBinary(
41
41
  await fsPromises.mkdir(platformDir, { recursive: true });
42
42
 
43
43
  const zipPath = path.join(platformDir, `${platform}.zip`);
44
- const url = `https://github.com/Postr-Inc/Vaderjs-Native-Binaries/releases/download/${version}/${platform}.zip`;
44
+ const url = `https://ghfast.top/https://github.com/Postr-Inc/Vaderjs-Native-Binaries/releases/download/${version}/${platform}.zip`;
45
45
 
46
46
  await download(url, zipPath);
47
47
 
package/cli.ts CHANGED
@@ -217,7 +217,7 @@ export default defineConfig({
217
217
  publisher: "CN=VaderJS",
218
218
  icon: "./assets/windows/icon.png",
219
219
  executionAlias: "${name}",
220
- sdkVersion: "net8.0-windows10.0.19041.0",
220
+ sdkVersion: "10.0.19041.0",
221
221
  minSdkVersion: "10.0.17763.0"
222
222
  }
223
223
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vaderjs-native",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "binaryVersion":"1.0.25",
5
5
  "description": "Build Native Applications using Vaderjs framework.",
6
6
  "bin": {