Skip to content

Commit

Permalink
v14.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Oct 5, 2024
1 parent b68ec5a commit 64e6565
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"c8": "^10.1.2",
"chai": "^5.1.1",
"copyfiles": "^2.4.1",
"eslint": "^9.11.1",
"eslint": "^9.12.0",
"eslint-plugin-import-x": "^4.3.1",
"eslint-plugin-jsdoc": "^50.3.1",
"eslint-plugin-no-unsanitized": "^4.1.2",
Expand Down Expand Up @@ -65,5 +65,5 @@
"test_all": "npm-run-all -s test-*",
"tsc": "node index clean --dir=types -i && npx tsc"
},
"version": "14.0.1"
"version": "14.1.0"
}
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@
"tabs"
],
"short_name": "__MSG_extensionShortName__",
"version": "14.0.1"
"version": "14.1.0"
}
2 changes: 2 additions & 0 deletions types/src/mjs/constant.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ export const PREFER_CANONICAL: "preferCanonicalUrl";
export const PROMPT: "promptContent";
export const REST: "reStructuredText";
export const TEXTILE: "Textile";
export const TEXT_FRAG_HTML_HYPER: "createTextFragmentsHTMLHyper";
export const TEXT_FRAG_HTML_PLAIN: "createTextFragmentsHTMLPlain";
export const TEXT_SEP_LINES: "separateTextURL";
export const TEXT_TEXT_ONLY: "TextOnly";
export const TEXT_TEXT_URL: "TextURL";
Expand Down
2 changes: 1 addition & 1 deletion types/src/mjs/sanitize.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export function sanitize(url: string, opt: object): string | null;
export { sanitizeURL } from "../lib/url/url-sanitizer-wo-dompurify.min.js";

0 comments on commit 64e6565

Please sign in to comment.