extension-install 3.11.1 → 3.12.0-canary.256.87f2e72

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.cjs +1 -1
  2. package/package.json +2 -2
package/dist/module.cjs CHANGED
@@ -40,7 +40,7 @@ __webpack_require__.d(__webpack_exports__, {
40
40
  });
41
41
  const external_pintor_namespaceObject = require("pintor");
42
42
  var external_pintor_default = /*#__PURE__*/ __webpack_require__.n(external_pintor_namespaceObject);
43
- const statusPrefix = external_pintor_default().brightBlue('►►►');
43
+ const statusPrefix = external_pintor_default().brightBlue('⏵⏵⏵');
44
44
  function titleCase(value) {
45
45
  return value.length ? value[0].toUpperCase() + value.slice(1) : value;
46
46
  }
package/package.json CHANGED
@@ -23,7 +23,7 @@
23
23
  "dist"
24
24
  ],
25
25
  "name": "extension-install",
26
- "version": "3.11.1",
26
+ "version": "3.12.0-canary.256.87f2e72",
27
27
  "description": "Managed browser installer/uninstaller for Extension.js",
28
28
  "author": {
29
29
  "name": "Cezar Augusto",
@@ -62,6 +62,6 @@
62
62
  "@types/node": "^25.2.0",
63
63
  "tsconfig": "*",
64
64
  "typescript": "6.0.2",
65
- "vitest": "^4.0.17"
65
+ "vitest": "^4.1.3"
66
66
  }
67
67
  }