Comparing version 0.8.78 to 0.8.80
@@ -5,2 +5,3 @@ | ||
require('console-polyfill'); | ||
require('promise-prototype-finally'); | ||
// require('babel-polyfill'); | ||
@@ -7,0 +8,0 @@ // require('../third-party/bluebird.min.js'); |
@@ -5,2 +5,3 @@ | ||
require('console-polyfill'); | ||
require('promise-prototype-finally'); | ||
// require('babel-polyfill'); | ||
@@ -7,0 +8,0 @@ // require('../third-party/bluebird.min.js'); |
// require('es5-shim'); | ||
// require('es5-shim/es5-sham'); | ||
require('console-polyfill') | ||
require('promise-prototype-finally'); | ||
// require('babel-polyfill'); | ||
@@ -5,0 +6,0 @@ // require('./third-party/bluebird.min.js'); |
@@ -5,2 +5,3 @@ | ||
require('console-polyfill'); | ||
require('promise-prototype-finally'); | ||
// require('babel-polyfill'); | ||
@@ -7,0 +8,0 @@ // require('../third-party/bluebird.min.js'); |
@@ -5,2 +5,3 @@ | ||
require('console-polyfill'); | ||
require('promise-prototype-finally'); | ||
// require('babel-polyfill'); | ||
@@ -7,0 +8,0 @@ // require('../third-party/bluebird.min.js'); |
@@ -7,2 +7,3 @@ { | ||
"md5": "^2.2.1", | ||
"promise-prototype-finally": "^1.0.0", | ||
"sha1": "^1.1.1" | ||
@@ -81,3 +82,3 @@ }, | ||
"name": "febs-browser", | ||
"version": "0.8.78" | ||
"version": "0.8.80" | ||
} |
@@ -103,2 +103,12 @@ febs 库是一些常用的工具的合集; | ||
## polyfill | ||
| name | | ||
|----------------| | ||
| promise.finally | | ||
| console | | ||
| fetch | | ||
# dom | ||
@@ -105,0 +115,0 @@ |
@@ -5,2 +5,3 @@ | ||
require('console-polyfill'); | ||
require('promise-prototype-finally'); | ||
// require('babel-polyfill'); | ||
@@ -7,0 +8,0 @@ // require('../third-party/bluebird.min.js'); |
@@ -118,2 +118,4 @@ | ||
0.8.80 | ||
================== | ||
- [feature] promise.finally polyfill. |
@@ -13,2 +13,3 @@ { | ||
"promise": "^7.1.1", | ||
"promise-prototype-finally": "^1.0.0", | ||
"raw-body": "^2.2.0", | ||
@@ -91,3 +92,3 @@ "sha1": "^1.1.1", | ||
"name": "febs", | ||
"version": "0.8.78" | ||
"version": "0.8.80" | ||
} |
require('promise-prototype-finally'); | ||
exports.BigNumber = require('bignumber.js'); | ||
@@ -3,0 +5,0 @@ |
@@ -1031,3 +1031,3 @@ // Type definitions for febs | ||
*/ | ||
function dirExplorer(dir: string): DirExplorerRet | null; | ||
function dirExplorer(dir: string, pattern?: RegExp): DirExplorerRet | null; | ||
/** | ||
@@ -1034,0 +1034,0 @@ * @desc: [only in server] 递归获取当前目录下的所有子文件. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5648404
14
89
60013
6
+ Addedpromise-prototype-finally@1.0.0(transitive)