mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 07:20:45 +00:00
refactor: move bundled extension gap allowlists into manifests
This commit is contained in:
@@ -40,7 +40,12 @@ describe("collectBundledExtensionRootDependencyGapErrors", () => {
|
||||
id: "googlechat",
|
||||
packageJson: {
|
||||
dependencies: { "google-auth-library": "^1.0.0" },
|
||||
openclaw: { install: { npmSpec: "@openclaw/googlechat" } },
|
||||
openclaw: {
|
||||
install: { npmSpec: "@openclaw/googlechat" },
|
||||
releaseChecks: {
|
||||
rootDependencyMirrorAllowlist: ["google-auth-library"],
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -66,7 +71,12 @@ describe("collectBundledExtensionRootDependencyGapErrors", () => {
|
||||
id: "googlechat",
|
||||
packageJson: {
|
||||
dependencies: { "google-auth-library": "^1.0.0", undici: "^7.0.0" },
|
||||
openclaw: { install: { npmSpec: "@openclaw/googlechat" } },
|
||||
openclaw: {
|
||||
install: { npmSpec: "@openclaw/googlechat" },
|
||||
releaseChecks: {
|
||||
rootDependencyMirrorAllowlist: ["google-auth-library"],
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
],
|
||||
@@ -85,7 +95,12 @@ describe("collectBundledExtensionRootDependencyGapErrors", () => {
|
||||
id: "googlechat",
|
||||
packageJson: {
|
||||
dependencies: { "google-auth-library": "^1.0.0" },
|
||||
openclaw: { install: { npmSpec: "@openclaw/googlechat" } },
|
||||
openclaw: {
|
||||
install: { npmSpec: "@openclaw/googlechat" },
|
||||
releaseChecks: {
|
||||
rootDependencyMirrorAllowlist: ["google-auth-library"],
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user