We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c053507 commit 2fad064Copy full SHA for 2fad064
plugin-rollup/package.json
@@ -1,15 +1,14 @@
1
{
2
"name": "@runtime-type-inspector/plugin-rollup",
3
- "version": "1.1.0",
+ "version": "1.2.0",
4
"description": "Rollup plugin for https://runtimetypeinspector.org/",
5
"main": "index.mjs",
6
"type": "module",
7
"types": "types.d.ts",
8
"author": "Hermann Rolfes (kungfooman)",
9
"license": "MIT",
10
"dependencies": {
11
- "@runtime-type-inspector/runtime": "^2.0.6",
12
- "@runtime-type-inspector/transpiler": "^2.1.0",
+ "@runtime-type-inspector/transpiler": "^2.2.0",
13
"rollup": "^3.29.4"
14
}
15
0 commit comments