tophf 1 mês atrás
pai
commit
31f9086cf9
2 arquivos alterados com 2 adições e 2 exclusões
  1. 2 1
      package.json
  2. 0 1
      src/types.d.ts

+ 2 - 1
package.json

@@ -115,5 +115,6 @@
       "./test/mock/index.js"
     ],
     "testEnvironment": "./test/mock/env.js"
-  }
+  },
+  "beta": 1
 }

+ 0 - 1
src/types.d.ts

@@ -242,7 +242,6 @@ declare interface VMScriptSourceOptions extends DeepPartial<Omit<VMScript, 'infe
 
   bumpDate?: boolean;
   fetchOpts?: object;
-  inferred?: boolean;
   message?: string;
   portId?: string;
   reloadTab?: boolean;