Commit 79aca26 1 parent 91f368e commit 79aca26 Copy full SHA for 79aca26
File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @think-it-labs/typed-error" ,
3
- "version" : " 0.1.4 " ,
3
+ "version" : " 0.2.0 " ,
4
4
"description" : " JavaScript Error for TypeScript projects" ,
5
5
"private" : false ,
6
6
"main" : " dist/index.js" ,
7
7
"typings" : " dist/index.d.ts" ,
8
8
"license" : " MIT" ,
9
9
"engines" : {
10
- "node" : " >=18 "
10
+ "node" : " >=16.9 "
11
11
},
12
12
"scripts" : {
13
13
"transpile" : " tsc" ,
14
14
"test" : " jest"
15
15
},
16
16
"devDependencies" : {
17
17
"@types/jest" : " ^29.2.2" ,
18
- "@types/node" : " ^18.11 .9" ,
18
+ "@types/node" : " ^16 .9" ,
19
19
"jest" : " ^29.3.1" ,
20
20
"ts-jest" : " ^29.0.3" ,
21
21
"ts-node" : " ^10.9.1" ,
Original file line number Diff line number Diff line change 666
666
expect "^29.0.0"
667
667
pretty-format "^29.0.0"
668
668
669
- " @types/node@*" , "@types/node@^18.11.9" :
669
+ " @types/node@* " :
670
670
version "18.11.9"
671
671
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.9.tgz#02d013de7058cea16d36168ef2fc653464cfbad4"
672
672
integrity sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==
673
673
674
+ " @types/node@^16.9 " :
675
+ version "16.18.6"
676
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.6.tgz#87846192fd51b693368fad3e99123169225621d4"
677
+ integrity sha512-vmYJF0REqDyyU0gviezF/KHq/fYaUbFhkcNbQCuPGFQj6VTbXuHZoxs/Y7mutWe73C8AC6l9fFu8mSYiBAqkGA==
678
+
674
679
" @types/prettier@^2.1.5 " :
675
680
version "2.7.1"
676
681
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.7.1.tgz#dfd20e2dc35f027cdd6c1908e80a5ddc7499670e"
You can’t perform that action at this time.
0 commit comments