File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @runtime-type-inspector/runtime" ,
3
- "version" : " 2.0.9 " ,
3
+ "version" : " 2.0.10 " ,
4
4
"description" : " Validating JSDoc types at runtime for high-quality types - Trust is good, control is better." ,
5
5
"main" : " index.cjs" ,
6
6
"module" : " index.mjs" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @runtime-type-inspector/transpiler" ,
3
- "version" : " 2.1.3 " ,
3
+ "version" : " 2.1.4 " ,
4
4
"description" : " Validating JSDoc types at runtime for high-quality types - Trust is good, control is better." ,
5
5
"main" : " index.cjs" ,
6
6
"module" : " index.mjs" ,
18
18
"homepage" : " https://github.com/kungfooman/RuntimeTypeInspector.js#readme" ,
19
19
"dependencies" : {
20
20
"@babel/core" : " ^7.2.0" ,
21
- "@runtime-type-inspector/runtime" : " ^2.0.9 " ,
21
+ "@runtime-type-inspector/runtime" : " ^2.0.10 " ,
22
22
"typescript" : " ^5.1.6"
23
23
},
24
24
"files" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @runtime-type-inspector/plugin-webpack5" ,
3
- "version" : " 1.1.3 " ,
3
+ "version" : " 1.1.4 " ,
4
4
"description" : " Webpack 5 plugin for https://runtimetypeinspector.org/" ,
5
5
"main" : " index.cjs" ,
6
6
"author" : " Hermann Rolfes (kungfooman)" ,
7
7
"license" : " MIT" ,
8
8
"dependencies" : {
9
- "@runtime-type-inspector/transpiler" : " ^2.1.3 " ,
9
+ "@runtime-type-inspector/transpiler" : " ^2.1.4 " ,
10
10
"loader-utils" : " ^2.0.4" ,
11
11
"webpack" : " ^5.89.0"
12
12
}
You can’t perform that action at this time.
0 commit comments