@nocobase/plugin-china-region
Advanced tools
Comparing version 0.7.0-alpha.22 to 0.7.0-alpha.23
@@ -63,3 +63,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
const count = yield ChinaRegion.count(); | ||
console.log(`${count} rows of region data imported in ${(Date.now() - timer) / 1000}s`); | ||
// console.log(`${count} rows of region data imported in ${(Date.now() - timer) / 1000}s`); | ||
}); | ||
@@ -66,0 +66,0 @@ } |
@@ -66,3 +66,3 @@ "use strict"; | ||
const count = yield ChinaRegion.count(); | ||
console.log(`${count} rows of region data imported in ${(Date.now() - timer) / 1000}s`); | ||
// console.log(`${count} rows of region data imported in ${(Date.now() - timer) / 1000}s`); | ||
}); | ||
@@ -69,0 +69,0 @@ } |
{ | ||
"name": "@nocobase/plugin-china-region", | ||
"version": "0.7.0-alpha.22", | ||
"version": "0.7.0-alpha.23", | ||
"main": "lib/index.js", | ||
@@ -21,5 +21,5 @@ "license": "Apache-2.0", | ||
"devDependencies": { | ||
"@nocobase/test": "0.7.0-alpha.22" | ||
"@nocobase/test": "0.7.0-alpha.23" | ||
}, | ||
"gitHead": "dc5e9c80ed57ffd9b2f652f68a9444bfb79647db" | ||
"gitHead": "32ce4ea85201140eeb78f33f443038dfffb02083" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
32199