Skip to content

Commit

Permalink
chore: add dotenv
Browse files Browse the repository at this point in the history
BREAKING CHANGE: redesigned API
  • Loading branch information
slikts committed Jul 31, 2023
1 parent 57f5634 commit 3d82a88
Show file tree
Hide file tree
Showing 8 changed files with 68 additions and 24 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ compiled
.awcache
.rpt2_cache
docs
.env

.yarn/*
!.yarn/cache
Expand Down
48 changes: 35 additions & 13 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
"commitizen": "^4.3.0",
"coveralls": "^3.1.1",
"cz-conventional-changelog": "^3.3.0",
"dotenv-cli": "^7.2.1",
"eslint": "^8.46.0",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-tsdoc": "^0.2.17",
Expand All @@ -94,8 +95,7 @@
"prettier": "^3.0.0",
"semantic-release": "^21.0.7",
"typedoc": "^0.24.8",
"typescript": "5.2.0-dev.20230731",
"v8-natives": "^1.2.5"
"typescript": "5.2.0-dev.20230731"
},
"bugs": "https://github.com/slikts/tuplerone/issues",
"husky": {
Expand Down
39 changes: 30 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5084,6 +5084,34 @@ __metadata:
languageName: node
linkType: hard

"dotenv-cli@npm:^7.2.1":
version: 7.2.1
resolution: "dotenv-cli@npm:7.2.1"
dependencies:
cross-spawn: "npm:^7.0.3"
dotenv: "npm:^16.0.0"
dotenv-expand: "npm:^10.0.0"
minimist: "npm:^1.2.6"
bin:
dotenv: cli.js
checksum: 8ca27fd44ba261b974a0342ec831a714fa1cb6d6e98d4b5db8e94f111951af1fb129a64d007264b1901337c43a8ef877071f1836b6992944fd6970c16367aee0
languageName: node
linkType: hard

"dotenv-expand@npm:^10.0.0":
version: 10.0.0
resolution: "dotenv-expand@npm:10.0.0"
checksum: b41eb278bc96b92cbf3037ca5f3d21e8845bf165dc06b6f9a0a03d278c2bd5a01c0cfbb3528ae3a60301ba1a8a9cace30e748c54b460753bc00d4c014b675597
languageName: node
linkType: hard

"dotenv@npm:^16.0.0":
version: 16.3.1
resolution: "dotenv@npm:16.3.1"
checksum: dbb778237ef8750e9e3cd1473d3c8eaa9cc3600e33a75c0e36415d0fa0848197f56c3800f77924c70e7828f0b03896818cd52f785b07b9ad4d88dba73fbba83f
languageName: node
linkType: hard

"duplexer2@npm:~0.1.0":
version: 0.1.4
resolution: "duplexer2@npm:0.1.4"
Expand Down Expand Up @@ -8895,7 +8923,7 @@ __metadata:
languageName: node
linkType: hard

"minimist@npm:^1.2.0, minimist@npm:^1.2.5":
"minimist@npm:^1.2.0, minimist@npm:^1.2.5, minimist@npm:^1.2.6":
version: 1.2.8
resolution: "minimist@npm:1.2.8"
checksum: 908491b6cc15a6c440ba5b22780a0ba89b9810e1aea684e253e43c4e3b8d56ec1dcdd7ea96dde119c29df59c936cde16062159eae4225c691e19c70b432b6e6f
Expand Down Expand Up @@ -12308,6 +12336,7 @@ __metadata:
commitizen: "npm:^4.3.0"
coveralls: "npm:^3.1.1"
cz-conventional-changelog: "npm:^3.3.0"
dotenv-cli: "npm:^7.2.1"
eslint: "npm:^8.46.0"
eslint-plugin-jest: "npm:^27.2.3"
eslint-plugin-tsdoc: "npm:^0.2.17"
Expand All @@ -12322,7 +12351,6 @@ __metadata:
semantic-release: "npm:^21.0.7"
typedoc: "npm:^0.24.8"
typescript: "npm:5.2.0-dev.20230731"
v8-natives: "npm:^1.2.5"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -12674,13 +12702,6 @@ __metadata:
languageName: node
linkType: hard

"v8-natives@npm:^1.2.5":
version: 1.2.5
resolution: "v8-natives@npm:1.2.5"
checksum: 9fcb4694bdf1c8c6112f7cc471b81e90e125433557211826d5d434d265e2cd879667baa62ee8a60dca6a627369306d424d0790d9cd0aaaa7a1b69fff9c881fa8
languageName: node
linkType: hard

"v8-to-istanbul@npm:^9.0.1":
version: 9.1.0
resolution: "v8-to-istanbul@npm:9.1.0"
Expand Down

0 comments on commit 3d82a88

Please sign in to comment.