extension-develop 2.0.0-rc.28 → 2.0.0-rc.29

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.
Files changed (2) hide show
  1. package/dist/module.js +1 -1
  2. 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.28"
167
+ i8: "2.0.0-rc.29"
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")}`;
package/package.json CHANGED
@@ -21,7 +21,7 @@
21
21
  "dist"
22
22
  ],
23
23
  "name": "extension-develop",
24
- "version": "2.0.0-rc.28",
24
+ "version": "2.0.0-rc.29",
25
25
  "description": "The develop step of Extension.js",
26
26
  "author": {
27
27
  "name": "Cezar Augusto",