netlify-cms-lib-util
Advanced tools
Comparing version
@@ -6,2 +6,13 @@ # Change Log | ||
## [2.3.1-beta.1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util/compare/netlify-cms-lib-util@2.3.1-beta.0...netlify-cms-lib-util@2.3.1-beta.1) (2019-03-26) | ||
### Bug Fixes | ||
* export on netlify-cms and maps on esm ([#2244](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util/issues/2244)) ([6ffd13b](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util/commit/6ffd13b)) | ||
## [2.3.1-beta.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util/compare/netlify-cms-lib-util@2.3.0...netlify-cms-lib-util@2.3.1-beta.0) (2019-03-25) | ||
@@ -8,0 +19,0 @@ |
@@ -49,2 +49,3 @@ "use strict"; | ||
exports.default = APIError; | ||
exports.default = APIError; | ||
//# sourceMappingURL=APIError.js.map |
@@ -81,2 +81,3 @@ "use strict"; | ||
exports.responseParser = responseParser; | ||
exports.responseParser = responseParser; | ||
//# sourceMappingURL=backendUtil.js.map |
@@ -149,2 +149,3 @@ "use strict"; | ||
const CURSOR_COMPATIBILITY_SYMBOL = Symbol('cursor key for compatibility with old backends'); | ||
exports.CURSOR_COMPATIBILITY_SYMBOL = CURSOR_COMPATIBILITY_SYMBOL; | ||
exports.CURSOR_COMPATIBILITY_SYMBOL = CURSOR_COMPATIBILITY_SYMBOL; | ||
//# sourceMappingURL=Cursor.js.map |
@@ -46,2 +46,3 @@ "use strict"; | ||
exports.default = EditorialWorkflowError; | ||
exports.default = EditorialWorkflowError; | ||
//# sourceMappingURL=EditorialWorkflowError.js.map |
@@ -28,2 +28,3 @@ "use strict"; | ||
exports.default = _default; | ||
exports.default = _default; | ||
//# sourceMappingURL=getBlobSHA.js.map |
@@ -167,2 +167,3 @@ "use strict"; | ||
}; | ||
exports.NetlifyCmsLibUtil = NetlifyCmsLibUtil; | ||
exports.NetlifyCmsLibUtil = NetlifyCmsLibUtil; | ||
//# sourceMappingURL=index.js.map |
@@ -31,2 +31,3 @@ "use strict"; | ||
}); | ||
} | ||
} | ||
//# sourceMappingURL=loadScript.js.map |
@@ -31,2 +31,3 @@ "use strict"; | ||
var _default = _localforage.default; | ||
exports.default = _default; | ||
exports.default = _default; | ||
//# sourceMappingURL=localForage.js.map |
@@ -117,2 +117,3 @@ "use strict"; | ||
return ext === '' ? ext : ext.substr(1); | ||
} | ||
} | ||
//# sourceMappingURL=path.js.map |
@@ -30,2 +30,3 @@ "use strict"; | ||
exports.then = then; | ||
exports.then = then; | ||
//# sourceMappingURL=promise.js.map |
@@ -141,2 +141,3 @@ "use strict"; | ||
}; | ||
exports.default = _default; | ||
exports.default = _default; | ||
//# sourceMappingURL=unsentRequest.js.map |
{ | ||
"name": "netlify-cms-lib-util", | ||
"description": "Shared utilities for Netlify CMS.", | ||
"version": "2.3.1-beta.0", | ||
"version": "2.3.1-beta.1", | ||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util", | ||
@@ -17,3 +17,3 @@ "bugs": "https://github.com/netlify/netlify-cms/issues", | ||
"build": "cross-env NODE_ENV=production webpack", | ||
"build:esm": "cross-env NODE_ENV=esm babel src --out-dir dist/esm --ignore src/**/__tests__/* --root-mode upward" | ||
"build:esm": "cross-env NODE_ENV=esm babel src --out-dir dist/esm --ignore src/**/__tests__/* --root-mode upward -s" | ||
}, | ||
@@ -28,3 +28,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "c5411bc580c7c2403f6fb8b4ad4b308c6b898c05" | ||
"gitHead": "c3374a540a6c51026f04b78f4b3176df9f319f2f" | ||
} |
514426
7.5%41
36.67%1482
0.75%