@openclaw-china/dingtalk 0.1.9 → 0.1.11

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/dist/index.js CHANGED
@@ -4727,7 +4727,7 @@ var dingtalkOutbound = {
4727
4727
  }
4728
4728
  };
4729
4729
 
4730
- // ../../node_modules/.pnpm/@openclaw-china+shared@0.1.3/node_modules/@openclaw-china/shared/src/logger/logger.ts
4730
+ // ../../node_modules/.pnpm/@openclaw-china+shared@0.1.5/node_modules/@openclaw-china/shared/src/logger/logger.ts
4731
4731
  function createLogger(prefix, opts) {
4732
4732
  const logFn = opts?.log ?? console.log;
4733
4733
  const errorFn = opts?.error ?? console.error;
@@ -4739,7 +4739,7 @@ function createLogger(prefix, opts) {
4739
4739
  };
4740
4740
  }
4741
4741
 
4742
- // ../../node_modules/.pnpm/@openclaw-china+shared@0.1.3/node_modules/@openclaw-china/shared/src/policy/dm-policy.ts
4742
+ // ../../node_modules/.pnpm/@openclaw-china+shared@0.1.5/node_modules/@openclaw-china/shared/src/policy/dm-policy.ts
4743
4743
  function checkDmPolicy(params) {
4744
4744
  const { dmPolicy, senderId, allowFrom = [] } = params;
4745
4745
  switch (dmPolicy) {
@@ -4760,7 +4760,7 @@ function checkDmPolicy(params) {
4760
4760
  }
4761
4761
  }
4762
4762
 
4763
- // ../../node_modules/.pnpm/@openclaw-china+shared@0.1.3/node_modules/@openclaw-china/shared/src/policy/group-policy.ts
4763
+ // ../../node_modules/.pnpm/@openclaw-china+shared@0.1.5/node_modules/@openclaw-china/shared/src/policy/group-policy.ts
4764
4764
  function checkGroupPolicy(params) {
4765
4765
  const { groupPolicy, conversationId, groupAllowFrom = [], requireMention, mentionedBot } = params;
4766
4766
  switch (groupPolicy) {