mm_config 2.2.1 → 2.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -348,7 +348,7 @@ function clearAll() {
348
348
  * @returns {Proxy} 配置代理对象
349
349
  */
350
350
  function conf(options, file, config = {}) {
351
- return createAsync(file, options, config);
351
+ return create(file, options, config);
352
352
  }
353
353
 
354
354
  // 模块导出
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mm_config",
3
- "version": "2.2.1",
3
+ "version": "2.2.2",
4
4
  "description": "Super Meimei Configuration Synchronizer - Automatically sync configuration changes to JSON files",
5
5
  "main": "index.js",
6
6
  "scripts": {