ide-assi 0.405.0 → 0.406.0

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.
@@ -23,7 +23,7 @@ import { lintKeymap } from "@codemirror/lint";
23
23
  import { autocompletion, completionKeymap } from "@codemirror/autocomplete";
24
24
 
25
25
  // Diff 로직을 위해 diff-match-patch 사용
26
- import { diff_match_patch } from 'diff-match_patch';
26
+ import { diff_match_patch } from 'diff-match-patch';
27
27
 
28
28
  // --- Diff 데코레이션을 위한 StateEffect 정의 ---
29
29
  const setAsisDecorationsEffect = StateEffect.define();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.405.0",
4
+ "version": "0.406.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -23,7 +23,7 @@ import { lintKeymap } from "@codemirror/lint";
23
23
  import { autocompletion, completionKeymap } from "@codemirror/autocomplete";
24
24
 
25
25
  // Diff 로직을 위해 diff-match-patch 사용
26
- import { diff_match_patch } from 'diff-match_patch';
26
+ import { diff_match_patch } from 'diff-match-patch';
27
27
 
28
28
  // --- Diff 데코레이션을 위한 StateEffect 정의 ---
29
29
  const setAsisDecorationsEffect = StateEffect.define();