@operato/markdown
Advanced tools
Comparing version 0.3.2 to 0.3.4
@@ -6,2 +6,19 @@ # Change Log | ||
### [0.3.4](https://github.com/hatiolab/operato/compare/v0.3.3...v0.3.4) (2022-01-03) | ||
**Note:** Version bump only for package @operato/markdown | ||
### [0.3.3](https://github.com/hatiolab/operato/compare/v0.3.2...v0.3.3) (2022-01-03) | ||
### :bug: Bug Fix | ||
* apply import.meta.url into @operato/board and @operato/markdown ([2d6d387](https://github.com/hatiolab/operato/commit/2d6d3874c33555aac2efe9a4750698f03b036f01)) | ||
### [0.3.2](https://github.com/hatiolab/operato/compare/v0.3.1...v0.3.2) (2022-01-03) | ||
@@ -8,0 +25,0 @@ |
@@ -1,2 +0,2 @@ | ||
const worker = new Worker('/node_modules/@operato/markdown/assets/scripts/markdown-webworker.js'); | ||
const worker = new Worker(new URL('../../workers/markdown-webworker.js', import.meta.url)); | ||
const TIMEOUT_LIMIT = 20000; | ||
@@ -3,0 +3,0 @@ export async function md(markdown, options) { |
@@ -6,3 +6,3 @@ { | ||
"author": "heartyoh", | ||
"version": "0.3.2", | ||
"version": "0.3.4", | ||
"main": "dist/src/index.js", | ||
@@ -35,3 +35,3 @@ "module": "dist/src/index.js", | ||
"dependencies": { | ||
"@operato/styles": "^0.3.2", | ||
"@operato/styles": "^0.3.4", | ||
"lit": "^2.0.2", | ||
@@ -73,3 +73,3 @@ "marked": "^4.0.7" | ||
}, | ||
"gitHead": "889594ff0f6a6da8bd1d97163cd808d997d16dd9" | ||
"gitHead": "730f7f88d9feaec4e42fdfa8f4bd9503f04df72e" | ||
} |
@@ -1,2 +0,3 @@ | ||
const worker = new Worker('/node_modules/@operato/markdown/assets/scripts/markdown-webworker.js') | ||
const worker = new Worker(new URL('../../workers/markdown-webworker.js', import.meta.url)) | ||
const TIMEOUT_LIMIT = 20000 | ||
@@ -3,0 +4,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
57049
Updated@operato/styles@^0.3.4