@shikijs/engine-oniguruma 2.0.0 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +1 -1
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -13,7 +13,7 @@ declare function setDefaultWasmLoader(_loader: LoadWasmOptions): void;
|
|
|
13
13
|
declare function getDefaultWasmLoader(): LoadWasmOptions | undefined;
|
|
14
14
|
declare function createOnigurumaEngine(options?: LoadWasmOptions | null): Promise<RegexEngine>;
|
|
15
15
|
/**
|
|
16
|
-
*
|
|
16
|
+
* @deprecated Use `createOnigurumaEngine` instead.
|
|
17
17
|
*/
|
|
18
18
|
declare function createWasmOnigEngine(options?: LoadWasmOptions | null): Promise<RegexEngine>;
|
|
19
19
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shikijs/engine-oniguruma",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.2",
|
|
5
5
|
"description": "Engine for Shiki using Oniguruma RegExp engine in WebAssembly",
|
|
6
6
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
],
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@shikijs/vscode-textmate": "^10.0.1",
|
|
50
|
-
"@shikijs/types": "2.0.
|
|
50
|
+
"@shikijs/types": "2.0.2"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"vscode-oniguruma": "1.7.0"
|