@qimen-lab/core 0.1.1 → 0.1.3

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 (120) hide show
  1. package/dist/async/package.json +1 -1
  2. package/dist/cache/BaseCacheProvider.esm.js +1 -1
  3. package/dist/cache/BaseCacheProvider.js +1 -1
  4. package/dist/cache/CacheFactory.esm.js +1 -1
  5. package/dist/cache/CacheFactory.js +1 -1
  6. package/dist/cache/package.json +3 -3
  7. package/dist/composable/ComposableBase.esm.js +1 -1
  8. package/dist/composable/ComposableBase.js +1 -1
  9. package/dist/composable/package.json +3 -3
  10. package/dist/composable/types/composable.d.ts +1 -1
  11. package/dist/context/RequestContextBuilder.esm.js +1 -1
  12. package/dist/context/RequestContextBuilder.js +1 -1
  13. package/dist/context/package.json +2 -2
  14. package/dist/crypto/package.json +1 -1
  15. package/dist/data-processor/package.json +4 -4
  16. package/dist/data-processor-abp/index.d.ts +3 -3
  17. package/dist/data-processor-abp/index.esm.js +3 -3
  18. package/dist/data-processor-abp/index.js +3 -3
  19. package/dist/data-processor-abp/package.json +3 -3
  20. package/dist/data-processor-spring/index.d.ts +3 -3
  21. package/dist/data-processor-spring/index.esm.js +3 -3
  22. package/dist/data-processor-spring/index.js +3 -3
  23. package/dist/data-processor-spring/package.json +3 -3
  24. package/dist/entity/abilities/local/FlatLocalStateAbility.js +1 -1
  25. package/dist/entity/abilities/search/SearchAbility.js +1 -1
  26. package/dist/entity/abilities/tree/TreeSearchAbility.js +1 -1
  27. package/dist/entity/package.json +11 -11
  28. package/dist/error/package.json +1 -1
  29. package/dist/event-dom/adapters/dom/DomEventAdapter.js +1 -1
  30. package/dist/event-dom/package.json +7 -7
  31. package/dist/events/EventBus.d.ts +1 -1
  32. package/dist/events/EventBus.esm.js +1 -1
  33. package/dist/events/EventBus.js +1 -1
  34. package/dist/events/EventScope.d.ts +1 -1
  35. package/dist/events/EventScope.esm.js +1 -1
  36. package/dist/events/EventScope.js +1 -1
  37. package/dist/events/GlobalEventBus.esm.js +1 -1
  38. package/dist/events/GlobalEventBus.js +1 -1
  39. package/dist/events/package.json +3 -3
  40. package/dist/http/HttpActionRegistrar.d.ts +1 -1
  41. package/dist/http/HttpActionRegistrar.esm.js +1 -1
  42. package/dist/http/HttpActionRegistrar.js +1 -1
  43. package/dist/http/HttpClient.d.ts +1 -1
  44. package/dist/http/HttpClient.esm.js +1 -1
  45. package/dist/http/HttpClient.js +1 -1
  46. package/dist/http/HttpExecutor.d.ts +1 -1
  47. package/dist/http/HttpExecutor.esm.js +1 -1
  48. package/dist/http/HttpExecutor.js +1 -1
  49. package/dist/http/StreamClient.d.ts +1 -1
  50. package/dist/http/StreamClient.esm.js +1 -1
  51. package/dist/http/StreamClient.js +1 -1
  52. package/dist/http/actions/align/DownloadInterceptor.d.ts +1 -1
  53. package/dist/http/actions/exchange/FetchTransport.d.ts +1 -1
  54. package/dist/http/actions/exchange/XhrTransport.d.ts +1 -1
  55. package/dist/http/actions/prepare/CommonParamsEnricher.d.ts +1 -1
  56. package/dist/http/actions/prepare/TokenInjector.d.ts +1 -1
  57. package/dist/http/actions/prepare/UrlBuilder.d.ts +1 -1
  58. package/dist/http/actions/process/DataParser.d.ts +1 -1
  59. package/dist/http/actions/process/ResponseAnalyzer.d.ts +1 -1
  60. package/dist/http/factory.d.ts +1 -1
  61. package/dist/http/package.json +5 -5
  62. package/dist/http/types/http-context.d.ts +1 -1
  63. package/dist/http/types/http.d.ts +1 -1
  64. package/dist/i18n/package.json +1 -1
  65. package/dist/logger/package.json +1 -1
  66. package/dist/mime/MimeTypeRegistrar.d.ts +1 -1
  67. package/dist/mime/MimeTypeRegistrar.esm.js +2 -2
  68. package/dist/mime/MimeTypeRegistrar.js +2 -2
  69. package/dist/mime/package.json +2 -2
  70. package/dist/oauth2/package.json +5 -5
  71. package/dist/pattern/PatternRegistrar.d.ts +1 -1
  72. package/dist/pattern/PatternRegistrar.esm.js +2 -2
  73. package/dist/pattern/PatternRegistrar.js +2 -2
  74. package/dist/pattern/package.json +2 -2
  75. package/dist/pipeline/package.json +3 -3
  76. package/dist/registry/errors.d.ts +1 -1
  77. package/dist/registry/errors.esm.js +1 -1
  78. package/dist/registry/errors.js +1 -1
  79. package/dist/registry/package.json +2 -2
  80. package/dist/registry/registrars/errors.d.ts +1 -1
  81. package/dist/registry/registrars/errors.js +1 -1
  82. package/dist/runtime/package.json +1 -1
  83. package/dist/schema/SchemaRegistrar.d.ts +1 -1
  84. package/dist/schema/SchemaRegistrar.esm.js +1 -1
  85. package/dist/schema/SchemaRegistrar.js +1 -1
  86. package/dist/schema/package.json +2 -2
  87. package/dist/system-abilities/package.json +5 -5
  88. package/dist/task/errors/WorkerError.d.ts +1 -1
  89. package/dist/task/errors/WorkerError.js +1 -1
  90. package/dist/task/errors/WorkerInitializationError.d.ts +1 -1
  91. package/dist/task/errors/WorkerInitializationError.js +1 -1
  92. package/dist/task/hash-task/errors/ResourceNotAcquiredError.d.ts +1 -1
  93. package/dist/task/hash-task/errors/ResourceNotAcquiredError.js +1 -1
  94. package/dist/task/hash-task/errors/ResourceUnavailableError.d.ts +1 -1
  95. package/dist/task/hash-task/errors/ResourceUnavailableError.js +1 -1
  96. package/dist/task/hash-task/errors/TaskStateError.d.ts +1 -1
  97. package/dist/task/hash-task/errors/TaskStateError.js +1 -1
  98. package/dist/task/hash-task/hash/HashTaskResources.d.ts +1 -1
  99. package/dist/task/hash-task/hash/HashTaskRunner.js +1 -1
  100. package/dist/task/hash-task/worker/DefaultWorkerHandle.js +1 -1
  101. package/dist/task/package.json +5 -5
  102. package/dist/task/task/TaskQueue.js +2 -2
  103. package/dist/task/worker/WorkerManagerBase.d.ts +1 -1
  104. package/dist/task/worker/WorkerManagerBase.js +1 -1
  105. package/dist/types/package.json +1 -1
  106. package/dist/utils/package.json +1 -1
  107. package/dist/validation/core/ValidatorRegistrar.d.ts +1 -1
  108. package/dist/validation/core/ValidatorRegistrar.js +1 -1
  109. package/dist/validation/index.esm.js +1 -1
  110. package/dist/validation/index.js +1 -1
  111. package/dist/validation/package.json +4 -4
  112. package/dist/validation/processors/common/rule-align.js +1 -1
  113. package/dist/validation/processors/file/file.js +1 -1
  114. package/dist/validation/processors/format/format.js +1 -1
  115. package/dist/validation/processors/password/password.js +1 -1
  116. package/dist/validation/types/context.d.ts +2 -2
  117. package/dist/validation/types/index.d.ts +2 -2
  118. package/dist/validation/types/index.js +1 -1
  119. package/dist/validation/types/validate.d.ts +1 -1
  120. package/package.json +2 -2
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qimen-lab/async",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "main": "index.js",
5
5
  "module": "index.esm.js",
6
6
  "types": "index.d.ts",
@@ -1,4 +1,4 @@
1
- import { string } from '@qimenjs/utils';
1
+ import { string } from '../utils/index.esm.js';
2
2
  export class BaseCacheProvider {
3
3
  constructor() {
4
4
  this.id = '';
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.BaseCacheProvider = void 0;
4
- const utils_1 = require("@qimenjs/utils");
4
+ const utils_1 = require("../utils/index.js");
5
5
  class BaseCacheProvider {
6
6
  constructor() {
7
7
  this.id = '';
@@ -1,4 +1,4 @@
1
- import { Logger } from '@qimenjs/logger';
1
+ import { Logger } from '../logger/index.esm.js';
2
2
  import { MemoryProvider } from './MemoryProvider';
3
3
  export class CacheFactory {
4
4
  static async create(type, _offline = false) {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CacheFactory = void 0;
4
- const logger_1 = require("@qimenjs/logger");
4
+ const logger_1 = require("../logger/index.js");
5
5
  const MemoryProvider_1 = require("./MemoryProvider");
6
6
  class CacheFactory {
7
7
  static async create(type, _offline = false) {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qimen-lab/cache",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "main": "index.js",
5
5
  "module": "index.esm.js",
6
6
  "types": "index.d.ts",
@@ -13,7 +13,7 @@
13
13
  }
14
14
  },
15
15
  "dependencies": {
16
- "@qimen-lab/logger": "0.1.1",
17
- "@qimen-lab/utils": "0.1.1"
16
+ "@qimen-lab/logger": "0.1.2",
17
+ "@qimen-lab/utils": "0.1.2"
18
18
  }
19
19
  }
@@ -1,5 +1,5 @@
1
1
  import { Logger } from '@/logger';
2
- import { debounce as debounceFn } from '@qimenjs/async';
2
+ import { debounce as debounceFn } from '../async/index.esm.js';
3
3
  /**
4
4
  * Symbol 用于存储能力私有状态
5
5
  * @internal
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ComposableBase = void 0;
4
4
  const logger_1 = require("@/logger");
5
- const async_1 = require("@qimenjs/async");
5
+ const async_1 = require("../async/index.js");
6
6
  /**
7
7
  * Symbol 用于存储能力私有状态
8
8
  * @internal
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qimen-lab/composable",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "main": "index.js",
5
5
  "module": "index.esm.js",
6
6
  "types": "index.d.ts",
@@ -13,7 +13,7 @@
13
13
  }
14
14
  },
15
15
  "dependencies": {
16
- "@qimen-lab/logger": "0.1.1",
17
- "@qimen-lab/async": "0.1.1"
16
+ "@qimen-lab/logger": "0.1.2",
17
+ "@qimen-lab/async": "0.1.2"
18
18
  }
19
19
  }
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * 可组合能力系统类型定义
3
3
  */
4
- import type { ILogger } from '@qimenjs/logger';
4
+ import type { ILogger } from '../../logger/index.d.ts';
5
5
  /**
6
6
  * 可组合基类接口
7
7
  */
@@ -6,7 +6,7 @@
6
6
  *
7
7
  * @module context/RequestContextBuilder
8
8
  */
9
- import { Registry } from '@qimenjs/registry';
9
+ import { Registry } from '../registry/index.esm.js';
10
10
  /**
11
11
  * 请求上下文构建器
12
12
  *
@@ -9,7 +9,7 @@
9
9
  */
10
10
  Object.defineProperty(exports, "__esModule", { value: true });
11
11
  exports.RequestContextBuilder = void 0;
12
- const registry_1 = require("@qimenjs/registry");
12
+ const registry_1 = require("../registry/index.js");
13
13
  /**
14
14
  * 请求上下文构建器
15
15
  *
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qimen-lab/context",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "main": "index.js",
5
5
  "module": "index.esm.js",
6
6
  "types": "index.d.ts",
@@ -13,6 +13,6 @@
13
13
  }
14
14
  },
15
15
  "dependencies": {
16
- "@qimen-lab/registry": "0.1.1"
16
+ "@qimen-lab/registry": "0.1.2"
17
17
  }
18
18
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qimen-lab/crypto",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "main": "index.js",
5
5
  "module": "index.esm.js",
6
6
  "types": "index.d.ts",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qimen-lab/data-processor",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "main": "index.js",
5
5
  "module": "index.esm.js",
6
6
  "types": "index.d.ts",
@@ -13,8 +13,8 @@
13
13
  }
14
14
  },
15
15
  "dependencies": {
16
- "@qimen-lab/registry": "0.1.1",
17
- "@qimen-lab/context": "0.1.1",
18
- "@qimen-lab/pipeline": "0.1.1"
16
+ "@qimen-lab/registry": "0.1.2",
17
+ "@qimen-lab/context": "0.1.2",
18
+ "@qimen-lab/pipeline": "0.1.2"
19
19
  }
20
20
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @qimenjs/data-processor-abp
2
+ * ../data-processor/index.d.ts-abp
3
3
  *
4
4
  * ABP (ASP.NET Boilerplate) 数据处理管道处理器
5
5
  *
@@ -13,10 +13,10 @@
13
13
  * @example
14
14
  * ```ts
15
15
  * // 默认配置(引入即生效)
16
- * import '@qimenjs/data-processor-abp';
16
+ * import '../data-processor/index.d.ts-abp';
17
17
  *
18
18
  * // 自定义配置
19
- * import { registerAbpHandlers } from '@qimenjs/data-processor-abp';
19
+ * import { registerAbpHandlers } from '../data-processor/index.d.ts-abp';
20
20
  * registerAbpHandlers({ tenantId: 'my-tenant', defaultPageSize: 20 });
21
21
  * ```
22
22
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @qimenjs/data-processor-abp
2
+ * ../data-processor/index.esm.js-abp
3
3
  *
4
4
  * ABP (ASP.NET Boilerplate) 数据处理管道处理器
5
5
  *
@@ -13,10 +13,10 @@
13
13
  * @example
14
14
  * ```ts
15
15
  * // 默认配置(引入即生效)
16
- * import '@qimenjs/data-processor-abp';
16
+ * import '../data-processor/index.esm.js-abp';
17
17
  *
18
18
  * // 自定义配置
19
- * import { registerAbpHandlers } from '@qimenjs/data-processor-abp';
19
+ * import { registerAbpHandlers } from '../data-processor/index.esm.js-abp';
20
20
  * registerAbpHandlers({ tenantId: 'my-tenant', defaultPageSize: 20 });
21
21
  * ```
22
22
  */
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * @qimenjs/data-processor-abp
3
+ * ../data-processor/index.js-abp
4
4
  *
5
5
  * ABP (ASP.NET Boilerplate) 数据处理管道处理器
6
6
  *
@@ -14,10 +14,10 @@
14
14
  * @example
15
15
  * ```ts
16
16
  * // 默认配置(引入即生效)
17
- * import '@qimenjs/data-processor-abp';
17
+ * import '../data-processor/index.js-abp';
18
18
  *
19
19
  * // 自定义配置
20
- * import { registerAbpHandlers } from '@qimenjs/data-processor-abp';
20
+ * import { registerAbpHandlers } from '../data-processor/index.js-abp';
21
21
  * registerAbpHandlers({ tenantId: 'my-tenant', defaultPageSize: 20 });
22
22
  * ```
23
23
  */
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qimen-lab/data-processor-abp",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "main": "index.js",
5
5
  "module": "index.esm.js",
6
6
  "types": "index.d.ts",
@@ -13,7 +13,7 @@
13
13
  }
14
14
  },
15
15
  "dependencies": {
16
- "@qimen-lab/data-processor": "0.1.1",
17
- "@qimen-lab/context": "0.1.1"
16
+ "@qimen-lab/data-processor": "0.1.2",
17
+ "@qimen-lab/context": "0.1.2"
18
18
  }
19
19
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @qimenjs/data-processor-spring
2
+ * ../data-processor/index.d.ts-spring
3
3
  *
4
4
  * Spring (Spring Boot / Spring Data) 数据处理管道处理器
5
5
  *
@@ -13,10 +13,10 @@
13
13
  * @example
14
14
  * ```ts
15
15
  * // 默认配置(引入即生效)
16
- * import '@qimenjs/data-processor-spring';
16
+ * import '../data-processor/index.d.ts-spring';
17
17
  *
18
18
  * // 自定义配置
19
- * import { registerSpringHandlers } from '@qimenjs/data-processor-spring';
19
+ * import { registerSpringHandlers } from '../data-processor/index.d.ts-spring';
20
20
  * registerSpringHandlers({ defaultPageSize: 20 });
21
21
  * ```
22
22
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @qimenjs/data-processor-spring
2
+ * ../data-processor/index.esm.js-spring
3
3
  *
4
4
  * Spring (Spring Boot / Spring Data) 数据处理管道处理器
5
5
  *
@@ -13,10 +13,10 @@
13
13
  * @example
14
14
  * ```ts
15
15
  * // 默认配置(引入即生效)
16
- * import '@qimenjs/data-processor-spring';
16
+ * import '../data-processor/index.esm.js-spring';
17
17
  *
18
18
  * // 自定义配置
19
- * import { registerSpringHandlers } from '@qimenjs/data-processor-spring';
19
+ * import { registerSpringHandlers } from '../data-processor/index.esm.js-spring';
20
20
  * registerSpringHandlers({ defaultPageSize: 20 });
21
21
  * ```
22
22
  */
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * @qimenjs/data-processor-spring
3
+ * ../data-processor/index.js-spring
4
4
  *
5
5
  * Spring (Spring Boot / Spring Data) 数据处理管道处理器
6
6
  *
@@ -14,10 +14,10 @@
14
14
  * @example
15
15
  * ```ts
16
16
  * // 默认配置(引入即生效)
17
- * import '@qimenjs/data-processor-spring';
17
+ * import '../data-processor/index.js-spring';
18
18
  *
19
19
  * // 自定义配置
20
- * import { registerSpringHandlers } from '@qimenjs/data-processor-spring';
20
+ * import { registerSpringHandlers } from '../data-processor/index.js-spring';
21
21
  * registerSpringHandlers({ defaultPageSize: 20 });
22
22
  * ```
23
23
  */
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qimen-lab/data-processor-spring",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "main": "index.js",
5
5
  "module": "index.esm.js",
6
6
  "types": "index.d.ts",
@@ -13,7 +13,7 @@
13
13
  }
14
14
  },
15
15
  "dependencies": {
16
- "@qimen-lab/data-processor": "0.1.1",
17
- "@qimen-lab/context": "0.1.1"
16
+ "@qimen-lab/data-processor": "0.1.2",
17
+ "@qimen-lab/context": "0.1.2"
18
18
  }
19
19
  }
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.FlatLocalStateAbility = void 0;
4
4
  const cache_1 = require("@/cache");
5
- const utils_1 = require("@qimenjs/utils");
5
+ const utils_1 = require("../../../utils/index.js");
6
6
  /**
7
7
  * 简单哈希函数
8
8
  */
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SearchAbility = void 0;
4
- const utils_1 = require("@qimenjs/utils");
4
+ const utils_1 = require("../../../utils/index.js");
5
5
  /**
6
6
  * SearchAbility - 搜索过滤能力
7
7
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.TreeSearchAbility = void 0;
4
- const utils_1 = require("@qimenjs/utils");
4
+ const utils_1 = require("../../../utils/index.js");
5
5
  /**
6
6
  * TreeSearchAbility - 树搜索能力
7
7
  *
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qimen-lab/entity",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "main": "index.js",
5
5
  "module": "index.esm.js",
6
6
  "types": "index.d.ts",
@@ -13,15 +13,15 @@
13
13
  }
14
14
  },
15
15
  "dependencies": {
16
- "@qimen-lab/composable": "0.1.1",
17
- "@qimen-lab/schema": "0.1.1",
18
- "@qimen-lab/context": "0.1.1",
19
- "@qimen-lab/http": "0.1.1",
20
- "@qimen-lab/cache": "0.1.1",
21
- "@qimen-lab/error": "0.1.1",
22
- "@qimen-lab/system-abilities": "0.1.1",
23
- "@qimen-lab/data-processor": "0.1.1",
24
- "@qimen-lab/registry": "0.1.1",
25
- "@qimen-lab/utils": "0.1.1"
16
+ "@qimen-lab/composable": "0.1.2",
17
+ "@qimen-lab/schema": "0.1.2",
18
+ "@qimen-lab/context": "0.1.2",
19
+ "@qimen-lab/http": "0.1.2",
20
+ "@qimen-lab/cache": "0.1.2",
21
+ "@qimen-lab/error": "0.1.2",
22
+ "@qimen-lab/system-abilities": "0.1.2",
23
+ "@qimen-lab/data-processor": "0.1.2",
24
+ "@qimen-lab/registry": "0.1.2",
25
+ "@qimen-lab/utils": "0.1.2"
26
26
  }
27
27
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qimen-lab/error",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "main": "index.js",
5
5
  "module": "index.esm.js",
6
6
  "types": "index.d.ts",
@@ -34,7 +34,7 @@ const runtime_1 = require("@/runtime");
34
34
  const processors_1 = require("../processors");
35
35
  const logger_1 = require("@/logger");
36
36
  const utils_1 = require("@/utils");
37
- const async_1 = require("@qimenjs/async");
37
+ const async_1 = require("../../../async/index.js");
38
38
  /* ============================================
39
39
  * DomEventAdapter
40
40
  * ============================================ */
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qimen-lab/event-dom",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "main": "index.js",
5
5
  "module": "index.esm.js",
6
6
  "types": "index.d.ts",
@@ -13,11 +13,11 @@
13
13
  }
14
14
  },
15
15
  "dependencies": {
16
- "@qimen-lab/events": "0.1.1",
17
- "@qimen-lab/utils": "0.1.1",
18
- "@qimen-lab/runtime": "0.1.1",
19
- "@qimen-lab/logger": "0.1.1",
20
- "@qimen-lab/error": "0.1.1",
21
- "@qimen-lab/async": "0.1.1"
16
+ "@qimen-lab/events": "0.1.2",
17
+ "@qimen-lab/utils": "0.1.2",
18
+ "@qimen-lab/runtime": "0.1.2",
19
+ "@qimen-lab/logger": "0.1.2",
20
+ "@qimen-lab/error": "0.1.2",
21
+ "@qimen-lab/async": "0.1.2"
22
22
  }
23
23
  }
@@ -1,5 +1,5 @@
1
1
  import { BusAction, EventHandler, EventLogAction, IEventScope } from './types';
2
- import { ILogger, LogLevel } from '@qimenjs/logger';
2
+ import { ILogger, LogLevel } from '../logger/index.d.ts';
3
3
  /**
4
4
  * 事件总线 - 用于管理事件订阅、发布和取消订阅的核心类
5
5
  *
@@ -1,5 +1,5 @@
1
1
  import { EventScope } from './EventScope';
2
- import { string } from '@qimenjs/utils';
2
+ import { string } from '../utils/index.esm.js';
3
3
  /**
4
4
  * 事件总线 - 用于管理事件订阅、发布和取消订阅的核心类
5
5
  *
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.EventBus = void 0;
4
4
  const EventScope_1 = require("./EventScope");
5
- const utils_1 = require("@qimenjs/utils");
5
+ const utils_1 = require("../utils/index.js");
6
6
  /**
7
7
  * 事件总线 - 用于管理事件订阅、发布和取消订阅的核心类
8
8
  *
@@ -1,6 +1,6 @@
1
1
  import { EventBus } from './EventBus';
2
2
  import { EventHandler, IEventScope, ScopeLogAction } from './types';
3
- import { ILogger, LogLevel } from '@qimenjs/logger';
3
+ import { ILogger, LogLevel } from '../logger/index.d.ts';
4
4
  /**
5
5
  * 事件作用域 - 用于管理一组相关事件的生命周期
6
6
  *
@@ -1,4 +1,4 @@
1
- import { string } from '@qimenjs/utils';
1
+ import { string } from '../utils/index.esm.js';
2
2
  /**
3
3
  * 事件作用域 - 用于管理一组相关事件的生命周期
4
4
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.EventScope = void 0;
4
- const utils_1 = require("@qimenjs/utils");
4
+ const utils_1 = require("../utils/index.js");
5
5
  /**
6
6
  * 事件作用域 - 用于管理一组相关事件的生命周期
7
7
  *
@@ -1,4 +1,4 @@
1
- import { Logger } from '@qimenjs/logger';
1
+ import { Logger } from '../logger/index.esm.js';
2
2
  import { EventBus } from './EventBus';
3
3
  /**
4
4
  * 全局事件总线 - 提供应用级别的单例事件总线
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.globalEventBus = exports.GlobalEventBus = void 0;
4
- const logger_1 = require("@qimenjs/logger");
4
+ const logger_1 = require("../logger/index.js");
5
5
  const EventBus_1 = require("./EventBus");
6
6
  /**
7
7
  * 全局事件总线 - 提供应用级别的单例事件总线
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qimen-lab/events",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "main": "index.js",
5
5
  "module": "index.esm.js",
6
6
  "types": "index.d.ts",
@@ -13,7 +13,7 @@
13
13
  }
14
14
  },
15
15
  "dependencies": {
16
- "@qimen-lab/logger": "0.1.1",
17
- "@qimen-lab/utils": "0.1.1"
16
+ "@qimen-lab/logger": "0.1.2",
17
+ "@qimen-lab/utils": "0.1.2"
18
18
  }
19
19
  }
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * 纯粹的 HTTP 处理器注册表
5
5
  */
6
- import { RegistrarBase } from '@qimenjs/registry';
6
+ import { RegistrarBase } from '../registry/index.d.ts';
7
7
  /**
8
8
  * HTTP Action 类别
9
9
  */
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * 纯粹的 HTTP 处理器注册表
5
5
  */
6
- import { RegistrarBase } from '@qimenjs/registry';
6
+ import { RegistrarBase } from '../registry/index.esm.js';
7
7
  /**
8
8
  * HTTP Action 类别
9
9
  */
@@ -6,7 +6,7 @@
6
6
  */
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
8
8
  exports.HttpActionRegistrar = exports.HttpActionCategory = void 0;
9
- const registry_1 = require("@qimenjs/registry");
9
+ const registry_1 = require("../registry/index.js");
10
10
  /**
11
11
  * HTTP Action 类别
12
12
  */
@@ -6,7 +6,7 @@
6
6
  * - 调用 HttpExecutor 执行请求
7
7
  * - 保持简单的 API
8
8
  */
9
- import { type RequestContext } from '@qimenjs/context';
9
+ import { type RequestContext } from '../context/index.d.ts';
10
10
  import type { HttpMethod } from './types/http-context';
11
11
  /**
12
12
  * HTTP 请求选项(简化版,用于 HttpClient)
@@ -6,7 +6,7 @@
6
6
  * - 调用 HttpExecutor 执行请求
7
7
  * - 保持简单的 API
8
8
  */
9
- import { RequestContextBuilder } from '@qimenjs/context';
9
+ import { RequestContextBuilder } from '../context/index.esm.js';
10
10
  import { HttpExecutor } from './HttpExecutor';
11
11
  /**
12
12
  * HttpClient 类
@@ -9,7 +9,7 @@
9
9
  */
10
10
  Object.defineProperty(exports, "__esModule", { value: true });
11
11
  exports.HttpClient = void 0;
12
- const context_1 = require("@qimenjs/context");
12
+ const context_1 = require("../context/index.js");
13
13
  const HttpExecutor_1 = require("./HttpExecutor");
14
14
  /**
15
15
  * HttpClient 类
@@ -8,7 +8,7 @@
8
8
  * - 执行管道
9
9
  * - 返回处理后的上下文
10
10
  */
11
- import type { RequestContext } from '@qimenjs/context';
11
+ import type { RequestContext } from '../context/index.d.ts';
12
12
  /**
13
13
  * HTTP 执行结果
14
14
  */
@@ -8,7 +8,7 @@
8
8
  * - 执行管道
9
9
  * - 返回处理后的上下文
10
10
  */
11
- import { pipeline } from '@qimenjs/pipeline';
11
+ import { pipeline } from '../pipeline/index.esm.js';
12
12
  import { HttpActionRegistrar } from './HttpActionRegistrar';
13
13
  /**
14
14
  * HttpExecutor 核心类
@@ -11,7 +11,7 @@
11
11
  */
12
12
  Object.defineProperty(exports, "__esModule", { value: true });
13
13
  exports.HttpExecutor = void 0;
14
- const pipeline_1 = require("@qimenjs/pipeline");
14
+ const pipeline_1 = require("../pipeline/index.js");
15
15
  const HttpActionRegistrar_1 = require("./HttpActionRegistrar");
16
16
  /**
17
17
  * HttpExecutor 核心类
@@ -8,7 +8,7 @@
8
8
  *
9
9
  * @module http/StreamClient
10
10
  */
11
- import { type RequestContext } from '@qimenjs/context';
11
+ import { type RequestContext } from '../context/index.d.ts';
12
12
  import type { HttpMethod } from './types/http-context';
13
13
  /**
14
14
  * 流式请求选项