Skip to content

Commit ce4678e

Browse files
committed
Release new packages:
@runtime-type-inspector/runtime@2.0.10 @runtime-type-inspector/transpiler@2.1.4 @runtime-type-inspector/plugin-webpack5@1.1.4
1 parent a2fb82c commit ce4678e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

@runtime-type-inspector/runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@runtime-type-inspector/runtime",
3-
"version": "2.0.9",
3+
"version": "2.0.10",
44
"description": "Validating JSDoc types at runtime for high-quality types - Trust is good, control is better.",
55
"main": "index.cjs",
66
"module": "index.mjs",

@runtime-type-inspector/transpiler/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@runtime-type-inspector/transpiler",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"description": "Validating JSDoc types at runtime for high-quality types - Trust is good, control is better.",
55
"main": "index.cjs",
66
"module": "index.mjs",
@@ -18,7 +18,7 @@
1818
"homepage": "https://github.com/kungfooman/RuntimeTypeInspector.js#readme",
1919
"dependencies": {
2020
"@babel/core": "^7.2.0",
21-
"@runtime-type-inspector/runtime": "^2.0.9",
21+
"@runtime-type-inspector/runtime": "^2.0.10",
2222
"typescript": "^5.1.6"
2323
},
2424
"files": [

plugin-webpack5/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@runtime-type-inspector/plugin-webpack5",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "Webpack 5 plugin for https://runtimetypeinspector.org/",
55
"main": "index.cjs",
66
"author": "Hermann Rolfes (kungfooman)",
77
"license": "MIT",
88
"dependencies": {
9-
"@runtime-type-inspector/transpiler": "^2.1.3",
9+
"@runtime-type-inspector/transpiler": "^2.1.4",
1010
"loader-utils": "^2.0.4",
1111
"webpack": "^5.89.0"
1212
}

0 commit comments

Comments
 (0)