Skip to content

Commit

Permalink
chore: bump version to v1.12.1-b
Browse files Browse the repository at this point in the history
  • Loading branch information
bhsd-harry committed Jul 28, 2024
1 parent 1cfb4dd commit 752fa0d
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> = (e: {data: [number, T, string]}) => void;

/** web worker */
const workerJS = (): void => {
importScripts('https://testingcf.jsdelivr.net/npm/[email protected].0-b/bundle/bundle.min.js');
importScripts('https://testingcf.jsdelivr.net/gh/bhsd-harry/[email protected].1-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/[email protected].0-b/bundle/bundle.min.js');
importScripts('https://testingcf.jsdelivr.net/gh/bhsd-harry/[email protected].1-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 752fa0d

Please sign in to comment.