Skip to content

Commit 5ce7676

Browse files
committed
- package version
1 parent 5ab0e78 commit 5ce7676

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/rollup-plugin-typescript2.cjs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -29183,7 +29183,7 @@ const typescript = (options) => {
2918329183
context.info(`rollup version: ${this.meta.rollupVersion}`);
2918429184
if (!semver$1.satisfies(tsModule.version, ">=2.4.0", { includePrerelease: true }))
2918529185
throw new Error(`Installed typescript version '${tsModule.version}' is outside of supported range '>=2.4.0'`);
29186-
context.info(`rollup-plugin-typescript2 version: 0.29.0`);
29186+
context.info(`rollup-plugin-typescript2 version: 0.29.1`);
2918729187
context.debug(() => `plugin options:\n${JSON.stringify(pluginOptions, (key, value) => key === "typescript" ? `version ${value.version}` : value, 4)}`);
2918829188
context.debug(() => `rollup config:\n${JSON.stringify(rollupOptions, undefined, 4)}`);
2918929189
context.debug(() => `tsconfig path: ${tsConfigPath}`);

dist/rollup-plugin-typescript2.es.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -29173,7 +29173,7 @@ const typescript = (options) => {
2917329173
context.info(`rollup version: ${this.meta.rollupVersion}`);
2917429174
if (!semver$1.satisfies(tsModule.version, ">=2.4.0", { includePrerelease: true }))
2917529175
throw new Error(`Installed typescript version '${tsModule.version}' is outside of supported range '>=2.4.0'`);
29176-
context.info(`rollup-plugin-typescript2 version: 0.29.0`);
29176+
context.info(`rollup-plugin-typescript2 version: 0.29.1`);
2917729177
context.debug(() => `plugin options:\n${JSON.stringify(pluginOptions, (key, value) => key === "typescript" ? `version ${value.version}` : value, 4)}`);
2917829178
context.debug(() => `rollup config:\n${JSON.stringify(rollupOptions, undefined, 4)}`);
2917929179
context.debug(() => `tsconfig path: ${tsConfigPath}`);

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup-plugin-typescript2",
3-
"version": "0.29.0",
3+
"version": "0.29.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)