Skip to content

Commit 7914d9e

Browse files
committed
fix: plugin compatibility version
1 parent 697f5cb commit 7914d9e

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@brightdata/brightdata-plugin",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "OpenClaw Bright Data plugin",
55
"type": "module",
66
"main": "index.ts",
@@ -12,7 +12,12 @@
1212
"stageRuntimeDependencies": true
1313
},
1414
"compat": {
15-
"pluginApi": "^1.0.0"
15+
"pluginApi": ">=2026.3.24",
16+
"minGatewayVersion": "2026.3.24"
17+
},
18+
"build": {
19+
"openclawVersion": "2026.3.28",
20+
"pluginSdkVersion": "2026.3.28"
1621
}
1722
},
1823
"keywords": [

0 commit comments

Comments
 (0)