@pzlr/build-core
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -0,12 +1,17 @@ | ||
'use strict'; | ||
const | ||
$C = require('collection.js'), | ||
Sugar = require('sugar'), | ||
path = require('path'), | ||
fs = require('fs-extra-promise'), | ||
fs = require('fs-extra-promise'); | ||
const | ||
resolve = require('./resolve'), | ||
Declaration = require('./declaration'), | ||
Sugar = require('sugar'), | ||
$C = require('collection.js'); | ||
Declaration = require('./declaration'); | ||
const filesCache = {}; | ||
async function getFile(path) { | ||
const {mtime} = await fs.statAsync(path); | ||
const | ||
{mtime} = await fs.statAsync(path); | ||
@@ -13,0 +18,0 @@ if (!filesCache[path] || !Sugar.Date.is(mtime, filesCache[path].mtime)) { |
@@ -7,3 +7,3 @@ { | ||
"typings": "index.d.ts", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"license": "MIT", | ||
@@ -26,3 +26,3 @@ "author": { | ||
"dependencies": { | ||
"collection.js": "^6.1.6", | ||
"collection.js": "^6.1.7", | ||
"fs-extra-promise": "^1.0.1", | ||
@@ -34,2 +34,3 @@ "joi": "^10.6.0", | ||
"@types/fs-extra-promise": "^1.0.2", | ||
"@types/joi": "^10.4.3", | ||
"babel-eslint": "^8.0.1", | ||
@@ -36,0 +37,0 @@ "eslint": "^4.8.0" |
Sorry, the diff of this file is not supported yet
494
48434
4
13
Updatedcollection.js@^6.1.7