@dotenvx/dotenvx-darwin-x86_64 0.44.4 → 0.44.5

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.
package/README.md CHANGED
@@ -2,4 +2,8 @@
2
2
 
3
3
  > dotenvx-darwin-x86_64 binary
4
4
 
5
+ [![npm version](https://img.shields.io/npm/v/@dotenvx/dotenvx-darwin-x86_64.svg)](https://www.npmjs.com/package/@dotenvx/dotenvx-darwin-x86_64)
6
+
7
+ [see documentation](https://github.com/dotenvx/dotenvx)
8
+
5
9
   
package/dotenvx CHANGED
Binary file
package/package.json CHANGED
@@ -1,11 +1,15 @@
1
1
  {
2
2
  "name": "@dotenvx/dotenvx-darwin-x86_64",
3
- "version": "0.44.4",
3
+ "version": "0.44.5",
4
4
  "description": "dotenvx-darwin-x86_64 binary",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/dotenvx/dotenvx-darwin-x86_64.git"
8
8
  },
9
+ "files": [
10
+ "dotenvx",
11
+ "README.md"
12
+ ],
9
13
  "author": "@motdotla",
10
14
  "license": "BSD-3-Clause",
11
15
  "publishConfig": {
@@ -1,21 +0,0 @@
1
- name: ci
2
-
3
- on: push
4
-
5
- jobs:
6
- npm:
7
- if: startsWith(github.ref, 'refs/tags/v') && contains(github.ref, '.')
8
- runs-on: ubuntu-latest
9
- permissions:
10
- id-token: write
11
- steps:
12
- - uses: actions/checkout@v4
13
- # Setup .npmrc file to publish to npm
14
- - uses: actions/setup-node@v4
15
- with:
16
- node-version: '16.x'
17
- registry-url: 'https://registry.npmjs.org'
18
- scope: '@dotenvx'
19
- - run: npm publish
20
- env:
21
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}