zachleat 43.1.0 → 43.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.
@@ -22,4 +22,4 @@ jobs:
22
22
  - run: npm install -g npm@latest
23
23
  - if: ${{ github.event.release.tag_name != '' }}
24
24
  # Also runs npm ci and npm test
25
- run: npm stage publish
25
+ run: npm stage publish --provenance
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zachleat",
3
- "version": "43.1.0",
3
+ "version": "43.1.1",
4
4
  "description": "Meta package for Zach Leatherman",
5
5
  "main": "./src/index.js",
6
6
  "bin": {