Skip to content

Commit

Permalink
Publish runtime-type-inspector@4.0.0
Browse files Browse the repository at this point in the history
Publish @runtime-type-inspector/runtime@4.0.0
Publish @runtime-type-inspector/transpiler@4.0.0
Publish @runtime-type-inspector/plugin-parcel1@4.0.0
Publish @runtime-type-inspector/parcel-transformer@4.0.0
Publish @runtime-type-inspector/plugin-rollup@4.0.0
Publish @runtime-type-inspector/plugin-webpack@4.0.0
Publish @runtime-type-inspector/plugin-webpack4@4.0.0
Publish @runtime-type-inspector/plugin-webpack5@4.0.0
Publish @runtime-type-inspector/repl@4.0.0
  • Loading branch information
kungfooman committed Jul 22, 2024
1 parent 44d965a commit c1b1816
Show file tree
Hide file tree
Showing 20 changed files with 358 additions and 298 deletions.
4 changes: 2 additions & 2 deletions @runtime-type-inspector/runtime/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion @runtime-type-inspector/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@runtime-type-inspector/runtime",
"version": "3.3.7",
"version": "4.0.0",
"description": "Validating JSDoc types at runtime for high-quality types - Trust is good, control is better.",
"main": "index.cjs",
"module": "index.mjs",
Expand Down
18 changes: 9 additions & 9 deletions @runtime-type-inspector/transpiler/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions @runtime-type-inspector/transpiler/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"bin": "bin.js",
"name": "@runtime-type-inspector/transpiler",
"version": "3.3.7",
"version": "4.0.0",
"description": "Validating JSDoc types at runtime for high-quality types - Trust is good, control is better.",
"main": "index.cjs",
"module": "index.mjs",
Expand All @@ -19,7 +19,7 @@
"homepage": "https://github.com/kungfooman/RuntimeTypeInspector.js#readme",
"dependencies": {
"@babel/parser": "^7.23.0",
"@runtime-type-inspector/runtime": "^3.3.7",
"@runtime-type-inspector/runtime": "^4.0.0",
"typescript": "^5.1.6"
},
"files": [
Expand Down
Loading

0 comments on commit c1b1816

Please sign in to comment.