@openclaw/google-meet 2026.5.18 → 2026.5.19-alpha.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/dist/index.js +2 -2
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -4397,7 +4397,7 @@ const googleMeetToolDeps = {
|
|
|
4397
4397
|
callGatewayFromCli,
|
|
4398
4398
|
platform: () => process.platform
|
|
4399
4399
|
};
|
|
4400
|
-
const
|
|
4400
|
+
const testing = {
|
|
4401
4401
|
setCallGatewayFromCliForTests(next) {
|
|
4402
4402
|
googleMeetToolDeps.callGatewayFromCli = next ?? callGatewayFromCli;
|
|
4403
4403
|
},
|
|
@@ -4976,4 +4976,4 @@ var google_meet_default = definePluginEntry({
|
|
|
4976
4976
|
}
|
|
4977
4977
|
});
|
|
4978
4978
|
//#endregion
|
|
4979
|
-
export { __testing, google_meet_default as default };
|
|
4979
|
+
export { testing as __testing, testing, google_meet_default as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openclaw/google-meet",
|
|
3
|
-
"version": "2026.5.
|
|
3
|
+
"version": "2026.5.19-alpha.1",
|
|
4
4
|
"description": "OpenClaw Google Meet participant plugin",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"openclaw": "workspace:*"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
|
-
"openclaw": ">=2026.5.
|
|
19
|
+
"openclaw": ">=2026.5.19-alpha.1"
|
|
20
20
|
},
|
|
21
21
|
"peerDependenciesMeta": {
|
|
22
22
|
"openclaw": {
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
"minHostVersion": ">=2026.4.20"
|
|
34
34
|
},
|
|
35
35
|
"compat": {
|
|
36
|
-
"pluginApi": ">=2026.5.
|
|
36
|
+
"pluginApi": ">=2026.5.19-alpha.1"
|
|
37
37
|
},
|
|
38
38
|
"build": {
|
|
39
|
-
"openclawVersion": "2026.5.
|
|
39
|
+
"openclawVersion": "2026.5.19-alpha.1"
|
|
40
40
|
},
|
|
41
41
|
"release": {
|
|
42
42
|
"publishToClawHub": true,
|