envapt 1.0.1 → 1.0.3

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/NOTICE CHANGED
@@ -1,2 +1,5 @@
1
+ Inspired by [Envuments](https://github.com/mason-rogers/envuments)
2
+
1
3
  This product includes software originally developed by Mason Rogers.
4
+
2
5
  Fully rewritten under the MIT License by Dhruv Jain.
package/README.md CHANGED
@@ -50,13 +50,13 @@ A powerful TypeScript-first environment configuration library that provides type
50
50
 
51
51
  ```bash
52
52
  # npm
53
- npm install envapt reflect-metadata
53
+ npm install envapt
54
54
 
55
55
  # pnpm
56
- pnpm add envapt reflect-metadata
56
+ pnpm add envapt
57
57
 
58
58
  # yarn
59
- yarn add envapt reflect-metadata
59
+ yarn add envapt
60
60
  ```
61
61
 
62
62
  ### Basic Usage
@@ -0,0 +1,22 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2020-2020 Mason Rogers <viction.dev@gmail.com>
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ 'Software'), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
19
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
20
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
21
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
22
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "envapt",
3
3
  "type": "module",
4
- "version": "1.0.1",
4
+ "version": "1.0.3",
5
5
  "description": "The apt way to handle env",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",
@@ -22,7 +22,8 @@
22
22
  "dist",
23
23
  "NOTICE",
24
24
  "LICENSE",
25
- "README.md"
25
+ "README.md",
26
+ "envuments.license"
26
27
  ],
27
28
  "repository": {
28
29
  "type": "git",