@shikijs/core 1.24.1 → 1.24.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.mjs CHANGED
@@ -1,8 +1,8 @@
1
1
  import { ShikiError as ShikiError$1 } from '@shikijs/types';
2
2
  export * from '@shikijs/types';
3
3
  import { createOnigurumaEngine as createOnigurumaEngine$1, loadWasm as loadWasm$1, getDefaultWasmLoader } from '@shikijs/engine-oniguruma';
4
- import { w as warnDeprecated } from './shared/core.afb6276c.mjs';
5
- export { e as enableDeprecationWarnings } from './shared/core.afb6276c.mjs';
4
+ import { w as warnDeprecated } from './shared/core.DVV8c4RZ.mjs';
5
+ export { e as enableDeprecationWarnings } from './shared/core.DVV8c4RZ.mjs';
6
6
  import { FontStyle, INITIAL, EncodedTokenMetadata, Registry as Registry$1, Theme } from '@shikijs/vscode-textmate';
7
7
  export { FontStyle, EncodedTokenMetadata as StackElementMetadata } from '@shikijs/vscode-textmate';
8
8
  import { toHtml } from 'hast-util-to-html';
@@ -1,4 +1,4 @@
1
- import { w as warnDeprecated } from './shared/core.afb6276c.mjs';
1
+ import { w as warnDeprecated } from './shared/core.DVV8c4RZ.mjs';
2
2
  export * from '@shikijs/engine-oniguruma/wasm-inlined';
3
3
  export { default } from '@shikijs/engine-oniguruma/wasm-inlined';
4
4
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@shikijs/core",
3
3
  "type": "module",
4
- "version": "1.24.1",
4
+ "version": "1.24.2",
5
5
  "description": "Core of Shiki",
6
6
  "author": "Pine Wu <octref@gmail.com>; Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -63,9 +63,9 @@
63
63
  "@shikijs/vscode-textmate": "^9.3.0",
64
64
  "@types/hast": "^3.0.4",
65
65
  "hast-util-to-html": "^9.0.3",
66
- "@shikijs/types": "1.24.1",
67
- "@shikijs/engine-javascript": "1.24.1",
68
- "@shikijs/engine-oniguruma": "1.24.1"
66
+ "@shikijs/engine-javascript": "1.24.2",
67
+ "@shikijs/types": "1.24.2",
68
+ "@shikijs/engine-oniguruma": "1.24.2"
69
69
  },
70
70
  "scripts": {
71
71
  "build": "unbuild",