@tachybase/plugin-sub-accounts 1.3.16 → 1.3.18
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/externalVersion.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
-
"@tachybase/client": "1.3.
|
|
3
|
-
"@tachybase/server": "1.3.
|
|
4
|
-
"@tachybase/acl": "1.3.
|
|
5
|
-
"@tachybase/utils": "1.3.
|
|
6
|
-
"@tachybase/database": "1.3.
|
|
7
|
-
"@tachybase/actions": "1.3.
|
|
8
|
-
"@tachybase/module-acl": "1.3.
|
|
2
|
+
"@tachybase/client": "1.3.18",
|
|
3
|
+
"@tachybase/server": "1.3.18",
|
|
4
|
+
"@tachybase/acl": "1.3.18",
|
|
5
|
+
"@tachybase/utils": "1.3.18",
|
|
6
|
+
"@tachybase/database": "1.3.18",
|
|
7
|
+
"@tachybase/actions": "1.3.18",
|
|
8
|
+
"@tachybase/module-acl": "1.3.18"
|
|
9
9
|
};
|
package/dist/index.js
CHANGED
|
@@ -26,12 +26,12 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
26
26
|
mod
|
|
27
27
|
));
|
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var
|
|
30
|
-
__export(
|
|
29
|
+
var index_exports = {};
|
|
30
|
+
__export(index_exports, {
|
|
31
31
|
default: () => import_server.default
|
|
32
32
|
});
|
|
33
|
-
module.exports = __toCommonJS(
|
|
34
|
-
__reExport(
|
|
33
|
+
module.exports = __toCommonJS(index_exports);
|
|
34
|
+
__reExport(index_exports, require("./server"), module.exports);
|
|
35
35
|
var import_server = __toESM(require("./server"));
|
|
36
36
|
// Annotate the CommonJS export names for ESM import in node:
|
|
37
37
|
0 && (module.exports = {
|
|
@@ -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":"2025-07-
|
|
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":"2025-07-17T07:51:56.619Z"}
|
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.3.
|
|
4
|
+
"version": "1.3.18",
|
|
5
5
|
"description": "Generates synthetic roles, each user can create their own sub-accounts (unfinished)",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"Users & permissions"
|
|
@@ -12,14 +12,14 @@
|
|
|
12
12
|
"minimatch": "^5.1.6"
|
|
13
13
|
},
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@tachybase/
|
|
16
|
-
"@tachybase/
|
|
17
|
-
"@tachybase/database": "1.3.
|
|
18
|
-
"@tachybase/module-acl": "1.3.
|
|
19
|
-
"@tachybase/
|
|
20
|
-
"@tachybase/test": "1.3.
|
|
21
|
-
"@tachybase/utils": "1.3.
|
|
22
|
-
"@tachybase/
|
|
15
|
+
"@tachybase/acl": "1.3.18",
|
|
16
|
+
"@tachybase/client": "1.3.18",
|
|
17
|
+
"@tachybase/database": "1.3.18",
|
|
18
|
+
"@tachybase/module-acl": "1.3.18",
|
|
19
|
+
"@tachybase/actions": "1.3.18",
|
|
20
|
+
"@tachybase/test": "1.3.18",
|
|
21
|
+
"@tachybase/utils": "1.3.18",
|
|
22
|
+
"@tachybase/server": "1.3.18"
|
|
23
23
|
},
|
|
24
24
|
"description.zh-CN": "生成合成角色,每个用户可以生成自己的子账户(未完成)",
|
|
25
25
|
"displayName.zh-CN": "子账户和合成角色",
|