@bee-hole/server 1.66.0 → 1.67.0

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.
package/main.exe CHANGED
Binary file
package/mainD CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bee-hole/server",
3
- "version": "1.66.0",
3
+ "version": "1.67.0",
4
4
  "description": "www.bee-hole.com",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -14060,4 +14060,4 @@ create index mall_search_meta_out_id_goods_id_index on mall_search_meta_out_id (
14060
14060
 
14061
14061
  create index mall_search_meta_out_id_shop_id_out_id_index on mall_search_meta_out_id (shop_id, out_id);
14062
14062
 
14063
- INSERT INTO `mall_scats` (`cid`, `name`, `deduction_ratio`, `parent_id`) VALUES ('0', 'default classification', '', '0');
14063
+ INSERT INTO `mall_scats` (`cid`, `name`, `deduction_ratio`, `parent_id`) VALUES ('0', 'default classification', 0.00, '0');
package/version CHANGED
@@ -1 +1 @@
1
- v1.66.0
1
+ v1.67.0