@progress/kendo-package-tasks 4.0.47-dev.27 → 4.0.47-dev.28

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.
Files changed (2) hide show
  1. package/index.js +2 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -98,7 +98,8 @@ module.exports = function(gulp, libraryName, options) {
98
98
 
99
99
  const externals = (entry) => entries
100
100
  .filter((other) => other !== entry)
101
- .map(ext => path.resolve('./src/' + ext));
101
+ .map(ext => path.resolve('./src/' + ext))
102
+ .concat(options.packageExternals || []);
102
103
 
103
104
  gulp.task('clean-cjs-bundle', async() => await rimraf('dist/npm'));
104
105
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-package-tasks",
3
3
  "description": "An utility package exporting gulp tasks for Kendo UI NPM packages",
4
- "version": "4.0.47-dev.27+274a116",
4
+ "version": "4.0.47-dev.28+05d0af3",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/telerik/kendo-build-tasks.git"
@@ -44,5 +44,5 @@
44
44
  "publishConfig": {
45
45
  "access": "public"
46
46
  },
47
- "gitHead": "274a116613aec90f6a1d70885218beb2824c146c"
47
+ "gitHead": "05d0af3fa21c597677cd3875525e69a233e1de26"
48
48
  }