@zintrust/signer 0.4.43 → 0.4.48

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.
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@zintrust/signer",
3
- "version": "0.4.43",
4
- "buildDate": "2026-04-01T18:17:34.525Z",
3
+ "version": "0.4.48",
4
+ "buildDate": "2026-04-03T09:59:05.272Z",
5
5
  "buildEnvironment": {
6
- "node": "v22.22.1",
7
- "platform": "darwin",
8
- "arch": "arm64"
6
+ "node": "v20.20.1",
7
+ "platform": "linux",
8
+ "arch": "x64"
9
9
  },
10
10
  "git": {
11
- "commit": "57e4d1b5",
12
- "branch": "release"
11
+ "commit": "0ac23637",
12
+ "branch": "master"
13
13
  },
14
14
  "package": {
15
15
  "engines": {
@@ -29,17 +29,13 @@
29
29
  "size": 6462,
30
30
  "sha256": "d77715dbaba201311c4b42543d30e03a71a97bdffc8e64286de23dd792a68353"
31
31
  },
32
- "build-manifest.json": {
33
- "size": 1096,
34
- "sha256": "5ba1551b5de11bf1c1631fb65de0cf5170ba33f320eb84f7daf33cd7c7d5982a"
35
- },
36
32
  "index.d.ts": {
37
33
  "size": 180,
38
34
  "sha256": "c06c81a970e75623446631798b080b4224efb4900992eec411a9ac468c6f3773"
39
35
  },
40
36
  "index.js": {
41
37
  "size": 265,
42
- "sha256": "2bebadba4c22cf64571428e23ece354177408715518537f120d1239c08ebf5d9"
38
+ "sha256": "6a22bee6450fb0e64797ea99e47a3b6e2f77f98229d8a8fc24a038478416da02"
43
39
  }
44
40
  }
45
41
  }
package/dist/index.js CHANGED
@@ -1,10 +1,10 @@
1
1
  /**
2
- * @zintrust/signer v0.4.43
2
+ * @zintrust/signer v0.4.48
3
3
  *
4
4
  * Request signing and signature verification utilities for ZinTrust.
5
5
  *
6
6
  * Build Information:
7
- * Built: 2026-04-01T18:17:34.442Z
7
+ * Built: 2026-04-03T09:59:05.211Z
8
8
  * Node: >=20.0.0
9
9
  * License: MIT
10
10
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zintrust/signer",
3
- "version": "0.4.43",
3
+ "version": "0.4.48",
4
4
  "description": "Request signing and signature verification utilities for ZinTrust.",
5
5
  "type": "module",
6
6
  "exports": {
@@ -27,6 +27,6 @@
27
27
  "type-check": "tsc -p tsconfig.json --noEmit"
28
28
  },
29
29
  "peerDependencies": {
30
- "@zintrust/core": "^0.4.43"
30
+ "@zintrust/core": "^0.4.48"
31
31
  }
32
32
  }