@zintrust/queue-sqs 0.1.22 → 0.1.23

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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @zintrust/queue-sqs
2
2
 
3
- AWS SQS queue driver registration for Zintrust.
3
+ AWS SQS queue driver registration for ZinTrust.
4
4
 
5
5
  - Docs: https://zintrust.com/queue
6
6
 
@@ -0,0 +1,41 @@
1
+ {
2
+ "name": "@zintrust/queue-sqs",
3
+ "version": "0.1.15",
4
+ "buildDate": "2026-01-21T12:27:14.687Z",
5
+ "buildEnvironment": {
6
+ "node": "v20.19.6",
7
+ "platform": "linux",
8
+ "arch": "x64"
9
+ },
10
+ "git": {
11
+ "commit": "ae2c0a6",
12
+ "branch": "master"
13
+ },
14
+ "package": {
15
+ "engines": {
16
+ "node": ">=20.0.0"
17
+ },
18
+ "dependencies": [],
19
+ "peerDependencies": [
20
+ "@zintrust/core"
21
+ ]
22
+ },
23
+ "files": {
24
+ "index.d.ts": {
25
+ "size": 915,
26
+ "sha256": "dd03f4dee53180c5af7a228e26de96d02669ce84ddd0ee2aafac573d6d418241"
27
+ },
28
+ "index.js": {
29
+ "size": 4425,
30
+ "sha256": "3acb0dbe4c07317c6965418034431f67e85bb1bbda39ec7f9d72d3b92e512eea"
31
+ },
32
+ "register.d.ts": {
33
+ "size": 167,
34
+ "sha256": "8c0f0899a9d38946a4c5d59a71297e290a45d7c10613a2300ed3846b22eb5647"
35
+ },
36
+ "register.js": {
37
+ "size": 513,
38
+ "sha256": "123ccf8b1bed7472927927848a7b8ccc38d13eb6db17b051d3bfe0c9674f1b60"
39
+ }
40
+ }
41
+ }
package/dist/index.d.ts CHANGED
@@ -20,3 +20,9 @@ export declare const SqsQueue: Readonly<{
20
20
  };
21
21
  }>;
22
22
  export default SqsQueue;
23
+ /**
24
+ * Package version and build metadata
25
+ * Available at runtime for debugging and health checks
26
+ */
27
+ export declare const _ZINTRUST_QUEUE_SQS_VERSION = "0.1.15";
28
+ export declare const _ZINTRUST_QUEUE_SQS_BUILD_DATE = "__BUILD_DATE__";
package/dist/index.js CHANGED
@@ -96,3 +96,9 @@ export const SqsQueue = Object.freeze({
96
96
  },
97
97
  });
98
98
  export default SqsQueue;
99
+ /**
100
+ * Package version and build metadata
101
+ * Available at runtime for debugging and health checks
102
+ */
103
+ export const _ZINTRUST_QUEUE_SQS_VERSION = '0.1.15';
104
+ export const _ZINTRUST_QUEUE_SQS_BUILD_DATE = '__BUILD_DATE__';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zintrust/queue-sqs",
3
- "version": "0.1.22",
3
+ "version": "0.1.23",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -26,7 +26,7 @@
26
26
  "@aws-sdk/client-sqs": "^3.500.0"
27
27
  },
28
28
  "peerDependencies": {
29
- "@zintrust/core": "^0.1.22"
29
+ "@zintrust/core": "^0.1.23"
30
30
  },
31
31
  "publishConfig": {
32
32
  "access": "public"