@vitus-labs/tools-rollup 0.37.0 → 0.38.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitus-labs/tools-rollup",
3
- "version": "0.37.0",
3
+ "version": "0.38.0",
4
4
  "license": "MIT",
5
5
  "author": "Vit Bokisch <vit@bokisch.com>",
6
6
  "maintainers": [
@@ -36,5 +36,5 @@
36
36
  "rollup-plugin-visualizer": "^5.9.0",
37
37
  "ttypescript": "^1.5.15"
38
38
  },
39
- "gitHead": "63ab7e746b45524744d135201697e18f4c4c2bcb"
39
+ "gitHead": "b70a498a8ddad3a388bc568c225c8d609fa1deca"
40
40
  }
@@ -150,7 +150,7 @@ const createBuildPipeline = () => {
150
150
  ]
151
151
 
152
152
  // add generate typings for the first bundle only
153
- result[0] = { ...result[0], typings: shouldGenerateTypes }
153
+ result[0] = { ...result[0], types: shouldGenerateTypes }
154
154
 
155
155
  return result
156
156
  }