reactive-vscode 0.2.1 → 0.2.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.
Files changed (2) hide show
  1. package/dist/index.js +10 -3
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -316,9 +316,16 @@ function We(e, t, n, a) {
316
316
  v.dispose();
317
317
  i.clear();
318
318
  }
319
- return b(f, m), b([t, n, a], () => {
320
- w(), m();
321
- }), P(w), {
319
+ return b(f, m), b(
320
+ () => [
321
+ o(t),
322
+ o(n),
323
+ o(a)
324
+ ],
325
+ () => {
326
+ w(), m();
327
+ }
328
+ ), P(w), {
322
329
  watchers: i,
323
330
  onDidCreate: r.event,
324
331
  onDidChange: s.event,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "reactive-vscode",
3
3
  "type": "module",
4
- "version": "0.2.1",
4
+ "version": "0.2.2",
5
5
  "description": "Develop VSCode extension with Vue Reactivity API",
6
6
  "author": "_Kerman <kermanx@qq.com>",
7
7
  "license": "MIT",
@@ -37,7 +37,7 @@
37
37
  "@types/vscode": "^1.89.0"
38
38
  },
39
39
  "dependencies": {
40
- "@reactive-vscode/reactivity": "0.2.1"
40
+ "@reactive-vscode/reactivity": "0.2.2"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/node": "^20.14.2",