Skip to content

Commit

Permalink
Publish runtime-type-inspector@4.0.2
Browse files Browse the repository at this point in the history
Publish @runtime-type-inspector/runtime@4.0.2
Publish @runtime-type-inspector/transpiler@4.0.2
Publish @runtime-type-inspector/plugin-parcel1@4.0.2
Publish @runtime-type-inspector/parcel-transformer@4.0.2
Publish @runtime-type-inspector/plugin-rollup@4.0.2
Publish @runtime-type-inspector/plugin-webpack@4.0.2
Publish @runtime-type-inspector/plugin-webpack4@4.0.2
Publish @runtime-type-inspector/plugin-webpack5@4.0.2
Publish @runtime-type-inspector/repl@4.0.2
  • Loading branch information
kungfooman committed Nov 15, 2024
1 parent 7e83e5b commit b6e093a
Show file tree
Hide file tree
Showing 20 changed files with 477 additions and 418 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": "4.0.1",
"version": "4.0.2",
"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": "4.0.1",
"version": "4.0.2",
"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": "^4.0.1",
"@runtime-type-inspector/runtime": "^4.0.2",
"typescript": "^5.1.6"
},
"files": [
Expand Down
518 changes: 275 additions & 243 deletions package-lock.json

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "runtime-type-inspector",
"version": "4.0.1",
"version": "4.0.2",
"description": "Validating JSDoc types at runtime for high-quality types - Trust is good, control is better.",
"scripts": {
"build": "rollup -c",
Expand Down Expand Up @@ -46,14 +46,14 @@
"rollup-plugin-jscc": "^2.0.0",
"rollup-plugin-visualizer": "^5.9.2",
"to-fast-properties": "^4.0.0",
"@runtime-type-inspector/runtime": "^4.0.1",
"@runtime-type-inspector/transpiler": "^4.0.1",
"@runtime-type-inspector/plugin-parcel1": "^4.0.1",
"@runtime-type-inspector/parcel-transformer": "^4.0.1",
"@runtime-type-inspector/plugin-rollup": "^4.0.1",
"@runtime-type-inspector/plugin-webpack": "^4.0.1",
"@runtime-type-inspector/plugin-webpack4": "^4.0.1",
"@runtime-type-inspector/plugin-webpack5": "^4.0.1",
"@runtime-type-inspector/repl": "^4.0.1"
"@runtime-type-inspector/runtime": "^4.0.2",
"@runtime-type-inspector/transpiler": "^4.0.2",
"@runtime-type-inspector/plugin-parcel1": "^4.0.2",
"@runtime-type-inspector/parcel-transformer": "^4.0.2",
"@runtime-type-inspector/plugin-rollup": "^4.0.2",
"@runtime-type-inspector/plugin-webpack": "^4.0.2",
"@runtime-type-inspector/plugin-webpack4": "^4.0.2",
"@runtime-type-inspector/plugin-webpack5": "^4.0.2",
"@runtime-type-inspector/repl": "^4.0.2"
}
}
34 changes: 17 additions & 17 deletions plugin-parcel1/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 plugin-parcel1/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@runtime-type-inspector/plugin-parcel1",
"version": "4.0.1",
"version": "4.0.2",
"description": "RuntimeTypeInspector.js plugin for Parcel v1",
"main": "index.cjs",
"publishConfig": {
Expand All @@ -11,6 +11,6 @@
"license": "MIT",
"dependencies": {
"parcel-bundler": "^1.12.5",
"@runtime-type-inspector/transpiler": "^4.0.1"
"@runtime-type-inspector/transpiler": "^4.0.2"
}
}
34 changes: 17 additions & 17 deletions plugin-parcel2/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 plugin-parcel2/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@runtime-type-inspector/parcel-transformer",
"version": "4.0.1",
"version": "4.0.2",
"description": "RuntimeTypeInspector.js plugin for Parcel v2",
"main": "index.mjs",
"author": "Hermann Rolfes (kungfooman)",
"license": "MIT",
"dependencies": {
"@parcel/plugin": "^2.10.1",
"@runtime-type-inspector/transpiler": "^4.0.1"
"@runtime-type-inspector/transpiler": "^4.0.2"
},
"engines": {
"parcel": "2.x"
Expand Down
34 changes: 17 additions & 17 deletions plugin-rollup/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 plugin-rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@runtime-type-inspector/plugin-rollup",
"type": "module",
"version": "4.0.1",
"version": "4.0.2",
"description": "Rollup plugin for https://runtimetypeinspector.org/",
"main": "index.mjs",
"types": "index.mjs",
"author": "Hermann Rolfes (kungfooman)",
"license": "MIT",
"dependencies": {
"@runtime-type-inspector/transpiler": "^4.0.1",
"@runtime-type-inspector/transpiler": "^4.0.2",
"@rollup/pluginutils": "^5.1.0",
"rollup": "^3.29.4"
}
Expand Down
Loading

0 comments on commit b6e093a

Please sign in to comment.