Skip to content

Commit f31c3d5

Browse files
committed
Release new packages:
@runtime-type-inspector/runtime@2.0.9 @runtime-type-inspector/transpiler@2.1.3 @runtime-type-inspector/plugin-webpack5@1.1.3
1 parent 0d70ed4 commit f31c3d5

File tree

5 files changed

+43
-43
lines changed

5 files changed

+43
-43
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ module.exports = {
394394
"import/no-named-as-default-member": "warn",
395395

396396
// Style guide
397-
"import/extensions": ["error", "always", { "ts": "never", "tsx": "never" }],
397+
"import/extensions": ["error", "always", {"ts": "never", "tsx": "never"}],
398398
"import/no-duplicates": "warn",
399399

400400
// JSDoc rules

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@runtime-type-inspector/runtime",
3-
"version": "2.0.8",
3+
"version": "2.0.9",
44
"description": "Validating JSDoc types at runtime for high-quality types - Trust is good, control is better.",
5-
"main": "./index.cjs",
6-
"module": "./index.mjs",
5+
"main": "index.cjs",
6+
"module": "index.mjs",
77
"repository": {
88
"type": "git",
99
"url": "git+https://github.com/kungfooman/RuntimeTypeInspector.js.git"

@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.1",
3+
"version": "2.1.3",
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.8",
21+
"@runtime-type-inspector/runtime": "^2.0.9",
2222
"typescript": "^5.1.6"
2323
},
2424
"files": [

plugin-webpack5/package-lock.json

Lines changed: 35 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.2",
3+
"version": "1.1.3",
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.1",
9+
"@runtime-type-inspector/transpiler": "^2.1.3",
1010
"loader-utils": "^2.0.4",
1111
"webpack": "^5.89.0"
1212
}

0 commit comments

Comments
 (0)