@zintrust/client-rds-data 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.
@@ -0,0 +1,36 @@
1
+ {
2
+ "name": "@zintrust/client-rds-data",
3
+ "version": "0.1.15",
4
+ "buildDate": "2026-01-21T12:26:09.132Z",
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
+ "@aws-sdk/client-rds-data",
20
+ "@aws-sdk/client-secrets-manager"
21
+ ],
22
+ "peerDependencies": [
23
+ "@zintrust/core"
24
+ ]
25
+ },
26
+ "files": {
27
+ "index.d.ts": {
28
+ "size": 825,
29
+ "sha256": "d42280bd72375b4b16f145043008d652520655c1e776c60458605e07e2417874"
30
+ },
31
+ "index.js": {
32
+ "size": 3546,
33
+ "sha256": "6ddfd9e0e202c77c588dabf0494da13e4dfd3990870fe4641c7584ccc334dab5"
34
+ }
35
+ }
36
+ }
package/dist/index.d.ts CHANGED
@@ -13,3 +13,9 @@ declare const _default: Readonly<{
13
13
  getSecretsManagerClient: typeof getSecretsManagerClient;
14
14
  }>;
15
15
  export default _default;
16
+ /**
17
+ * Package version and build metadata
18
+ * Available at runtime for debugging and health checks
19
+ */
20
+ export declare const _ZINTRUST_CLIENT_RDS_DATA_VERSION = "0.1.15";
21
+ export declare const _ZINTRUST_CLIENT_RDS_DATA_BUILD_DATE = "__BUILD_DATE__";
package/dist/index.js CHANGED
@@ -89,3 +89,9 @@ export default Object.freeze({
89
89
  getRdsDataClient,
90
90
  getSecretsManagerClient,
91
91
  });
92
+ /**
93
+ * Package version and build metadata
94
+ * Available at runtime for debugging and health checks
95
+ */
96
+ export const _ZINTRUST_CLIENT_RDS_DATA_VERSION = '0.1.15';
97
+ export const _ZINTRUST_CLIENT_RDS_DATA_BUILD_DATE = '__BUILD_DATE__';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zintrust/client-rds-data",
3
- "version": "0.1.22",
3
+ "version": "0.1.23",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -22,7 +22,7 @@
22
22
  "@aws-sdk/client-secrets-manager": "^3.500.0"
23
23
  },
24
24
  "peerDependencies": {
25
- "@zintrust/core": "^0.1.22"
25
+ "@zintrust/core": "^0.1.23"
26
26
  },
27
27
  "publishConfig": {
28
28
  "access": "public"