@zintrust/signer 0.5.2 → 0.5.5

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
@@ -2,6 +2,8 @@
2
2
 
3
3
  Zero-dependency WebCrypto library for signing and verifying HTTP requests using HMAC-SHA256. Works in browsers, Node.js 20+, and Cloudflare Workers — any runtime with `globalThis.crypto.subtle`.
4
4
 
5
+ Docs: https://zintrust.com/package-signer
6
+
5
7
  Used by the [ZinTrust](https://github.com/ZinTrust/zintrust) Bulletproof Auth middleware to implement **proof-of-possession request signing**: a stolen JWT alone is not enough to access protected endpoints.
6
8
 
7
9
  ---
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@zintrust/signer",
3
- "version": "0.5.2",
4
- "buildDate": "2026-04-12T20:08:25.389Z",
3
+ "version": "0.5.5",
4
+ "buildDate": "2026-04-13T12:02:42.280Z",
5
5
  "buildEnvironment": {
6
- "node": "v22.22.1",
7
- "platform": "darwin",
8
- "arch": "arm64"
6
+ "node": "v20.20.2",
7
+ "platform": "linux",
8
+ "arch": "x64"
9
9
  },
10
10
  "git": {
11
- "commit": "87ea4893",
12
- "branch": "release"
11
+ "commit": "b7df7d79",
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": "fd0ce3b73cc267446074d887e2b88adee9e6ed0abc747329db2b77dff919c2a8"
35
- },
36
32
  "index.d.ts": {
37
33
  "size": 180,
38
34
  "sha256": "c06c81a970e75623446631798b080b4224efb4900992eec411a9ac468c6f3773"
39
35
  },
40
36
  "index.js": {
41
37
  "size": 264,
42
- "sha256": "55eafe0bc608006897027c6702971184bdfd793ca98b1061e8237aaf3d09b77d"
38
+ "sha256": "7ff00c22b075d492e36a9163ae5b8f0ca4e531915ca04e0f158b1b70f09dc560"
43
39
  }
44
40
  }
45
41
  }
package/dist/index.js CHANGED
@@ -1,10 +1,10 @@
1
1
  /**
2
- * @zintrust/signer v0.5.2
2
+ * @zintrust/signer v0.5.5
3
3
  *
4
4
  * Request signing and signature verification utilities for ZinTrust.
5
5
  *
6
6
  * Build Information:
7
- * Built: 2026-04-12T20:08:25.317Z
7
+ * Built: 2026-04-13T12:02:42.209Z
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.5.2",
3
+ "version": "0.5.5",
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.5.1"
30
+ "@zintrust/core": "^0.5.2"
31
31
  }
32
32
  }