vona-module-a-user 5.0.20 → 5.0.21

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -532,7 +532,7 @@ let MetaPrintTip = (_dec$1 = Meta(), _dec2$1 = BeanInfo({
532
532
  module: "a-user"
533
533
  }), _dec$1(_class$1 = _dec2$1(_class$1 = class MetaPrintTip extends BeanBase {
534
534
  async execute() {
535
- if (!this.app.meta.isLocal) return;
535
+ if (!this.app.meta.isDev) return;
536
536
  // signin
537
537
  const jwt = await this.app.bean.executor.newCtx(async () => {
538
538
  return await this.bean.passport.signinSystem('dev', '-1');
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vona-module-a-user",
3
3
  "type": "module",
4
- "version": "5.0.20",
4
+ "version": "5.0.21",
5
5
  "title": "a-user",
6
6
  "vonaModule": {
7
7
  "dependencies": {}