@hieuzest/koishi-plugin-riichi-city 0.4.0 → 0.4.1

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/lib/index.js +1 -2
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -470,7 +470,6 @@ var RiichiCity = class extends import_koishi3.Service {
470
470
  }
471
471
  });
472
472
  });
473
- console.log(upsert, res);
474
473
  if (upsert.length) this.setAccounts(upsert);
475
474
  return res;
476
475
  }
@@ -491,7 +490,7 @@ var RiichiCity = class extends import_koishi3.Service {
491
490
  import_api2.RiichiCityApi.Config,
492
491
  import_koishi3.Schema.object({
493
492
  dhs: RiichiCityDHS.Config
494
- }).description("YY")
493
+ })
495
494
  ]);
496
495
  })(RiichiCity || (RiichiCity = {}));
497
496
  var src_default = RiichiCity;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hieuzest/koishi-plugin-riichi-city",
3
3
  "description": "",
4
- "version": "0.4.0",
4
+ "version": "0.4.1",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [