@prozilla-os/text-editor 1.1.9 → 1.1.11
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/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/package.json +3 -3
package/dist/main.js
CHANGED
|
@@ -34070,7 +34070,7 @@ function jg({ file: t, path: e, setTitle: n, setIconUrl: a, close: r, mode: i, a
|
|
|
34070
34070
|
] });
|
|
34071
34071
|
}
|
|
34072
34072
|
const eS = new __("Text Editor", "text-editor", jg).setIconUrl("https://os.prozilla.dev/assets/apps/icons/text-editor.svg").setRole(d_.APP_ROLES.textEditor).setCategory("Utilities & tools");
|
|
34073
|
-
eS.setMetadata({ name: "@prozilla-os/text-editor", version: "1.1.
|
|
34073
|
+
eS.setMetadata({ name: "@prozilla-os/text-editor", version: "1.1.10", author: "Prozilla" });
|
|
34074
34074
|
export {
|
|
34075
34075
|
eS as textEditor
|
|
34076
34076
|
};
|