We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f96912 commit 3eaadddCopy full SHA for 3eaaddd
package.json
@@ -1,9 +1,9 @@
1
{
2
"name": "construct-typed-parameters",
3
- "version": "2.0.0",
+ "version": "2.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/src/index.js",
+ "main": "./lib/index.js",
7
"files": [
8
"lib/**/*"
9
],
0 commit comments