Skip to content

Commit 7e9f5c8

Browse files
committed
- package version
1 parent c03143b commit 7e9f5c8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

dist/rollup-plugin-typescript2.cjs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27283,7 +27283,7 @@ const typescript = (options) => {
2728327283
context.info(`rollup version: ${this.meta.rollupVersion}`);
2728427284
if (!semver_32(tsModule.version, ">=2.4.0", { includePrerelease: true }))
2728527285
throw new Error(`Installed typescript version '${tsModule.version}' is outside of supported range '>=2.4.0'`);
27286-
context.info(`rollup-plugin-typescript2 version: 0.25.2`);
27286+
context.info(`rollup-plugin-typescript2 version: 0.25.3`);
2728727287
context.debug(() => `plugin options:\n${JSON.stringify(pluginOptions, (key, value) => key === "typescript" ? `version ${value.version}` : value, 4)}`);
2728827288
context.debug(() => `rollup config:\n${JSON.stringify(rollupOptions, undefined, 4)}`);
2728927289
context.debug(() => `tsconfig path: ${tsConfigPath}`);

dist/rollup-plugin-typescript2.es.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27277,7 +27277,7 @@ const typescript = (options) => {
2727727277
context.info(`rollup version: ${this.meta.rollupVersion}`);
2727827278
if (!semver_32(tsModule.version, ">=2.4.0", { includePrerelease: true }))
2727927279
throw new Error(`Installed typescript version '${tsModule.version}' is outside of supported range '>=2.4.0'`);
27280-
context.info(`rollup-plugin-typescript2 version: 0.25.2`);
27280+
context.info(`rollup-plugin-typescript2 version: 0.25.3`);
2728127281
context.debug(() => `plugin options:\n${JSON.stringify(pluginOptions, (key, value) => key === "typescript" ? `version ${value.version}` : value, 4)}`);
2728227282
context.debug(() => `rollup config:\n${JSON.stringify(rollupOptions, undefined, 4)}`);
2728327283
context.debug(() => `tsconfig path: ${tsConfigPath}`);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup-plugin-typescript2",
3-
"version": "0.25.2",
3+
"version": "0.25.3",
44
"description": "Seamless integration between Rollup and TypeScript. Now with errors.",
55
"main": "dist/rollup-plugin-typescript2.cjs.js",
66
"module": "dist/rollup-plugin-typescript2.es.js",

0 commit comments

Comments
 (0)