@theholocron/holocron-plugin-postman 3.28.0 → 3.29.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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -26,6 +26,8 @@ Token resolution order:
26
26
  1. `--token <KEY>` flag on the holocron invocation
27
27
  2. `HOLOCRON_POSTMAN_API_KEY` env var
28
28
  3. `POSTMAN_API_KEY` env var (Postman's own standard)
29
+ 4. Keyring `postman.<org>` — tried first when an org is active via `--org`, `HOLOCRON_ORG`, or `org` in `holocron.config.ts`
30
+ 5. Keyring `postman` — unnamespaced fallback; set via `holocron auth set postman <key>`
29
31
 
30
32
  Generate the key at <https://web.postman.co/settings/me/api-keys>.
31
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theholocron/holocron-plugin-postman",
3
- "version": "3.28.0",
3
+ "version": "3.29.0",
4
4
  "description": "Holocron plugin for Postman. Implements the tooling capability against Postman's REST API — workspace + collection + spec + environment sync.",
5
5
  "homepage": "https://github.com/theholocron/holocron/tree/main/packages/holocron-plugin-postman#readme",
6
6
  "bugs": "https://github.com/theholocron/holocron/issues",
@@ -21,8 +21,8 @@
21
21
  }
22
22
  },
23
23
  "peerDependencies": {
24
- "@theholocron/postman-client": "^1.8.0",
25
- "@theholocron/cli": "3.28.0"
24
+ "@theholocron/postman-client": "^1.9.0",
25
+ "@theholocron/cli": "3.29.0"
26
26
  },
27
27
  "peerDependenciesMeta": {
28
28
  "@theholocron/postman-client": {
@@ -30,11 +30,11 @@
30
30
  }
31
31
  },
32
32
  "devDependencies": {
33
- "@theholocron/eslint-config": "^7.19.1",
34
- "@theholocron/postman-client": "^1.8.0",
35
- "@theholocron/tsconfig": "^7.19.1",
36
- "@theholocron/tsdown-config": "^7.19.1",
37
- "@theholocron/vitest-config": "^7.19.1",
33
+ "@theholocron/eslint-config": "^7.20.0",
34
+ "@theholocron/postman-client": "^1.9.0",
35
+ "@theholocron/tsconfig": "^7.20.0",
36
+ "@theholocron/tsdown-config": "^7.20.0",
37
+ "@theholocron/vitest-config": "^7.20.0",
38
38
  "@types/node": "^26",
39
39
  "@vitest/coverage-v8": "^4.1.10",
40
40
  "@vitest/eslint-plugin": "^1.6.27",
@@ -45,7 +45,7 @@
45
45
  "tsx": "4.22.4",
46
46
  "typescript": "^5.9.3",
47
47
  "vitest": "^4.1.10",
48
- "@theholocron/cli": "3.28.0"
48
+ "@theholocron/cli": "3.29.0"
49
49
  },
50
50
  "publishConfig": {
51
51
  "access": "public"