@postman/sdk-config 0.0.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 +9 -0
  2. package/package.json +11 -0
package/README.md ADDED
@@ -0,0 +1,9 @@
1
+ # @postman/sdk-config
2
+
3
+ Namespace placeholder for `@postman/sdk-config`.
4
+
5
+ Real releases ship from CI via OIDC Trusted Publishing — see the linked
6
+ repository for the release workflow. This `0.0.0` stub exists only to claim
7
+ the name under the `@postman` scope and apply least-privilege team
8
+ permissions. It is private (`--access restricted`); the first real release
9
+ makes the package public if/when the team decides.
package/package.json ADDED
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": "0.0.0",
3
+ "description": "Namespace placeholder. Real releases ship from CI via OIDC Trusted Publishing.",
4
+ "license": "Apache-2.0",
5
+ "private": false,
6
+ "name": "@postman/sdk-config",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/postman-eng/sdk-config.git"
10
+ }
11
+ }