@aliyun-sls/runtime
Advanced tools
Comparing version 0.2.12 to 0.2.13
@@ -707,9 +707,2 @@ 'use strict'; | ||
{ | ||
id: 'feature:metric', | ||
status: true, | ||
attribute: { | ||
regions: [], | ||
uid: true | ||
} | ||
}, { | ||
id: 'feature:metric_downsampling', | ||
@@ -1253,2 +1246,10 @@ status: true, | ||
{ | ||
id: 'feature:data_ingest', | ||
status: true, | ||
attribute: { | ||
regions: ['cn-chengdu'], | ||
uid: true | ||
} | ||
}, // 按数据量写入计费 | ||
{ | ||
id: 'feature:queryStore', | ||
@@ -1556,2 +1557,10 @@ status: true, | ||
{ | ||
id: 'feature:logsearch-case-center', | ||
status: true, | ||
attribute: { | ||
regions: [], | ||
uid: true | ||
} | ||
}, // 查询页面搜索案例中心 | ||
{ | ||
id: 'feature:ispsql_report', | ||
@@ -1579,4 +1588,18 @@ status: true, | ||
} | ||
} // 查询页面新的时间选择器 | ||
]; | ||
}, // 查询页面新的时间选择器 | ||
{ | ||
id: 'feature:app_demo_playground', | ||
status: true, | ||
attribute: { | ||
regions: [], | ||
uid: true | ||
} | ||
}, { | ||
id: 'feature:app_demo_center', | ||
status: true, | ||
attribute: { | ||
regions: [], | ||
uid: true | ||
} | ||
}]; | ||
@@ -1682,2 +1705,3 @@ var newSwitch = ___default["default"].isArray(getConfig('graySwitch')) ? getConfig('graySwitch') : []; | ||
'sls.open.link': '//common-buy.aliyun.com/?commodityCode=sls#/open', | ||
'sls.open.ingest.link': '//common-buy.aliyun.com/?commodityCode=sls_dataingest_public_cn', | ||
'sls.price.link': '//www.aliyun.com/price/product#/sls/detail', | ||
@@ -1684,0 +1708,0 @@ 'sls.ram': '//ram.console.aliyun.com', |
{ | ||
"name": "@aliyun-sls/runtime", | ||
"version": "0.2.12", | ||
"version": "0.2.13", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/runtime.cjs.js", |
39743
1869