@dotenvx/dotenvx 1.3.0 → 1.3.2
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/CHANGELOG.md +13 -1
- package/README.md +9 -9
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
-
## [Unreleased](https://github.com/dotenvx/dotenvx/compare/v1.3.
|
|
5
|
+
## [Unreleased](https://github.com/dotenvx/dotenvx/compare/v1.3.2...main)
|
|
6
|
+
|
|
7
|
+
## 1.3.2
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
|
|
11
|
+
* 🐞 remove risky `prepare` and `postinstall` scripts and replace with `npm run patch` for development and binary building ([#286](https://github.com/dotenvx/dotenvx/pull/286))
|
|
12
|
+
|
|
13
|
+
## 1.3.1
|
|
14
|
+
|
|
15
|
+
### Changed
|
|
16
|
+
|
|
17
|
+
* 🐞 make `patch-package` only run locally with `prepare` ([#283](https://github.com/dotenvx/dotenvx/pull/283))
|
|
6
18
|
|
|
7
19
|
## 1.3.0
|
|
8
20
|
|
package/README.md
CHANGED
|
@@ -1384,18 +1384,18 @@ More examples
|
|
|
1384
1384
|
> Go deeper into using `dotenvx` with detailed framework and platform guides.
|
|
1385
1385
|
>
|
|
1386
1386
|
|
|
1387
|
-
* <a href="https://dotenvx.com/docs/platforms/digital-ocean">Digital Ocean <img src="https://
|
|
1388
|
-
* <a href="https://dotenvx.com/docs/platforms/docker">Docker <img src="https://
|
|
1389
|
-
* <a href="https://dotenvx.com/docs/platforms/fly">Fly.io
|
|
1390
|
-
* <a href="https://dotenvx.com/docs/cis/github-actions">GitHub Actions <img src="https://
|
|
1391
|
-
* <a href="https://dotenvx.com/docs/platforms/heroku">Heroku <img src="https://
|
|
1392
|
-
* <a href="https://dotenvx.com/docs/platforms/netlify">Netlify <img src="https://
|
|
1387
|
+
* <a href="https://dotenvx.com/docs/platforms/digital-ocean">Digital Ocean <img src="https://api.iconify.design/devicon/digitalocean.svg" alt="Digital Ocean" width="20" /></a>
|
|
1388
|
+
* <a href="https://dotenvx.com/docs/platforms/docker">Docker <img src="https://api.iconify.design/skill-icons/docker.svg" alt="Docker" width="20" /></a>
|
|
1389
|
+
* <a href="https://dotenvx.com/docs/platforms/fly">Fly.io <img src="https://api.iconify.design/logos/fly-icon.svg" alt="Fly.io" width="20" /></a>
|
|
1390
|
+
* <a href="https://dotenvx.com/docs/cis/github-actions">GitHub Actions <img src="https://api.iconify.design/devicon/github.svg" alt="GitHub" width="20" /></a>
|
|
1391
|
+
* <a href="https://dotenvx.com/docs/platforms/heroku">Heroku <img src="https://api.iconify.design/skill-icons/heroku.svg" alt="Heroku" width="20" /></a>
|
|
1392
|
+
* <a href="https://dotenvx.com/docs/platforms/netlify">Netlify <img src="https://api.iconify.design/skill-icons/netlify-light.svg" alt="Netlify" width="20" /></a>
|
|
1393
1393
|
* <a href="https://dotenvx.com/docs/package-managers/npm">NPM <img src="https://cdn.jsdelivr.net/npm/simple-icons@latest/icons/npm.svg" alt="NPM Logo" width="20" height="20" style="fill:#CB3837;"></a>
|
|
1394
1394
|
* <a href="https://dotenvx.com/docs/monorepos/nx">Nx <img src="https://cdn.jsdelivr.net/npm/simple-icons@latest/icons/nx.svg" alt="Nx Logo" width="20" height="20" style="fill:#143055;"></a>
|
|
1395
|
-
* <a href="https://dotenvx.com/docs/platforms/render">Render <img src="https://
|
|
1396
|
-
* <a href="https://dotenvx.com/docs/platforms/railway">Railway <img src="https://
|
|
1395
|
+
* <a href="https://dotenvx.com/docs/platforms/render">Render <img src="https://api.iconify.design/simple-icons/render.svg" alt="Render" width="20" /></a>
|
|
1396
|
+
* <a href="https://dotenvx.com/docs/platforms/railway">Railway <img src="https://api.iconify.design/simple-icons/railway.svg" alt="Railway" width="20" /></a>
|
|
1397
1397
|
* <a href="https://dotenvx.com/docs/monorepos/turborepo">Turborepo <img src="https://cdn.jsdelivr.net/npm/simple-icons@latest/icons/turborepo.svg" alt="Turborepo Logo" width="20" height="20" style="fill:#EF4444;"></a>
|
|
1398
|
-
* <a href="https://dotenvx.com/docs/platforms/vercel">Vercel <img src="https://
|
|
1398
|
+
* <a href="https://dotenvx.com/docs/platforms/vercel">Vercel <img src="https://api.iconify.design/devicon/vercel.svg" alt="Vercel" width="20" /></a>
|
|
1399
1399
|
* [more](https://dotenvx.com/docs/guides)
|
|
1400
1400
|
* <a href="https://dotenvx.com/docs/guides#node-js">Node.js <img src="https://cdn.jsdelivr.net/npm/simple-icons@latest/icons/nodejs.svg" alt="Node.js Logo" width="20" height="20" style="fill:#5FA04E;"></a>
|
|
1401
1401
|
* <a href="https://dotenvx.com/docs/guides#python">Python <img src="https://cdn.jsdelivr.net/npm/simple-icons@latest/icons/python.svg" alt="Python Logo" width="20" height="20" style="fill:#3776AB;"></a>
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.3.
|
|
2
|
+
"version": "1.3.2",
|
|
3
3
|
"name": "@dotenvx/dotenvx",
|
|
4
4
|
"description": "a better dotenv–from the creator of `dotenv`",
|
|
5
5
|
"author": "@motdotla",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"testshell": "bash shellspec",
|
|
28
28
|
"prerelease": "npm test && npm run testshell",
|
|
29
29
|
"release": "standard-version",
|
|
30
|
-
"
|
|
30
|
+
"patch": "patch-package"
|
|
31
31
|
},
|
|
32
32
|
"funding": "https://dotenvx.com",
|
|
33
33
|
"dependencies": {
|