Skip to content

Commit

Permalink
chore: publish v1.7.0-beta.4 to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
bhsd-harry committed May 9, 2024
1 parent 56ee725 commit 1f59f20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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/gh/bhsd-harry/[email protected]-beta.3/bundle/bundle.min.js');
importScripts('https://testingcf.jsdelivr.net/npm/[email protected]/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/gh/bhsd-harry/[email protected]-beta.3/bundle/bundle.min.js');
importScripts('https://testingcf.jsdelivr.net/npm/[email protected]/bundle/bundle.min.js');
const entities = { '&': 'amp', '<': 'lt', '>': 'gt' };
self.onmessage = ({ data }) => {
const [command, qid, wikitext, include, stage] = data;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wikiparser-node",
"version": "1.7.0-beta.3",
"version": "1.7.0-beta.4",
"description": "A Node.js parser for MediaWiki markup with AST",
"keywords": [
"mediawiki",
Expand Down

0 comments on commit 1f59f20

Please sign in to comment.