craft-native 0.0.72 → 0.0.75

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/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -4072,7 +4072,7 @@ function craftBinaryNotFoundMessage(triedPath) {
4072
4072
  `);
4073
4073
  }
4074
4074
  // package.json
4075
- var version = "0.0.72";
4075
+ var version = "0.0.75";
4076
4076
 
4077
4077
  // bin/cli.ts
4078
4078
  var spawnedFrom = process6.env[CRAFT_CLI_SPAWN_MARKER];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "craft-native",
3
- "version": "0.0.72",
3
+ "version": "0.0.75",
4
4
  "type": "module",
5
5
  "description": "Build desktop apps with web languages - TypeScript SDK for Craft",
6
6
  "author": "Chris Breuer <chris@stacksjs.org>",