maxcso 0.1130.13 → 0.1130.15

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.
@@ -16,7 +16,7 @@ export default class MaxcsoBin {
16
16
  private static getBinPathBundled;
17
17
  /**
18
18
  * Look for maxcso binaries bundled with:
19
- * `bun build --compile --asset-naming="[name].[ext]" maxcso *.dylib`
19
+ * `bun build --compile --asset-naming="[name].[ext]" maxcso`
20
20
  */
21
21
  private static getBinPathBundledBun;
22
22
  private static getTemporaryDirectory;
@@ -68,7 +68,7 @@ class MaxcsoBin {
68
68
  }
69
69
  /**
70
70
  * Look for maxcso binaries bundled with:
71
- * `bun build --compile --asset-naming="[name].[ext]" maxcso *.dylib`
71
+ * `bun build --compile --asset-naming="[name].[ext]" maxcso`
72
72
  */
73
73
  static getBinPathBundledBun() {
74
74
  return __awaiter(this, void 0, void 0, function* () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "maxcso",
3
- "version": "0.1130.13",
3
+ "version": "0.1130.15",
4
4
  "description": "💿 maxcso binaries and wrapper for Node.js.",
5
5
  "keywords": [
6
6
  "cso",
@@ -54,14 +54,14 @@
54
54
  "which": "^6.0.1"
55
55
  },
56
56
  "optionalDependencies": {
57
- "@emmercm/maxcso-darwin-arm64": "^0.1130.13",
58
- "@emmercm/maxcso-darwin-x64": "^0.1130.13",
59
- "@emmercm/maxcso-linux-arm64": "^0.1130.13",
60
- "@emmercm/maxcso-linux-ia32": "^0.1130.13",
61
- "@emmercm/maxcso-linux-x64": "^0.1130.13",
62
- "@emmercm/maxcso-win32-arm64": "^0.1130.13",
63
- "@emmercm/maxcso-win32-ia32": "^0.1130.13",
64
- "@emmercm/maxcso-win32-x64": "^0.1130.13"
57
+ "@emmercm/maxcso-darwin-arm64": "^0.1130.15",
58
+ "@emmercm/maxcso-darwin-x64": "^0.1130.15",
59
+ "@emmercm/maxcso-linux-arm64": "^0.1130.15",
60
+ "@emmercm/maxcso-linux-ia32": "^0.1130.15",
61
+ "@emmercm/maxcso-linux-x64": "^0.1130.15",
62
+ "@emmercm/maxcso-win32-arm64": "^0.1130.15",
63
+ "@emmercm/maxcso-win32-ia32": "^0.1130.15",
64
+ "@emmercm/maxcso-win32-x64": "^0.1130.15"
65
65
  },
66
66
  "devDependencies": {
67
67
  "@types/bun": "^1.3.10",
@@ -95,5 +95,5 @@
95
95
  "volta": {
96
96
  "node": "20.11.1"
97
97
  },
98
- "gitHead": "81e3f219c5bedfe0f10caff3993e51ef80531beb"
98
+ "gitHead": "68f3c1decacf17372324b79e8b02a304ad2bb0cd"
99
99
  }