Skip to content

Commit 027016a

Browse files
committed
Release new packages for transformers.js support via Webpack 5 plugin:
@runtime-type-inspector/transpiler@2.1.1 @runtime-type-inspector/runtime@2.0.8 @runtime-type-inspector/plugin-webpack5@1.1.2
1 parent edddb50 commit 027016a

File tree

10 files changed

+1089
-35
lines changed

10 files changed

+1089
-35
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.7",
3+
"version": "2.0.8",
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.0",
3+
"version": "2.1.1",
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.7",
21+
"@runtime-type-inspector/runtime": "^2.0.8",
2222
"typescript": "^5.1.6"
2323
},
2424
"files": [

plugin-rollup/package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
{
22
"name": "@runtime-type-inspector/plugin-rollup",
3-
"version": "1.0.7",
4-
"description": "",
3+
"version": "1.1.0",
4+
"description": "Rollup plugin for https://runtimetypeinspector.org/",
55
"main": "index.mjs",
66
"type": "module",
77
"types": "types.d.ts",
8-
"scripts": {
9-
"test": "echo \"Error: no test specified\" && exit 1"
10-
},
118
"author": "Hermann Rolfes (kungfooman)",
129
"license": "MIT",
1310
"dependencies": {

0 commit comments

Comments
 (0)