@omnixhq/ucp-js-sdk 1.0.0 → 1.0.2-draft.2.1
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 +111 -28
- package/dist/index.cjs +2598 -1090
- package/dist/index.d.cts +22844 -10173
- package/dist/index.d.mts +22844 -10173
- package/dist/index.mjs +2539 -1085
- package/package.json +45 -2
package/package.json
CHANGED
|
@@ -1,7 +1,50 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@omnixhq/ucp-js-sdk",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "UCP spec types and Zod schemas",
|
|
3
|
+
"version": "1.0.2-draft.2.1",
|
|
4
|
+
"description": "UCP spec types and Zod schemas — runtime-validated schemas for the Universal Commerce Protocol",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"ucp",
|
|
7
|
+
"universal-commerce-protocol",
|
|
8
|
+
"agentic-commerce",
|
|
9
|
+
"ai-commerce",
|
|
10
|
+
"ai-agent",
|
|
11
|
+
"ai-shopping",
|
|
12
|
+
"agent-commerce",
|
|
13
|
+
"commerce",
|
|
14
|
+
"ecommerce",
|
|
15
|
+
"e-commerce",
|
|
16
|
+
"checkout",
|
|
17
|
+
"payments",
|
|
18
|
+
"payment-handler",
|
|
19
|
+
"payment-gateway",
|
|
20
|
+
"shopping",
|
|
21
|
+
"shopping-cart",
|
|
22
|
+
"cart",
|
|
23
|
+
"order",
|
|
24
|
+
"order-management",
|
|
25
|
+
"fulfillment",
|
|
26
|
+
"shipping",
|
|
27
|
+
"discount",
|
|
28
|
+
"schema",
|
|
29
|
+
"zod",
|
|
30
|
+
"zod-schema",
|
|
31
|
+
"typescript",
|
|
32
|
+
"validation",
|
|
33
|
+
"runtime-validation",
|
|
34
|
+
"json-schema",
|
|
35
|
+
"mcp",
|
|
36
|
+
"model-context-protocol",
|
|
37
|
+
"a2a",
|
|
38
|
+
"agent-to-agent",
|
|
39
|
+
"discovery",
|
|
40
|
+
"discovery-profile",
|
|
41
|
+
"embedded-checkout",
|
|
42
|
+
"headless-commerce",
|
|
43
|
+
"api",
|
|
44
|
+
"sdk",
|
|
45
|
+
"omnix",
|
|
46
|
+
"omnixhq"
|
|
47
|
+
],
|
|
5
48
|
"type": "commonjs",
|
|
6
49
|
"license": "Apache-2.0",
|
|
7
50
|
"main": "./dist/index.cjs",
|