@pisell/pisellos 2.2.33 → 2.2.34

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.
@@ -212,7 +212,7 @@ export var MenuModule = /*#__PURE__*/function (_BaseModule) {
212
212
  key: "getMenuByIds",
213
213
  value: function getMenuByIds(ids) {
214
214
  if (!ids || ids.length === 0) {
215
- this.logWarning('getMenuByIds: 未提供有效的 ids', {
215
+ this.logInfo('getMenuByIds: 未提供有效的 ids', {
216
216
  idsCount: 0
217
217
  });
218
218
  return [];
@@ -258,7 +258,7 @@ export var ScheduleModuleEx = /*#__PURE__*/function (_BaseModule) {
258
258
  key: "getScheduleByIds",
259
259
  value: function getScheduleByIds(ids) {
260
260
  if (!ids || ids.length === 0) {
261
- this.logWarning('getScheduleByIds: 未提供有效的 ids', {
261
+ this.logInfo('getScheduleByIds: 未提供有效的 ids', {
262
262
  idsCount: 0
263
263
  });
264
264
  return [];
@@ -123,7 +123,7 @@ var MenuModule = class extends import_BaseModule.BaseModule {
123
123
  */
124
124
  getMenuByIds(ids) {
125
125
  if (!ids || ids.length === 0) {
126
- this.logWarning("getMenuByIds: 未提供有效的 ids", { idsCount: 0 });
126
+ this.logInfo("getMenuByIds: 未提供有效的 ids", { idsCount: 0 });
127
127
  return [];
128
128
  }
129
129
  const result = [];
@@ -179,7 +179,7 @@ var ScheduleModuleEx = class extends import_BaseModule.BaseModule {
179
179
  */
180
180
  getScheduleByIds(ids) {
181
181
  if (!ids || ids.length === 0) {
182
- this.logWarning("getScheduleByIds: 未提供有效的 ids", { idsCount: 0 });
182
+ this.logInfo("getScheduleByIds: 未提供有效的 ids", { idsCount: 0 });
183
183
  return [];
184
184
  }
185
185
  const result = [];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@pisell/pisellos",
4
- "version": "2.2.33",
4
+ "version": "2.2.34",
5
5
  "description": "一个可扩展的前端模块化SDK框架,支持插件系统",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",