@stone-js/tencent-scf-adapter 0.8.9 → 0.8.11

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.
@@ -22,7 +22,7 @@ import { Adapter, IBlueprint, IncomingEvent, OutgoingResponse, IncomingEventOpti
22
22
  *
23
23
  * @example
24
24
  * ```typescript
25
- * import { TencentScfAdapter } from '@stone-js/aws-lambda-adapter';
25
+ * import { TencentScfAdapter } from '@stone-js/tencent-scf-adapter';
26
26
  *
27
27
  * const adapter = TencentScfAdapter.create({...});
28
28
  *
package/dist/index.d.ts CHANGED
@@ -1,6 +1,3 @@
1
- export * from './RawResponseWrapper.js';
2
- export * from './TencentScfAdapter.js';
3
- export * from './TencentScfErrorHandler.js';
4
1
  export * from './constants.js';
5
2
  export * from './declarations.js';
6
3
  export * from './decorators/TencentScf.js';
@@ -8,4 +5,7 @@ export * from './errors/TencentScfAdapterError.js';
8
5
  export * from './middleware/BlueprintMiddleware.js';
9
6
  export * from './middleware/IncomingEventMiddleware.js';
10
7
  export * from './options/TencentScfAdapterBlueprint.js';
8
+ export * from './RawResponseWrapper.js';
11
9
  export * from './resolvers.js';
10
+ export * from './TencentScfAdapter.js';
11
+ export * from './TencentScfErrorHandler.js';
package/dist/index.js CHANGED
@@ -98,7 +98,7 @@ class TencentScfAdapterError extends IntegrationError {
98
98
  *
99
99
  * @example
100
100
  * ```typescript
101
- * import { TencentScfAdapter } from '@stone-js/aws-lambda-adapter';
101
+ * import { TencentScfAdapter } from '@stone-js/tencent-scf-adapter';
102
102
  *
103
103
  * const adapter = TencentScfAdapter.create({...});
104
104
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stone-js/tencent-scf-adapter",
3
- "version": "0.8.9",
3
+ "version": "0.8.11",
4
4
  "description": "General-purpose Tencent Cloud SCF adapter for Stone.js, run any app on event-driven Serverless Cloud Function triggers, beyond HTTP. Supports COS, CMQ/TDMQ, Timer and CKafka.",
5
5
  "author": "Mr. Stone <evensstone@gmail.com>",
6
6
  "license": "MIT",
@@ -42,11 +42,11 @@
42
42
  "node": ">=18.17.0"
43
43
  },
44
44
  "peerDependencies": {
45
- "@stone-js/core": "0.8.9",
46
- "@stone-js/env": "0.8.9"
45
+ "@stone-js/core": "0.8.11",
46
+ "@stone-js/env": "0.8.11"
47
47
  },
48
48
  "dependencies": {
49
- "@stone-js/config": "0.8.9"
49
+ "@stone-js/config": "0.8.11"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@commitlint/cli": "^19.8.1",