@@ -115,5 +115,6 @@
"./test/mock/index.js"
],
"testEnvironment": "./test/mock/env.js"
- }
+ },
+ "beta": 1
}
@@ -242,7 +242,6 @@ declare interface VMScriptSourceOptions extends DeepPartial<Omit<VMScript, 'infe
bumpDate?: boolean;
fetchOpts?: object;
- inferred?: boolean;
message?: string;
portId?: string;
reloadTab?: boolean;