Skip to content

Commit 2601894

Browse files
committed
- build
1 parent 9be93f3 commit 2601894

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/rollup-plugin-typescript2.cjs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26755,7 +26755,7 @@ const typescript = (options) => {
2675526755
context.info(`rollup version: ${this.meta.rollupVersion}`);
2675626756
if (!semver_31(tsModule.version, ">=2.4.0", { includePrerelease: true }))
2675726757
throw new Error(`Installed typescript version '${tsModule.version}' is outside of supported range '>=2.4.0'`);
26758-
context.info(`rollup-plugin-typescript2 version: 0.21.3`);
26758+
context.info(`rollup-plugin-typescript2 version: 0.22.0`);
2675926759
context.debug(() => `plugin options:\n${JSON.stringify(pluginOptions, (key, value) => key === "typescript" ? `version ${value.version}` : value, 4)}`);
2676026760
context.debug(() => `rollup config:\n${JSON.stringify(rollupOptions, undefined, 4)}`);
2676126761
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
@@ -26751,7 +26751,7 @@ const typescript = (options) => {
2675126751
context.info(`rollup version: ${this.meta.rollupVersion}`);
2675226752
if (!semver_31(tsModule.version, ">=2.4.0", { includePrerelease: true }))
2675326753
throw new Error(`Installed typescript version '${tsModule.version}' is outside of supported range '>=2.4.0'`);
26754-
context.info(`rollup-plugin-typescript2 version: 0.21.3`);
26754+
context.info(`rollup-plugin-typescript2 version: 0.22.0`);
2675526755
context.debug(() => `plugin options:\n${JSON.stringify(pluginOptions, (key, value) => key === "typescript" ? `version ${value.version}` : value, 4)}`);
2675626756
context.debug(() => `rollup config:\n${JSON.stringify(rollupOptions, undefined, 4)}`);
2675726757
context.debug(() => `tsconfig path: ${tsConfigPath}`);

0 commit comments

Comments
 (0)