@zeroad.network/token 0.11.2 → 0.11.3
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 +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -91,7 +91,7 @@ app.listen(port, () => {
|
|
|
91
91
|
});
|
|
92
92
|
```
|
|
93
93
|
|
|
94
|
-
For more example implementations such as `Express.js`, `Hono` or `Fastify`, please go to [see more examples](https://github.com/laurynas-karvelis/zeroad-token/tree/main/examples/).
|
|
94
|
+
For more example implementations such as `Express.js`, `Hono` or `Fastify`, please go to [see more examples](https://github.com/laurynas-karvelis/zeroad-token-ts/tree/main/examples/).
|
|
95
95
|
|
|
96
96
|
P.S.: Each web request coming from active subscriber using their Zero Ad Network browser extension will incur a tiny fraction of CPU computation cost to verify the token data matches its encrypted signature. On modern web infrastructure a request execution time will increase roughly by ~0.08ms to 0.2ms or so. Mileage might vary, but the impact is minimal.
|
|
97
97
|
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zeroad.network/token",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.3",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
|
-
"repository": "github:laurynas-karvelis/zeroad-token",
|
|
5
|
+
"repository": "github:laurynas-karvelis/zeroad-token-ts",
|
|
6
6
|
"homepage": "https://zeroad.network",
|
|
7
7
|
"private": false,
|
|
8
8
|
"author": {
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@types/bun": "^1.3.3",
|
|
53
53
|
"@types/node": "^24.10.0",
|
|
54
54
|
"pkgroll": "^2.21.4",
|
|
55
|
-
"prettier": "^3.7.
|
|
55
|
+
"prettier": "^3.7.2",
|
|
56
56
|
"typescript": "^5.9.3"
|
|
57
57
|
}
|
|
58
58
|
}
|