@netlify/config
Advanced tools
Comparing version 0.4.11 to 0.4.12-beta.1
{ | ||
"name": "@netlify/config", | ||
"version": "0.4.11", | ||
"version": "0.4.12-beta.1", | ||
"description": "Netlify config module", | ||
@@ -35,3 +35,2 @@ "main": "src/main.js", | ||
"map-obj": "^4.1.0", | ||
"omit.js": "^1.0.2", | ||
"p-filter": "^2.1.0", | ||
@@ -38,0 +37,0 @@ "path-exists": "^4.0.0", |
@@ -19,2 +19,3 @@ require('./utils/polyfills') | ||
const resolveConfig = async function({ cachedConfig, ...opts } = {}) { | ||
console.log('Debug config') | ||
// Performance optimization when @netlify/config caller has already previously | ||
@@ -21,0 +22,0 @@ // called it and cached the result. |
const isPlainObj = require('is-plain-obj') | ||
const omit = require('omit.js') | ||
const { EVENTS, LEGACY_EVENTS, normalizeEventHandler } = require('../normalize/events') | ||
const { omit } = require('../utils/omit') | ||
@@ -6,0 +6,0 @@ const { isString, validProperties, deprecatedProperties, insideRootCheck, removeParentDots } = require('./helpers') |
42017
15
28
1099
- Removedomit.js@^1.0.2
- Removedbabel-runtime@6.26.0(transitive)
- Removedcore-js@2.6.12(transitive)
- Removedomit.js@1.0.2(transitive)
- Removedregenerator-runtime@0.11.1(transitive)