@glenn123/pantry-test-oidc 0.0.9 → 0.1.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/README.md +13 -0
  2. package/package.json +2 -2
package/README.md ADDED
@@ -0,0 +1,13 @@
1
+ # @glenn123/pantry-test-oidc
2
+
3
+ Test package for validating pantry's npm OIDC publishing with provenance attestation.
4
+
5
+ ## Install
6
+
7
+ ```bash
8
+ npm install @glenn123/pantry-test-oidc
9
+ ```
10
+
11
+ ## License
12
+
13
+ MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glenn123/pantry-test-oidc",
3
- "version": "0.0.9",
3
+ "version": "0.1.1",
4
4
  "description": "Test package for pantry publish",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -17,7 +17,7 @@
17
17
  "license": "MIT",
18
18
  "repository": {
19
19
  "type": "git",
20
- "url": "https://github.com/glennmichael123/pantry-test.git"
20
+ "url": "https://github.com/glennmichael123/pantry-test-oidc.git"
21
21
  },
22
22
  "dependencies": {
23
23
  "lodash": "^4.17.23",