@aliyun-sls/web-types
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -285,3 +285,3 @@ type Duration = number & { | ||
/** | ||
* 是否记录console打印记录,默认为 warn | ||
* 是否记录console打印记录,默认为 false | ||
* 支持配置级别,支持 'error' | 'warn' | 'log' | 'info' | 'debug' | false | ||
@@ -288,0 +288,0 @@ * 例如 配置为 'info' 则只记录 error、warn、info 级别的日志 |
{ | ||
"name": "@aliyun-sls/web-types", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "", | ||
"types": "dist/web-types.d.ts", | ||
"main": "dist/web-types.cjs.js", | ||
"main": "dist/web-types.js", | ||
"module": "dist/web-types.es.js", | ||
"scripts": { | ||
@@ -8,0 +9,0 @@ "test": "echo \"Error: no test specified\" && exit 1" |
16084
4
434