Skip to content

Commit df7d8b5

Browse files
committed
Publish runtime-type-inspector@3.2.7
Publish @runtime-type-inspector/runtime@3.2.7 Publish @runtime-type-inspector/transpiler@3.2.7 Publish @runtime-type-inspector/plugin-parcel1@3.2.7 Publish @runtime-type-inspector/parcel-transformer@3.2.7 Publish @runtime-type-inspector/plugin-rollup@3.2.7 Publish @runtime-type-inspector/plugin-webpack@3.2.7 Publish @runtime-type-inspector/plugin-webpack4@3.2.7 Publish @runtime-type-inspector/plugin-webpack5@3.2.7 Publish @runtime-type-inspector/repl@3.2.7
1 parent 7f7d155 commit df7d8b5

File tree

20 files changed

+323
-314
lines changed

20 files changed

+323
-314
lines changed

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

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

@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": "3.2.6",
3+
"version": "3.2.7",
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-lock.json

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"bin": "bin.js",
33
"name": "@runtime-type-inspector/transpiler",
4-
"version": "3.2.6",
4+
"version": "3.2.7",
55
"description": "Validating JSDoc types at runtime for high-quality types - Trust is good, control is better.",
66
"main": "index.cjs",
77
"module": "index.mjs",
@@ -19,7 +19,7 @@
1919
"homepage": "https://github.com/kungfooman/RuntimeTypeInspector.js#readme",
2020
"dependencies": {
2121
"@babel/parser": "^7.23.0",
22-
"@runtime-type-inspector/runtime": "^3.2.6",
22+
"@runtime-type-inspector/runtime": "^3.2.7",
2323
"typescript": "^5.1.6"
2424
},
2525
"files": [

0 commit comments

Comments
 (0)