mod-build 3.6.40-beta.2 → 3.6.40-beta.3

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.
@@ -169,7 +169,7 @@ module.exports = function(gulp, gulpPlugins, siteSettings, siteData) {
169
169
  var getDefaultFormFieldConfig = async function() {
170
170
  const siteData = templatesData;
171
171
  await new Promise((resolve) => {
172
- request(`https://${siteSettings.nodeEnv}/quote/resources/mod-site/shared-components/input/defaultFormFieldConfig.json`, async function(err, xhr, response) {
172
+ request(`https://${siteSettings.nodeEnv}/quote/resources/mod-site/shared-components/steps/defaultFormFieldConfig.json`, async function(err, xhr, response) {
173
173
  if (xhr.statusCode !== 200) {
174
174
  throw new Error(`${xhr.statusCode}: Error while fetching shared-components/defaultFormFieldConfig.json`);
175
175
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mod-build",
3
- "version": "3.6.40-beta.2",
3
+ "version": "3.6.40-beta.3",
4
4
  "description": "Share components for S3 sites.",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",