Skip to content

Commit

Permalink
chore: bump version to v1.9.2-b
Browse files Browse the repository at this point in the history
  • Loading branch information
bhsd-harry committed Jun 10, 2024
1 parent 81c2095 commit 4e26e45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extensions/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ declare type WorkerListener<T> = ({data: [rid, res, resRaw]}: {data: [number, T,

/** web worker */
const workerJS = (): void => {
importScripts('https://testingcf.jsdelivr.net/npm/wikiparser-node@1.9.1-b/bundle/bundle.min.js');
importScripts('https://testingcf.jsdelivr.net/gh/bhsd-harry/wikiparser-node@1.9.2-b/bundle/bundle.min.js');
const entities = {'&': 'amp', '<': 'lt', '>': 'gt'};

/** @implements */
Expand Down
2 changes: 1 addition & 1 deletion extensions/dist/base.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(() => {
const workerJS = () => {
importScripts('https://testingcf.jsdelivr.net/npm/wikiparser-node@1.9.1-b/bundle/bundle.min.js');
importScripts('https://testingcf.jsdelivr.net/gh/bhsd-harry/wikiparser-node@1.9.2-b/bundle/bundle.min.js');
const entities = { '&': 'amp', '<': 'lt', '>': 'gt' };
self.onmessage = ({ data }) => {
const [command, qid, wikitext, include, stage] = data;
Expand Down

0 comments on commit 4e26e45

Please sign in to comment.