postman-cli 1.23.0 → 1.23.1

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/man/postman.1 +1 -6
  2. package/package.json +5 -5
package/man/postman.1 CHANGED
@@ -1,4 +1,4 @@
1
- .TH POSTMAN 1 "2025-11-03" "v1.23.0" "Postman CLI Manual"
1
+ .TH POSTMAN 1 "2025-11-05" "v1.23.1" "Postman CLI Manual"
2
2
  .SH NAME
3
3
  postman \- Command\-line companion utility for Postman
4
4
  .SH SYNOPSIS
@@ -318,11 +318,6 @@ Lint and validate Specifications from the command line
318
318
  .B Usage:
319
319
  [options] [command]
320
320
 
321
- .TP Examples:
322
-
323
- Note: Spec commands are available in the US region only.
324
-
325
-
326
321
  .B Subcommands:
327
322
  .TP
328
323
  .B spec lint
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "postman-cli",
3
- "version": "1.23.0",
3
+ "version": "1.23.1",
4
4
  "description": "Official Postman CLI - Command-line companion for API development, testing, and automation",
5
5
  "keywords": [
6
6
  "postman",
@@ -58,9 +58,9 @@
58
58
  "man/"
59
59
  ],
60
60
  "optionalDependencies": {
61
- "@postman/pm-bin-macos-arm64": "1.23.0",
62
- "@postman/pm-bin-macos-x64": "1.23.0",
63
- "@postman/pm-bin-linux-x64": "1.23.0",
64
- "@postman/pm-bin-windows-x64": "1.23.0"
61
+ "@postman/pm-bin-macos-arm64": "1.23.1",
62
+ "@postman/pm-bin-macos-x64": "1.23.1",
63
+ "@postman/pm-bin-linux-x64": "1.23.1",
64
+ "@postman/pm-bin-windows-x64": "1.23.1"
65
65
  }
66
66
  }