@trillboards/ads-sdk 2.3.0 → 2.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 +47 -0
- package/dist/cli.js +111 -3
- package/dist/index.d.mts +6 -1
- package/dist/index.d.ts +6 -1
- package/dist/index.js +10 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -3
- package/dist/index.mjs.map +1 -1
- package/dist/react.js +10 -3
- package/dist/react.js.map +1 -1
- package/dist/react.mjs +10 -3
- package/dist/react.mjs.map +1 -1
- package/dist/trillboards-lite.global.js +1 -1
- package/dist/trillboards-lite.global.js.map +1 -1
- package/package.json +33 -4
package/package.json
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trillboards/ads-sdk",
|
|
3
|
-
"version": "2.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "2.4.0",
|
|
4
|
+
"description": "DOOH advertising SDK — add ads to vending machines, kiosks, billboards, and digital signage in one command. MCP server for AI agents. OpenRTB 2.6, VAST, proof-of-play, audience sensing.",
|
|
5
5
|
"bin": {
|
|
6
|
-
"trillboards": "./dist/cli.js"
|
|
6
|
+
"trillboards": "./dist/cli.js",
|
|
7
|
+
"trillboards-mcp": "./dist/mcp-proxy.js"
|
|
7
8
|
},
|
|
8
9
|
"main": "./dist/index.js",
|
|
9
10
|
"module": "./dist/index.mjs",
|
|
@@ -101,7 +102,35 @@
|
|
|
101
102
|
"ctv",
|
|
102
103
|
"programmatic",
|
|
103
104
|
"vast",
|
|
104
|
-
"openrtb"
|
|
105
|
+
"openrtb",
|
|
106
|
+
"digital-out-of-home",
|
|
107
|
+
"advertising-sdk",
|
|
108
|
+
"ad-tech",
|
|
109
|
+
"dooh-sdk",
|
|
110
|
+
"programmatic-dooh",
|
|
111
|
+
"mcp",
|
|
112
|
+
"model-context-protocol",
|
|
113
|
+
"ai-agent",
|
|
114
|
+
"agent-commerce",
|
|
115
|
+
"screen-monetization",
|
|
116
|
+
"vending-machine-ads",
|
|
117
|
+
"kiosk-ads",
|
|
118
|
+
"billboard-ads",
|
|
119
|
+
"edge-ai",
|
|
120
|
+
"computer-vision",
|
|
121
|
+
"openrtb-2.6",
|
|
122
|
+
"ad-monetization",
|
|
123
|
+
"impression-tracking",
|
|
124
|
+
"proof-of-play",
|
|
125
|
+
"audience-sensing",
|
|
126
|
+
"digital-billboard",
|
|
127
|
+
"smart-display",
|
|
128
|
+
"signage-monetization",
|
|
129
|
+
"vast-sdk",
|
|
130
|
+
"omsdk",
|
|
131
|
+
"face-detection",
|
|
132
|
+
"attention-measurement",
|
|
133
|
+
"dooh-attribution"
|
|
105
134
|
],
|
|
106
135
|
"license": "MIT",
|
|
107
136
|
"repository": {
|