Skip to content

Commit 2f51110

Browse files
committed
- package version
1 parent 2cace3f commit 2f51110

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
@@ -29185,7 +29185,7 @@ const typescript = (options) => {
2918529185
context.info(`rollup version: ${this.meta.rollupVersion}`);
2918629186
if (!semver$1.satisfies(tsModule.version, ">=2.4.0", { includePrerelease: true }))
2918729187
throw new Error(`Installed typescript version '${tsModule.version}' is outside of supported range '>=2.4.0'`);
29188-
context.info(`rollup-plugin-typescript2 version: 0.27.3`);
29188+
context.info(`rollup-plugin-typescript2 version: 0.27.4`);
2918929189
context.debug(() => `plugin options:\n${JSON.stringify(pluginOptions, (key, value) => key === "typescript" ? `version ${value.version}` : value, 4)}`);
2919029190
context.debug(() => `rollup config:\n${JSON.stringify(rollupOptions, undefined, 4)}`);
2919129191
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
@@ -29175,7 +29175,7 @@ const typescript = (options) => {
2917529175
context.info(`rollup version: ${this.meta.rollupVersion}`);
2917629176
if (!semver$1.satisfies(tsModule.version, ">=2.4.0", { includePrerelease: true }))
2917729177
throw new Error(`Installed typescript version '${tsModule.version}' is outside of supported range '>=2.4.0'`);
29178-
context.info(`rollup-plugin-typescript2 version: 0.27.3`);
29178+
context.info(`rollup-plugin-typescript2 version: 0.27.4`);
2917929179
context.debug(() => `plugin options:\n${JSON.stringify(pluginOptions, (key, value) => key === "typescript" ? `version ${value.version}` : value, 4)}`);
2918029180
context.debug(() => `rollup config:\n${JSON.stringify(rollupOptions, undefined, 4)}`);
2918129181
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.3",
3+
"version": "0.27.4",
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)