Skip to content

Commit 428140b

Browse files
committed
- package version
1 parent 8a6cdd8 commit 428140b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/rollup-plugin-typescript2.cjs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28979,7 +28979,7 @@ const typescript = (options) => {
2897928979
context.info(`rollup version: ${this.meta.rollupVersion}`);
2898028980
if (!semver_33(tsModule.version, ">=2.4.0", { includePrerelease: true }))
2898128981
throw new Error(`Installed typescript version '${tsModule.version}' is outside of supported range '>=2.4.0'`);
28982-
context.info(`rollup-plugin-typescript2 version: 0.27.1`);
28982+
context.info(`rollup-plugin-typescript2 version: 0.27.2`);
2898328983
context.debug(() => `plugin options:\n${JSON.stringify(pluginOptions, (key, value) => key === "typescript" ? `version ${value.version}` : value, 4)}`);
2898428984
context.debug(() => `rollup config:\n${JSON.stringify(rollupOptions, undefined, 4)}`);
2898528985
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
@@ -28973,7 +28973,7 @@ const typescript = (options) => {
2897328973
context.info(`rollup version: ${this.meta.rollupVersion}`);
2897428974
if (!semver_33(tsModule.version, ">=2.4.0", { includePrerelease: true }))
2897528975
throw new Error(`Installed typescript version '${tsModule.version}' is outside of supported range '>=2.4.0'`);
28976-
context.info(`rollup-plugin-typescript2 version: 0.27.1`);
28976+
context.info(`rollup-plugin-typescript2 version: 0.27.2`);
2897728977
context.debug(() => `plugin options:\n${JSON.stringify(pluginOptions, (key, value) => key === "typescript" ? `version ${value.version}` : value, 4)}`);
2897828978
context.debug(() => `rollup config:\n${JSON.stringify(rollupOptions, undefined, 4)}`);
2897928979
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.27.1",
3+
"version": "0.27.2",
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)