mod-build 3.6.60-beta.3 → 3.6.60-beta.4
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.
|
@@ -5,6 +5,7 @@ var hash = require('gulp-hash');
|
|
|
5
5
|
var tap = require('gulp-tap');
|
|
6
6
|
var path = require('path');
|
|
7
7
|
var buffer = require('gulp-buffer');
|
|
8
|
+
var fetch = require('node-fetch');
|
|
8
9
|
|
|
9
10
|
const fileNames = {
|
|
10
11
|
modAlyticsFileName: '',
|
|
@@ -256,8 +257,8 @@ module.exports = function(gulp, gulpPlugins, siteSettings, siteData) {
|
|
|
256
257
|
|
|
257
258
|
return Promise.all(getAllResources)
|
|
258
259
|
.then(() => {
|
|
259
|
-
console.log(
|
|
260
|
-
})
|
|
260
|
+
console.log(`>>FILENAMES object = ${JSON.stringify(fileNames)}`);
|
|
261
|
+
});
|
|
261
262
|
}());
|
|
262
263
|
};
|
|
263
264
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mod-build",
|
|
3
|
-
"version": "3.6.60-beta.
|
|
3
|
+
"version": "3.6.60-beta.4",
|
|
4
4
|
"description": "Share components for S3 sites.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
@@ -56,6 +56,7 @@
|
|
|
56
56
|
"jquery": "^3.2.1",
|
|
57
57
|
"lodash": "^4.17.15",
|
|
58
58
|
"lodash.merge": "^4.6.2",
|
|
59
|
+
"node-fetch": "^3.3.2",
|
|
59
60
|
"nouislider": "^10.1.0",
|
|
60
61
|
"path": "^0.12.7",
|
|
61
62
|
"request": "^2.88.0",
|