@tego/server 1.3.43 → 1.3.45
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/lib/index.d.ts +2 -2
- package/lib/index.js +11 -11
- package/package.json +13 -13
package/lib/index.d.ts
CHANGED
|
@@ -4,8 +4,8 @@ export { Cache, CacheManager } from '@tachybase/cache';
|
|
|
4
4
|
export type { BloomFilter } from '@tachybase/cache';
|
|
5
5
|
export { ArrayFieldRepository, BaseError, BaseValueParser, BelongsToField, BelongsToManyField, BelongsToManyRepository, BelongsToRepository, Collection, CollectionGroupManager, DataTypes, Database, Field, FilterParser, HasManyField, HasManyRepository, HasOneField, InheritedCollection, MagicAttributeModel, MockDatabase, Model, MultipleRelationRepository, Op, PasswordField, RelationField, Repository, SQLModel, SqlCollection, Transaction, UniqueConstraintError, ValidationError, ValidationErrorItem, ViewCollection, ViewFieldInference, defineCollection, extendCollection, filterMatch, fn, literal, md5, mockDatabase, modelAssociationByKey, snakeCase, traverseJSON, where, } from '@tachybase/database';
|
|
6
6
|
export type { BaseColumnFieldOptions, BaseFieldOptions, BelongsToGetAssociationMixin, CollectionDef, CollectionGroup, CollectionOptions, CountOptions, CreateOptions, DestroyOptions, DumpRulesGroupType, FieldContext, Filter, FindOneOptions, FindOptions, HasManyCountAssociationsMixin, HasManyCreateAssociationMixin, HasManyGetAssociationsMixin, IDatabaseOptions, MigrationContext, ModelStatic, StringFieldOptions, SyncOptions, Transactionable, UpdateOptions, } from '@tachybase/database';
|
|
7
|
-
export { AppSupervisor, Application, Gateway, InjectedPlugin, Migration, NoticeType, Plugin, PluginManager, WSServer, AesEncryptor, } from '@
|
|
8
|
-
export type { AppLoggerOptions, DefaultContext, DefaultState, ApplicationOptions, InstallOptions, PluginOptions, } from '@
|
|
7
|
+
export { AppSupervisor, Application, Gateway, InjectedPlugin, Migration, NoticeType, Plugin, PluginManager, WSServer, AesEncryptor, } from '@tego/core';
|
|
8
|
+
export type { AppLoggerOptions, DefaultContext, DefaultState, ApplicationOptions, InstallOptions, PluginOptions, } from '@tego/core';
|
|
9
9
|
export { AuthError, AuthErrorCode, AuthManager, BaseAuth } from '@tachybase/auth';
|
|
10
10
|
export type { AuthConfig, Authenticator, ITokenBlacklistService, ITokenControlService, NumericTokenPolicyConfig, Storer, TokenInfo, TokenPolicyConfig, } from '@tachybase/auth';
|
|
11
11
|
export { Action, App, Container, Controller, Db, Inject, InjectLog, Service } from '@tachybase/di';
|
package/lib/index.js
CHANGED
|
@@ -31,10 +31,10 @@ __export(index_exports, {
|
|
|
31
31
|
ACLResource: () => import_acl.ACLResource,
|
|
32
32
|
ACLRole: () => import_acl.ACLRole,
|
|
33
33
|
Action: () => import_di.Action,
|
|
34
|
-
AesEncryptor: () =>
|
|
34
|
+
AesEncryptor: () => import_core.AesEncryptor,
|
|
35
35
|
App: () => import_di.App,
|
|
36
|
-
AppSupervisor: () =>
|
|
37
|
-
Application: () =>
|
|
36
|
+
AppSupervisor: () => import_core.AppSupervisor,
|
|
37
|
+
Application: () => import_core.Application,
|
|
38
38
|
ArrayFieldRepository: () => import_database.ArrayFieldRepository,
|
|
39
39
|
AsyncEmitter: () => import_utils.AsyncEmitter,
|
|
40
40
|
AuthError: () => import_auth.AuthError,
|
|
@@ -64,26 +64,26 @@ __export(index_exports, {
|
|
|
64
64
|
Db: () => import_di.Db,
|
|
65
65
|
Field: () => import_database.Field,
|
|
66
66
|
FilterParser: () => import_database.FilterParser,
|
|
67
|
-
Gateway: () =>
|
|
67
|
+
Gateway: () => import_core.Gateway,
|
|
68
68
|
HasManyField: () => import_database.HasManyField,
|
|
69
69
|
HasManyRepository: () => import_database.HasManyRepository,
|
|
70
70
|
HasOneField: () => import_database.HasOneField,
|
|
71
71
|
InheritedCollection: () => import_database.InheritedCollection,
|
|
72
72
|
Inject: () => import_di.Inject,
|
|
73
73
|
InjectLog: () => import_di.InjectLog,
|
|
74
|
-
InjectedPlugin: () =>
|
|
74
|
+
InjectedPlugin: () => import_core.InjectedPlugin,
|
|
75
75
|
Logger: () => import_logger.Logger,
|
|
76
76
|
MagicAttributeModel: () => import_database.MagicAttributeModel,
|
|
77
|
-
Migration: () =>
|
|
77
|
+
Migration: () => import_core.Migration,
|
|
78
78
|
MockDatabase: () => import_database.MockDatabase,
|
|
79
79
|
Model: () => import_database.Model,
|
|
80
80
|
MultipleRelationRepository: () => import_database.MultipleRelationRepository,
|
|
81
81
|
NoPermissionError: () => import_acl.NoPermissionError,
|
|
82
|
-
NoticeType: () =>
|
|
82
|
+
NoticeType: () => import_core.NoticeType,
|
|
83
83
|
Op: () => import_database.Op,
|
|
84
84
|
PasswordField: () => import_database.PasswordField,
|
|
85
|
-
Plugin: () =>
|
|
86
|
-
PluginManager: () =>
|
|
85
|
+
Plugin: () => import_core.Plugin,
|
|
86
|
+
PluginManager: () => import_core.PluginManager,
|
|
87
87
|
Registry: () => import_utils.Registry,
|
|
88
88
|
RelationField: () => import_database.RelationField,
|
|
89
89
|
Repository: () => import_database.Repository,
|
|
@@ -99,7 +99,7 @@ __export(index_exports, {
|
|
|
99
99
|
ValidationErrorItem: () => import_database.ValidationErrorItem,
|
|
100
100
|
ViewCollection: () => import_database.ViewCollection,
|
|
101
101
|
ViewFieldInference: () => import_database.ViewFieldInference,
|
|
102
|
-
WSServer: () =>
|
|
102
|
+
WSServer: () => import_core.WSServer,
|
|
103
103
|
actions: () => import_actions.default,
|
|
104
104
|
appendArrayColumn: () => import_evaluators.appendArrayColumn,
|
|
105
105
|
applyMixins: () => import_utils.applyMixins,
|
|
@@ -141,7 +141,7 @@ module.exports = __toCommonJS(index_exports);
|
|
|
141
141
|
var import_actions = __toESM(require("@tachybase/actions"));
|
|
142
142
|
var import_cache = require("@tachybase/cache");
|
|
143
143
|
var import_database = require("@tachybase/database");
|
|
144
|
-
var
|
|
144
|
+
var import_core = require("@tego/core");
|
|
145
145
|
var import_auth = require("@tachybase/auth");
|
|
146
146
|
var import_di = require("@tachybase/di");
|
|
147
147
|
var import_utils = require("@tachybase/utils");
|
package/package.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tego/server",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.45",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./lib/index.js",
|
|
7
7
|
"types": "./lib/index.d.ts",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@tachybase/acl": "1.3.
|
|
10
|
-
"@tachybase/actions": "1.3.
|
|
11
|
-
"@tachybase/auth": "1.3.
|
|
12
|
-
"@tachybase/
|
|
13
|
-
"@tachybase/
|
|
14
|
-
"@tachybase/
|
|
15
|
-
"@tachybase/evaluators": "1.3.
|
|
16
|
-
"@tachybase/
|
|
17
|
-
"@tachybase/
|
|
18
|
-
"@tachybase/
|
|
19
|
-
"@tachybase/
|
|
20
|
-
"@
|
|
9
|
+
"@tachybase/acl": "1.3.45",
|
|
10
|
+
"@tachybase/actions": "1.3.45",
|
|
11
|
+
"@tachybase/auth": "1.3.45",
|
|
12
|
+
"@tachybase/cache": "1.3.45",
|
|
13
|
+
"@tachybase/data-source": "1.3.45",
|
|
14
|
+
"@tachybase/di": "1.3.45",
|
|
15
|
+
"@tachybase/evaluators": "1.3.45",
|
|
16
|
+
"@tachybase/resourcer": "1.3.45",
|
|
17
|
+
"@tachybase/logger": "1.3.45",
|
|
18
|
+
"@tachybase/database": "1.3.45",
|
|
19
|
+
"@tachybase/utils": "1.3.45",
|
|
20
|
+
"@tego/core": "1.3.45"
|
|
21
21
|
}
|
|
22
22
|
}
|