We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6443fc4 commit 53e3b14Copy full SHA for 53e3b14
package.json
@@ -1,9 +1,10 @@
1
{
2
"name": "construct-typed-parameters",
3
- "version": "3.0.0",
+ "version": "3.0.1",
4
"description": "Type-safe parameter construction library. Useful for managing environment variables, aws parameter stores and more.",
5
"type": "module",
6
"main": "./lib/index.js",
7
+ "types": "./lib/index.d.ts",
8
"files": [
9
"lib/**/*"
10
],
0 commit comments