envapt 2.2.3 → 2.2.4
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 +2 -1
- package/package.json +5 -4
package/README.md
CHANGED
|
@@ -10,7 +10,8 @@
|
|
|
10
10
|
<div align="center">
|
|
11
11
|
<img alt="Build" src="https://img.shields.io/github/actions/workflow/status/materwelonDhruv/envapt/publish.yaml?branch=main&label=build&style=flat&logo=github&color=3fb950"></a>
|
|
12
12
|
<a href="https://codecov.io/github/materwelonDhruv/envapt"><img src="https://codecov.io/github/materwelonDhruv/envapt/branch/main/graph/badge.svg?token=IQ4GC645LO"/></a>
|
|
13
|
-
<a href="https://www.npmjs.com/package/envapt"><img alt="npm
|
|
13
|
+
<a href="https://www.npmjs.com/package/envapt"><img alt="npm" src="https://img.shields.io/npm/v/envapt?style=flat&color=cb3838&logo=npm"></a>
|
|
14
|
+
<a href="https://jsr.io/badges/@materwelon/envapt"><img alt="jsr" src="https://jsr.io/badges/@materwelon/envapt"></a>
|
|
14
15
|
<a href="LICENSE"><img alt="License" src="https://img.shields.io/npm/l/envapt?style=flat&color=e97826&logo=apache"></a>
|
|
15
16
|
<a href="https://www.typescriptlang.org/"><img alt="Types" src="https://img.shields.io/badge/types-TypeScript-3178c6?style=flat&logo=typescript&logoColor=white"></a>
|
|
16
17
|
<a href="https://nodejs.org/api/esm.html"><img alt="ESM" src="https://img.shields.io/badge/ESM-Supported-ffca28?style=flat"></a>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "envapt",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.2.
|
|
4
|
+
"version": "2.2.4",
|
|
5
5
|
"description": "The apt way to handle env",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
7
7
|
"module": "./dist/index.mjs",
|
|
@@ -56,9 +56,9 @@
|
|
|
56
56
|
"@eslint/js": "^9.32.0",
|
|
57
57
|
"@types/chai": "^5.2.2",
|
|
58
58
|
"@types/mocha": "^10.0.10",
|
|
59
|
-
"@types/node": "^24.
|
|
59
|
+
"@types/node": "^24.2.0",
|
|
60
60
|
"@typescript-eslint/eslint-plugin": "^8.38.0",
|
|
61
|
-
"@typescript-eslint/parser": "^8.
|
|
61
|
+
"@typescript-eslint/parser": "^8.39.0",
|
|
62
62
|
"chai": "^5.2.1",
|
|
63
63
|
"eslint": "^9.32.0",
|
|
64
64
|
"eslint-config-prettier": "^10.1.8",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"tsup": "^8.5.0",
|
|
74
74
|
"tsx": "^4.20.3",
|
|
75
75
|
"typescript": "^5.8.3",
|
|
76
|
-
"typescript-eslint": "^8.
|
|
76
|
+
"typescript-eslint": "^8.39.0"
|
|
77
77
|
},
|
|
78
78
|
"dependencies": {
|
|
79
79
|
"dotenv": "^17.2.1"
|
|
@@ -100,6 +100,7 @@
|
|
|
100
100
|
"cs": "changeset",
|
|
101
101
|
"cs:publish": "changeset publish",
|
|
102
102
|
"cs:status": "changeset status",
|
|
103
|
+
"bump": "pnpm cs version && pnpm tsx scripts/bump-jsr.ts",
|
|
103
104
|
"release": "pnpm run build && pnpm run cs:publish"
|
|
104
105
|
}
|
|
105
106
|
}
|