@whittlelabs/sifter 0.24.1 → 0.25.0
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/bin.js +1 -1
- package/package.json +1 -1
package/bin.js
CHANGED
|
@@ -22371,7 +22371,7 @@ var import_path = require("path");
|
|
|
22371
22371
|
var import_promises = require("fs/promises");
|
|
22372
22372
|
var import_yaml = __toESM(require_dist());
|
|
22373
22373
|
var import_shuttle = __toESM(require_dist5());
|
|
22374
|
-
var buildVersion = true ? "0.
|
|
22374
|
+
var buildVersion = true ? "0.25.0" : pkg.version;
|
|
22375
22375
|
var sifterBrand = {
|
|
22376
22376
|
product: {
|
|
22377
22377
|
id: "sifter",
|