File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
@runtime-type-inspector/transpiler 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/transpiler" ,
3
- "version" : " 2.2.1 " ,
3
+ "version" : " 2.2.2 " ,
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/plugin-rollup" ,
3
- "version" : " 1.2.1 " ,
3
+ "version" : " 1.2.2 " ,
4
4
"description" : " Rollup plugin for https://runtimetypeinspector.org/" ,
5
5
"main" : " index.mjs" ,
6
6
"type" : " module" ,
7
7
"types" : " types.d.ts" ,
8
8
"author" : " Hermann Rolfes (kungfooman)" ,
9
9
"license" : " MIT" ,
10
10
"dependencies" : {
11
- "@runtime-type-inspector/transpiler" : " ^2.2.1 " ,
11
+ "@runtime-type-inspector/transpiler" : " ^2.2.2 " ,
12
12
"rollup" : " ^3.29.4"
13
13
}
14
14
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @runtime-type-inspector/plugin-webpack5" ,
3
- "version" : " 1.2.1 " ,
3
+ "version" : " 1.2.2 " ,
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.2.1 " ,
9
+ "@runtime-type-inspector/transpiler" : " ^2.2.2 " ,
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