extension-develop 2.0.0-rc.33 → 2.0.0-rc.34
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/module.js +3 -3
- package/package.json +1 -1
package/dist/module.js
CHANGED
|
@@ -164,7 +164,7 @@ const GECKO_BASED_BROWSERS = [
|
|
|
164
164
|
];
|
|
165
165
|
const external_console_namespaceObject = require("console");
|
|
166
166
|
var package_namespaceObject = {
|
|
167
|
-
i8: "2.0.0-rc.
|
|
167
|
+
i8: "2.0.0-rc.34"
|
|
168
168
|
};
|
|
169
169
|
function getLoggingPrefix(feature, type) {
|
|
170
170
|
if ('error' === type) return `${external_chalk_default().bold(external_chalk_default().red('ERROR'))} in ${feature} ${external_chalk_default().red("\u2716\uFE0E\u2716\uFE0E\u2716\uFE0E")}`;
|
|
@@ -6178,10 +6178,10 @@ async function generateExtensionTypes(projectPath) {
|
|
|
6178
6178
|
// If you need additional types, consider creating a new *.d.ts file and
|
|
6179
6179
|
// referencing it in the "include" array of your tsconfig.json file.
|
|
6180
6180
|
// See https://www.typescriptlang.org/tsconfig#include for more information.
|
|
6181
|
-
/// <reference types="${typePath}" />
|
|
6181
|
+
/// <reference types="${typePath}/types" />
|
|
6182
6182
|
|
|
6183
6183
|
// Polyfill types for browser.* APIs
|
|
6184
|
-
/// <reference types="${typePath}/polyfill" />
|
|
6184
|
+
/// <reference types="${typePath}/types/polyfill" />
|
|
6185
6185
|
`;
|
|
6186
6186
|
try {
|
|
6187
6187
|
await promises_namespaceObject.access(extensionEnvFile);
|