@tachybase/plugin-sub-accounts 1.6.19 → 1.6.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.
@@ -1,5 +1,5 @@
1
1
  module.exports = {
2
- "@tachybase/client": "1.6.19",
3
- "@tego/server": "1.6.10",
4
- "@tachybase/module-acl": "1.6.19"
2
+ "@tachybase/client": "1.6.21",
3
+ "@tego/server": "1.6.11",
4
+ "@tachybase/module-acl": "1.6.21"
5
5
  };
@@ -1 +1 @@
1
- {"author":"Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)","name":"minimatch","description":"a glob matcher in javascript","publishConfig":{"tag":"legacy-v5"},"version":"5.1.6","repository":{"type":"git","url":"git://github.com/isaacs/minimatch.git"},"main":"minimatch.js","scripts":{"test":"tap","snap":"tap","preversion":"npm test","postversion":"npm publish","prepublishOnly":"git push origin --follow-tags"},"engines":{"node":">=10"},"dependencies":{"brace-expansion":"^2.0.1"},"devDependencies":{"tap":"^16.3.2"},"license":"ISC","files":["minimatch.js","lib"],"_lastModified":"2026-05-20T11:25:13.490Z"}
1
+ {"author":"Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)","name":"minimatch","description":"a glob matcher in javascript","publishConfig":{"tag":"legacy-v5"},"version":"5.1.6","repository":{"type":"git","url":"git://github.com/isaacs/minimatch.git"},"main":"minimatch.js","scripts":{"test":"tap","snap":"tap","preversion":"npm test","postversion":"npm publish","prepublishOnly":"git push origin --follow-tags"},"engines":{"node":">=10"},"dependencies":{"brace-expansion":"^2.0.1"},"devDependencies":{"tap":"^16.3.2"},"license":"ISC","files":["minimatch.js","lib"],"_lastModified":"2026-05-22T08:46:15.112Z"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tachybase/plugin-sub-accounts",
3
3
  "displayName": "sub-accounts",
4
- "version": "1.6.19",
4
+ "version": "1.6.21",
5
5
  "description": "Generates synthetic roles, each user can create their own sub-accounts (unfinished)",
6
6
  "keywords": [
7
7
  "Users & permissions"
@@ -18,12 +18,12 @@
18
18
  "main": "dist/server/index.js",
19
19
  "dependencies": {},
20
20
  "devDependencies": {
21
- "@tachybase/test": "1.6.10",
22
- "@tego/client": "1.6.10",
23
- "@tego/server": "1.6.10",
21
+ "@tachybase/test": "1.6.11",
22
+ "@tego/client": "1.6.11",
23
+ "@tego/server": "1.6.11",
24
24
  "minimatch": "^5.1.6",
25
- "@tachybase/module-acl": "1.6.19",
26
- "@tachybase/client": "1.6.19"
25
+ "@tachybase/client": "1.6.21",
26
+ "@tachybase/module-acl": "1.6.21"
27
27
  },
28
28
  "description.zh-CN": "生成合成角色,每个用户可以生成自己的子账户(未完成)",
29
29
  "displayName.zh-CN": "子账户和合成角色",