Skip to content

Commit a39ecfc

Browse files
committed
- package version
1 parent e60eb41 commit a39ecfc

4 files changed

+8
-8
lines changed

dist/rollup-plugin-typescript2.cjs.js

+1-1
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.22.1`);
26758+
context.info(`rollup-plugin-typescript2 version: 0.22.2`);
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

+1-1
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.22.1`);
26754+
context.info(`rollup-plugin-typescript2 version: 0.22.2`);
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}`);

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup-plugin-typescript2",
3-
"version": "0.22.1",
3+
"version": "0.22.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",
@@ -56,7 +56,7 @@
5656
"rollup-plugin-commonjs": "10.0.1",
5757
"rollup-plugin-node-resolve": "5.2.0",
5858
"rollup-plugin-re": "1.0.7",
59-
"rollup-plugin-typescript2": "0.22.0",
59+
"rollup-plugin-typescript2": "0.22.1",
6060
"rollup-watch": "4.3.1",
6161
"semver": "6.2.0",
6262
"tslint": "5.18.0",

0 commit comments

Comments
 (0)