pubm 0.2.6 → 0.2.7

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/cli.js CHANGED
@@ -6044,7 +6044,7 @@ ${stderr}` : "Failed to run `cargo publish`";
6044
6044
  }
6045
6045
  async dryRunPublish(manifestDir) {
6046
6046
  try {
6047
- const args = ["publish", "--dry-run"];
6047
+ const args = ["publish", "--dry-run", "--no-verify"];
6048
6048
  if (manifestDir) {
6049
6049
  args.push("--manifest-path", path10.join(manifestDir, "Cargo.toml"));
6050
6050
  }
package/dist/index.cjs CHANGED
@@ -5507,7 +5507,7 @@ ${stderr}` : "Failed to run `cargo publish`";
5507
5507
  }
5508
5508
  async dryRunPublish(manifestDir) {
5509
5509
  try {
5510
- const args = ["publish", "--dry-run"];
5510
+ const args = ["publish", "--dry-run", "--no-verify"];
5511
5511
  if (manifestDir) {
5512
5512
  args.push("--manifest-path", import_node_path5.default.join(manifestDir, "Cargo.toml"));
5513
5513
  }
package/dist/index.js CHANGED
@@ -5473,7 +5473,7 @@ ${stderr}` : "Failed to run `cargo publish`";
5473
5473
  }
5474
5474
  async dryRunPublish(manifestDir) {
5475
5475
  try {
5476
- const args = ["publish", "--dry-run"];
5476
+ const args = ["publish", "--dry-run", "--no-verify"];
5477
5477
  if (manifestDir) {
5478
5478
  args.push("--manifest-path", path5.join(manifestDir, "Cargo.toml"));
5479
5479
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pubm",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "engines": {
5
5
  "node": ">=18",
6
6
  "git": ">=2.11.0"