Skip to content

Commit b9c2529

Browse files
committed
- package version to 31.1
1 parent ef4725b commit b9c2529

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
@@ -30176,7 +30176,7 @@ const typescript = (options) => {
3017630176
context.info(`rollup version: ${this.meta.rollupVersion}`);
3017730177
if (!semver$1.satisfies(tsModule.version, ">=2.4.0", { includePrerelease: true }))
3017830178
throw new Error(`Installed typescript version '${tsModule.version}' is outside of supported range '>=2.4.0'`);
30179-
context.info(`rollup-plugin-typescript2 version: 0.32.0`);
30179+
context.info(`rollup-plugin-typescript2 version: 0.31.1`);
3018030180
context.debug(() => `plugin options:\n${JSON.stringify(pluginOptions, (key, value) => key === "typescript" ? `version ${value.version}` : value, 4)}`);
3018130181
context.debug(() => `rollup config:\n${JSON.stringify(rollupOptions, undefined, 4)}`);
3018230182
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
@@ -30145,7 +30145,7 @@ const typescript = (options) => {
3014530145
context.info(`rollup version: ${this.meta.rollupVersion}`);
3014630146
if (!semver$1.satisfies(tsModule.version, ">=2.4.0", { includePrerelease: true }))
3014730147
throw new Error(`Installed typescript version '${tsModule.version}' is outside of supported range '>=2.4.0'`);
30148-
context.info(`rollup-plugin-typescript2 version: 0.32.0`);
30148+
context.info(`rollup-plugin-typescript2 version: 0.31.1`);
3014930149
context.debug(() => `plugin options:\n${JSON.stringify(pluginOptions, (key, value) => key === "typescript" ? `version ${value.version}` : value, 4)}`);
3015030150
context.debug(() => `rollup config:\n${JSON.stringify(rollupOptions, undefined, 4)}`);
3015130151
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.32.0",
3+
"version": "0.31.1",
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)