@forge/cli-shared
9.3.0-next.179.3.0-next.17-experimental-6320d72
out/service/statsig-service.js~
out/service/statsig-service.jsModified+3
Index: package/out/service/statsig-service.js
===================================================================
--- package/out/service/statsig-service.js
+++ package/out/service/statsig-service.js
@@ -17,8 +17,11 @@
}
async isTeamworkGraphProductSupported() {
return (await this.checkGate('forge-cli-enable-teamwork-graph-product-support')) ?? false;
}
+ async isShipyardManifestSchemaValidationEnabled() {
+ return (await this.checkGate('should-use-manifest-schema-for-validation')) ?? true;
+ }
async testForgeCliBundleRuntimeLoaderGate() {
return (await this.checkGate('forge-cli-bundle-runtime-loader')) ?? false;
}
async getDeprecatedRuntimes() {