@blocknote/code-block 0.35.0 → 0.36.1

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/LICENSE CHANGED
@@ -370,4 +370,4 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
370
370
  ---------------------------------------------------------
371
371
 
372
372
  This Source Code Form is "Incompatible With Secondary Licenses", as
373
- defined by the Mozilla Public License, v. 2.0.
373
+ defined by the Mozilla Public License, v. 2.0.
@@ -1 +1 @@
1
- {"builtAt":1753435001675,"assets":[{"name":"blocknote-code-block.cjs","size":6844},{"name":"blocknote-code-block.cjs.map","size":14773}],"chunks":[{"id":"a1ee98a","entry":true,"initial":true,"files":["blocknote-code-block.cjs"],"names":["blocknote-code-block"]}],"modules":[{"name":"./src/shiki.bundle.ts","size":4614,"chunks":["a1ee98a"]},{"name":"./src/index.ts","size":3574,"chunks":["a1ee98a"]}]}
1
+ {"builtAt":1756302970273,"assets":[{"name":"blocknote-code-block.cjs","size":6844},{"name":"blocknote-code-block.cjs.map","size":14773}],"chunks":[{"id":"a1ee98a","entry":true,"initial":true,"files":["blocknote-code-block.cjs"],"names":["blocknote-code-block"]}],"modules":[{"name":"./src/shiki.bundle.ts","size":4614,"chunks":["a1ee98a"]},{"name":"./src/index.ts","size":3574,"chunks":["a1ee98a"]}]}
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "directory": "packages/code-block"
10
10
  },
11
11
  "license": "MPL-2.0",
12
- "version": "0.35.0",
12
+ "version": "0.36.1",
13
13
  "files": [
14
14
  "dist",
15
15
  "types",
@@ -42,7 +42,7 @@
42
42
  }
43
43
  },
44
44
  "dependencies": {
45
- "@blocknote/core": "0.35.0",
45
+ "@blocknote/core": "0.36.1",
46
46
  "@shikijs/core": "^3.2.1",
47
47
  "@shikijs/engine-javascript": "^3.2.1",
48
48
  "@shikijs/langs-precompiled": "^3.2.1",
@@ -59,7 +59,7 @@
59
59
  "vitest": "^2.0.3"
60
60
  },
61
61
  "peerDependencies": {
62
- "@blocknote/core": "^0.35.0"
62
+ "@blocknote/core": "^0.36.1"
63
63
  },
64
64
  "eslintConfig": {
65
65
  "extends": [