@artos-commerce/ucp-client 0.3.0 → 0.4.0
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
|
@@ -41,7 +41,7 @@ npm install @artos-commerce/ucp-client
|
|
|
41
41
|
npm install @mysten/sui
|
|
42
42
|
```
|
|
43
43
|
|
|
44
|
-
Requires Node
|
|
44
|
+
Requires Node 22+ (for global `fetch` and `base64url`). `@mysten/sui` is an
|
|
45
45
|
**optional** peer dependency — card-only integrations don't need it.
|
|
46
46
|
|
|
47
47
|
## Quickstart
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@artos-commerce/ucp-client",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "Build-track Direct UCP client for Artos: typed UCP transport, AP2 mandate signing, checkout orchestration, buyer-account tools, and buyer OAuth so you can build your own commerce-grade UCP client without hand-rolling the envelope, signing, and credential rules.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"engines": {
|
|
8
|
-
"node": ">=
|
|
8
|
+
"node": ">=22"
|
|
9
9
|
},
|
|
10
10
|
"files": [
|
|
11
11
|
"dist",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@eslint/js": "^9.39.4",
|
|
46
46
|
"@mysten/sui": "^2.17.0",
|
|
47
|
-
"@types/node": "^
|
|
47
|
+
"@types/node": "^22.19.0",
|
|
48
48
|
"@vitest/coverage-v8": "^4.1.9",
|
|
49
49
|
"eslint": "^9.39.4",
|
|
50
50
|
"eslint-config-prettier": "^10.1.8",
|