@reactive-vscode/metadata 0.2.6-beta.1 → 0.2.6

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 (3) hide show
  1. package/index.js +38 -38
  2. package/metadata.json +38 -38
  3. package/package.json +3 -3
package/index.js CHANGED
@@ -74,8 +74,8 @@ export const metadata = {
74
74
  {
75
75
  "name": "useCommand",
76
76
  "category": "commands",
77
- "lastUpdated": 1717252930000,
78
- "description": "Register a command. See `vscode::commands.registerCommand`.",
77
+ "lastUpdated": 1729859287000,
78
+ "description": "Register a command. See `vscode::commands.registerCommand`.\r",
79
79
  "deprecated": false,
80
80
  "isComposable": true
81
81
  },
@@ -99,7 +99,7 @@ export const metadata = {
99
99
  {
100
100
  "name": "useControlledTerminal",
101
101
  "category": "terminal",
102
- "lastUpdated": 1718422698000,
102
+ "lastUpdated": 1729859287000,
103
103
  "description": "Create terminal, and allows you to control the terminal lifecycle.",
104
104
  "deprecated": false,
105
105
  "isComposable": true
@@ -116,8 +116,8 @@ export const metadata = {
116
116
  {
117
117
  "name": "useDisposable",
118
118
  "category": "lifecycle",
119
- "lastUpdated": 1717859666000,
120
- "description": "Dispose the disposable when the current scope is disposed. See `vscode::Disposable`.",
119
+ "lastUpdated": 1729859287000,
120
+ "description": "Dispose the disposable when the current scope is disposed. See `vscode::Disposable`.\r",
121
121
  "deprecated": false,
122
122
  "isComposable": true
123
123
  },
@@ -125,7 +125,7 @@ export const metadata = {
125
125
  "name": "useDocumentText",
126
126
  "category": "document",
127
127
  "original": "TextDocument.getText",
128
- "lastUpdated": 1717859666000,
128
+ "lastUpdated": 1729859287000,
129
129
  "description": "Reactive API for `vscode::TextDocument.getText`.",
130
130
  "deprecated": false,
131
131
  "isComposable": true
@@ -133,8 +133,8 @@ export const metadata = {
133
133
  {
134
134
  "name": "useEditorDecorations",
135
135
  "category": "editor",
136
- "lastUpdated": 1723825387000,
137
- "description": "Reactively set decorations on the given editor. See `vscode::TextEditor.setDecorations`.",
136
+ "lastUpdated": 1729859287000,
137
+ "description": "Reactively set decorations on the given editor. See `vscode::TextEditor.setDecorations`.\r",
138
138
  "deprecated": false,
139
139
  "isComposable": true
140
140
  },
@@ -169,7 +169,7 @@ export const metadata = {
169
169
  "name": "useFetchTasks",
170
170
  "category": "tasks",
171
171
  "original": "tasks.fetchTasks",
172
- "lastUpdated": 1717859666000,
172
+ "lastUpdated": 1729859287000,
173
173
  "description": "Reactive API for `vscode::tasks.fetchTasks`.",
174
174
  "deprecated": false,
175
175
  "isComposable": true
@@ -187,7 +187,7 @@ export const metadata = {
187
187
  "name": "useFoldingRangeProvider",
188
188
  "category": "languages",
189
189
  "original": "languages.registerFoldingRangeProvider",
190
- "lastUpdated": 1717859666000,
190
+ "lastUpdated": 1729859287000,
191
191
  "description": "Reactive API for `vscode::languages.registerFoldingRangeProvider`.",
192
192
  "deprecated": false,
193
193
  "isComposable": true
@@ -196,7 +196,7 @@ export const metadata = {
196
196
  "name": "useFsWatcher",
197
197
  "category": "workspace",
198
198
  "original": "workspace.createFileSystemWatcher",
199
- "lastUpdated": 1727511277000,
199
+ "lastUpdated": 1729859287000,
200
200
  "description": "Reactive API for `vscode::workspace.createFileSystemWatcher`.",
201
201
  "deprecated": false,
202
202
  "isComposable": true
@@ -248,7 +248,7 @@ export const metadata = {
248
248
  "name": "useNotebookEditorSelection",
249
249
  "category": "editor",
250
250
  "original": "NotebookEditor.selection",
251
- "lastUpdated": 1717859666000,
251
+ "lastUpdated": 1729859287000,
252
252
  "description": "Reactive API for `vscode::NotebookEditor.selection`.",
253
253
  "deprecated": false,
254
254
  "isComposable": true
@@ -257,7 +257,7 @@ export const metadata = {
257
257
  "name": "useNotebookEditorSelections",
258
258
  "category": "editor",
259
259
  "original": "NotebookEditor.selections",
260
- "lastUpdated": 1717859666000,
260
+ "lastUpdated": 1729859287000,
261
261
  "description": "Reactive API for `vscode::NotebookEditor.selections`.",
262
262
  "deprecated": false,
263
263
  "isComposable": true
@@ -266,7 +266,7 @@ export const metadata = {
266
266
  "name": "useNotebookEditorVisibleRanges",
267
267
  "category": "editor",
268
268
  "original": "NotebookEditor.visibleRanges",
269
- "lastUpdated": 1717859666000,
269
+ "lastUpdated": 1729859287000,
270
270
  "description": "Reactive API for `vscode::NotebookEditor.visibleRanges`.",
271
271
  "deprecated": false,
272
272
  "isComposable": true
@@ -293,8 +293,8 @@ export const metadata = {
293
293
  "name": "useQuickPick",
294
294
  "category": "window",
295
295
  "original": "window.createQuickPick",
296
- "lastUpdated": 1721408003000,
297
- "description": "Creates a customizable quick pick UI.",
296
+ "lastUpdated": 1729859287000,
297
+ "description": "Creates a customizable quick pick UI.\r",
298
298
  "deprecated": false,
299
299
  "isComposable": true
300
300
  },
@@ -302,7 +302,7 @@ export const metadata = {
302
302
  "name": "useStatusBarItem",
303
303
  "category": "window",
304
304
  "original": "window.createStatusBarItem",
305
- "lastUpdated": 1717859666000,
305
+ "lastUpdated": 1729859287000,
306
306
  "description": "Reactive API for `vscode::window.createStatusBarItem`.",
307
307
  "deprecated": false,
308
308
  "isComposable": true
@@ -329,7 +329,7 @@ export const metadata = {
329
329
  "name": "useTerminalState",
330
330
  "category": "terminal",
331
331
  "original": "Terminal.state",
332
- "lastUpdated": 1718371606000,
332
+ "lastUpdated": 1729859287000,
333
333
  "description": "Reactive API for `vscode::Terminal.state`.",
334
334
  "deprecated": false,
335
335
  "isComposable": true
@@ -354,7 +354,7 @@ export const metadata = {
354
354
  "name": "useTextEditorSelection",
355
355
  "category": "editor",
356
356
  "original": "TextEditor.selection",
357
- "lastUpdated": 1717859666000,
357
+ "lastUpdated": 1729859287000,
358
358
  "description": "Reactive API for `vscode::TextEditor.selection`.",
359
359
  "deprecated": false,
360
360
  "isComposable": true
@@ -363,7 +363,7 @@ export const metadata = {
363
363
  "name": "useTextEditorSelections",
364
364
  "category": "editor",
365
365
  "original": "TextEditor.selections",
366
- "lastUpdated": 1717859666000,
366
+ "lastUpdated": 1729859287000,
367
367
  "description": "Reactive API for `vscode::TextEditor.selections`.",
368
368
  "deprecated": false,
369
369
  "isComposable": true
@@ -372,7 +372,7 @@ export const metadata = {
372
372
  "name": "useTextEditorViewColumn",
373
373
  "category": "editor",
374
374
  "original": "TextEditor.viewColumn",
375
- "lastUpdated": 1717859666000,
375
+ "lastUpdated": 1729859287000,
376
376
  "description": "Reactive API for `vscode::TextEditor.viewColumn`.",
377
377
  "deprecated": false,
378
378
  "isComposable": true
@@ -381,7 +381,7 @@ export const metadata = {
381
381
  "name": "useTextEditorVisibleRanges",
382
382
  "category": "editor",
383
383
  "original": "TextEditor.visibleRanges",
384
- "lastUpdated": 1717859666000,
384
+ "lastUpdated": 1729859287000,
385
385
  "description": "Reactive API for `vscode::TextEditor.visibleRanges`.",
386
386
  "deprecated": false,
387
387
  "isComposable": true
@@ -389,31 +389,31 @@ export const metadata = {
389
389
  {
390
390
  "name": "useTreeView",
391
391
  "category": "view",
392
- "lastUpdated": 1725289472000,
393
- "description": "Register a tree view. See `vscode::window.createTreeView`.",
392
+ "lastUpdated": 1729859287000,
393
+ "description": "Register a tree view. See `vscode::window.createTreeView`.\r",
394
394
  "deprecated": false,
395
395
  "isComposable": true
396
396
  },
397
397
  {
398
398
  "name": "useViewBadge",
399
399
  "category": "view",
400
- "lastUpdated": 1718359481000,
401
- "description": "Reactively set the badge of a view (`vscode::TreeView` or `vscode::WebviewView`).",
400
+ "lastUpdated": 1729859287000,
401
+ "description": "Reactively set the badge of a view (`vscode::TreeView` or `vscode::WebviewView`).\r",
402
402
  "deprecated": false,
403
403
  "isComposable": true
404
404
  },
405
405
  {
406
406
  "name": "useViewTitle",
407
407
  "category": "view",
408
- "lastUpdated": 1717859666000,
409
- "description": "Reactively set the title of a view (`vscode::TreeView` or `vscode::WebviewView`).",
408
+ "lastUpdated": 1729859287000,
409
+ "description": "Reactively set the title of a view (`vscode::TreeView` or `vscode::WebviewView`).\r",
410
410
  "deprecated": false,
411
411
  "isComposable": true
412
412
  },
413
413
  {
414
414
  "name": "useViewVisibility",
415
415
  "category": "view",
416
- "lastUpdated": 1723707698000,
416
+ "lastUpdated": 1729859287000,
417
417
  "description": "Reactively get the visibility of a view (`vscode::TreeView` or `vscode::WebviewView`).",
418
418
  "deprecated": false,
419
419
  "isComposable": true
@@ -447,7 +447,7 @@ export const metadata = {
447
447
  {
448
448
  "name": "useWebviewPanel",
449
449
  "category": "view",
450
- "lastUpdated": 1726583625000,
450
+ "lastUpdated": 1729859287000,
451
451
  "description": "Register a webview panel. See `vscode::window.createWebviewPanel`.\r",
452
452
  "deprecated": false,
453
453
  "isComposable": true
@@ -455,7 +455,7 @@ export const metadata = {
455
455
  {
456
456
  "name": "useWebviewView",
457
457
  "category": "view",
458
- "lastUpdated": 1726583625000,
458
+ "lastUpdated": 1729859287000,
459
459
  "description": "Register a webview view. See `vscode::window.registerWebviewViewProvider`.\r",
460
460
  "deprecated": false,
461
461
  "isComposable": true
@@ -504,7 +504,7 @@ export const metadata = {
504
504
  {
505
505
  "name": "defineConfigObject",
506
506
  "category": "lifecycle",
507
- "lastUpdated": 1727512724000,
507
+ "lastUpdated": 1729859287000,
508
508
  "description": "Define configurations of an extension. See `vscode::workspace.getConfiguration`.\r\nYou can use this function with [vscode-ext-gen](https://github.com/antfu/vscode-ext-gen).\r",
509
509
  "deprecated": false,
510
510
  "isComposable": false
@@ -512,24 +512,24 @@ export const metadata = {
512
512
  {
513
513
  "name": "defineConfigs",
514
514
  "category": "lifecycle",
515
- "lastUpdated": 1721126263000,
516
- "description": "Define configurations of an extension. See `vscode::workspace.getConfiguration`.\nYou can use this function with [vscode-ext-gen](https://github.com/antfu/vscode-ext-gen).",
515
+ "lastUpdated": 1729859287000,
516
+ "description": "Define configurations of an extension. See `vscode::workspace.getConfiguration`.\r\nYou can use this function with [vscode-ext-gen](https://github.com/antfu/vscode-ext-gen).\r",
517
517
  "deprecated": false,
518
518
  "isComposable": false
519
519
  },
520
520
  {
521
521
  "name": "defineExtension",
522
522
  "category": "lifecycle",
523
- "lastUpdated": 1720876004000,
524
- "description": "Define a new extension.",
523
+ "lastUpdated": 1729859287000,
524
+ "description": "@internal\r\nDefine a new extension.\r",
525
525
  "deprecated": false,
526
526
  "isComposable": false
527
527
  },
528
528
  {
529
529
  "name": "defineLogger",
530
530
  "category": "view",
531
- "lastUpdated": 1719200679000,
532
- "description": "Define a logger which is usable before activation.",
531
+ "lastUpdated": 1729859287000,
532
+ "description": "Define a logger which is usable before activation.\r",
533
533
  "deprecated": false,
534
534
  "isComposable": false
535
535
  },
package/metadata.json CHANGED
@@ -74,8 +74,8 @@
74
74
  {
75
75
  "name": "useCommand",
76
76
  "category": "commands",
77
- "lastUpdated": 1717252930000,
78
- "description": "Register a command. See `vscode::commands.registerCommand`.",
77
+ "lastUpdated": 1729859287000,
78
+ "description": "Register a command. See `vscode::commands.registerCommand`.\r",
79
79
  "deprecated": false,
80
80
  "isComposable": true
81
81
  },
@@ -99,7 +99,7 @@
99
99
  {
100
100
  "name": "useControlledTerminal",
101
101
  "category": "terminal",
102
- "lastUpdated": 1718422698000,
102
+ "lastUpdated": 1729859287000,
103
103
  "description": "Create terminal, and allows you to control the terminal lifecycle.",
104
104
  "deprecated": false,
105
105
  "isComposable": true
@@ -116,8 +116,8 @@
116
116
  {
117
117
  "name": "useDisposable",
118
118
  "category": "lifecycle",
119
- "lastUpdated": 1717859666000,
120
- "description": "Dispose the disposable when the current scope is disposed. See `vscode::Disposable`.",
119
+ "lastUpdated": 1729859287000,
120
+ "description": "Dispose the disposable when the current scope is disposed. See `vscode::Disposable`.\r",
121
121
  "deprecated": false,
122
122
  "isComposable": true
123
123
  },
@@ -125,7 +125,7 @@
125
125
  "name": "useDocumentText",
126
126
  "category": "document",
127
127
  "original": "TextDocument.getText",
128
- "lastUpdated": 1717859666000,
128
+ "lastUpdated": 1729859287000,
129
129
  "description": "Reactive API for `vscode::TextDocument.getText`.",
130
130
  "deprecated": false,
131
131
  "isComposable": true
@@ -133,8 +133,8 @@
133
133
  {
134
134
  "name": "useEditorDecorations",
135
135
  "category": "editor",
136
- "lastUpdated": 1723825387000,
137
- "description": "Reactively set decorations on the given editor. See `vscode::TextEditor.setDecorations`.",
136
+ "lastUpdated": 1729859287000,
137
+ "description": "Reactively set decorations on the given editor. See `vscode::TextEditor.setDecorations`.\r",
138
138
  "deprecated": false,
139
139
  "isComposable": true
140
140
  },
@@ -169,7 +169,7 @@
169
169
  "name": "useFetchTasks",
170
170
  "category": "tasks",
171
171
  "original": "tasks.fetchTasks",
172
- "lastUpdated": 1717859666000,
172
+ "lastUpdated": 1729859287000,
173
173
  "description": "Reactive API for `vscode::tasks.fetchTasks`.",
174
174
  "deprecated": false,
175
175
  "isComposable": true
@@ -187,7 +187,7 @@
187
187
  "name": "useFoldingRangeProvider",
188
188
  "category": "languages",
189
189
  "original": "languages.registerFoldingRangeProvider",
190
- "lastUpdated": 1717859666000,
190
+ "lastUpdated": 1729859287000,
191
191
  "description": "Reactive API for `vscode::languages.registerFoldingRangeProvider`.",
192
192
  "deprecated": false,
193
193
  "isComposable": true
@@ -196,7 +196,7 @@
196
196
  "name": "useFsWatcher",
197
197
  "category": "workspace",
198
198
  "original": "workspace.createFileSystemWatcher",
199
- "lastUpdated": 1727511277000,
199
+ "lastUpdated": 1729859287000,
200
200
  "description": "Reactive API for `vscode::workspace.createFileSystemWatcher`.",
201
201
  "deprecated": false,
202
202
  "isComposable": true
@@ -248,7 +248,7 @@
248
248
  "name": "useNotebookEditorSelection",
249
249
  "category": "editor",
250
250
  "original": "NotebookEditor.selection",
251
- "lastUpdated": 1717859666000,
251
+ "lastUpdated": 1729859287000,
252
252
  "description": "Reactive API for `vscode::NotebookEditor.selection`.",
253
253
  "deprecated": false,
254
254
  "isComposable": true
@@ -257,7 +257,7 @@
257
257
  "name": "useNotebookEditorSelections",
258
258
  "category": "editor",
259
259
  "original": "NotebookEditor.selections",
260
- "lastUpdated": 1717859666000,
260
+ "lastUpdated": 1729859287000,
261
261
  "description": "Reactive API for `vscode::NotebookEditor.selections`.",
262
262
  "deprecated": false,
263
263
  "isComposable": true
@@ -266,7 +266,7 @@
266
266
  "name": "useNotebookEditorVisibleRanges",
267
267
  "category": "editor",
268
268
  "original": "NotebookEditor.visibleRanges",
269
- "lastUpdated": 1717859666000,
269
+ "lastUpdated": 1729859287000,
270
270
  "description": "Reactive API for `vscode::NotebookEditor.visibleRanges`.",
271
271
  "deprecated": false,
272
272
  "isComposable": true
@@ -293,8 +293,8 @@
293
293
  "name": "useQuickPick",
294
294
  "category": "window",
295
295
  "original": "window.createQuickPick",
296
- "lastUpdated": 1721408003000,
297
- "description": "Creates a customizable quick pick UI.",
296
+ "lastUpdated": 1729859287000,
297
+ "description": "Creates a customizable quick pick UI.\r",
298
298
  "deprecated": false,
299
299
  "isComposable": true
300
300
  },
@@ -302,7 +302,7 @@
302
302
  "name": "useStatusBarItem",
303
303
  "category": "window",
304
304
  "original": "window.createStatusBarItem",
305
- "lastUpdated": 1717859666000,
305
+ "lastUpdated": 1729859287000,
306
306
  "description": "Reactive API for `vscode::window.createStatusBarItem`.",
307
307
  "deprecated": false,
308
308
  "isComposable": true
@@ -329,7 +329,7 @@
329
329
  "name": "useTerminalState",
330
330
  "category": "terminal",
331
331
  "original": "Terminal.state",
332
- "lastUpdated": 1718371606000,
332
+ "lastUpdated": 1729859287000,
333
333
  "description": "Reactive API for `vscode::Terminal.state`.",
334
334
  "deprecated": false,
335
335
  "isComposable": true
@@ -354,7 +354,7 @@
354
354
  "name": "useTextEditorSelection",
355
355
  "category": "editor",
356
356
  "original": "TextEditor.selection",
357
- "lastUpdated": 1717859666000,
357
+ "lastUpdated": 1729859287000,
358
358
  "description": "Reactive API for `vscode::TextEditor.selection`.",
359
359
  "deprecated": false,
360
360
  "isComposable": true
@@ -363,7 +363,7 @@
363
363
  "name": "useTextEditorSelections",
364
364
  "category": "editor",
365
365
  "original": "TextEditor.selections",
366
- "lastUpdated": 1717859666000,
366
+ "lastUpdated": 1729859287000,
367
367
  "description": "Reactive API for `vscode::TextEditor.selections`.",
368
368
  "deprecated": false,
369
369
  "isComposable": true
@@ -372,7 +372,7 @@
372
372
  "name": "useTextEditorViewColumn",
373
373
  "category": "editor",
374
374
  "original": "TextEditor.viewColumn",
375
- "lastUpdated": 1717859666000,
375
+ "lastUpdated": 1729859287000,
376
376
  "description": "Reactive API for `vscode::TextEditor.viewColumn`.",
377
377
  "deprecated": false,
378
378
  "isComposable": true
@@ -381,7 +381,7 @@
381
381
  "name": "useTextEditorVisibleRanges",
382
382
  "category": "editor",
383
383
  "original": "TextEditor.visibleRanges",
384
- "lastUpdated": 1717859666000,
384
+ "lastUpdated": 1729859287000,
385
385
  "description": "Reactive API for `vscode::TextEditor.visibleRanges`.",
386
386
  "deprecated": false,
387
387
  "isComposable": true
@@ -389,31 +389,31 @@
389
389
  {
390
390
  "name": "useTreeView",
391
391
  "category": "view",
392
- "lastUpdated": 1725289472000,
393
- "description": "Register a tree view. See `vscode::window.createTreeView`.",
392
+ "lastUpdated": 1729859287000,
393
+ "description": "Register a tree view. See `vscode::window.createTreeView`.\r",
394
394
  "deprecated": false,
395
395
  "isComposable": true
396
396
  },
397
397
  {
398
398
  "name": "useViewBadge",
399
399
  "category": "view",
400
- "lastUpdated": 1718359481000,
401
- "description": "Reactively set the badge of a view (`vscode::TreeView` or `vscode::WebviewView`).",
400
+ "lastUpdated": 1729859287000,
401
+ "description": "Reactively set the badge of a view (`vscode::TreeView` or `vscode::WebviewView`).\r",
402
402
  "deprecated": false,
403
403
  "isComposable": true
404
404
  },
405
405
  {
406
406
  "name": "useViewTitle",
407
407
  "category": "view",
408
- "lastUpdated": 1717859666000,
409
- "description": "Reactively set the title of a view (`vscode::TreeView` or `vscode::WebviewView`).",
408
+ "lastUpdated": 1729859287000,
409
+ "description": "Reactively set the title of a view (`vscode::TreeView` or `vscode::WebviewView`).\r",
410
410
  "deprecated": false,
411
411
  "isComposable": true
412
412
  },
413
413
  {
414
414
  "name": "useViewVisibility",
415
415
  "category": "view",
416
- "lastUpdated": 1723707698000,
416
+ "lastUpdated": 1729859287000,
417
417
  "description": "Reactively get the visibility of a view (`vscode::TreeView` or `vscode::WebviewView`).",
418
418
  "deprecated": false,
419
419
  "isComposable": true
@@ -447,7 +447,7 @@
447
447
  {
448
448
  "name": "useWebviewPanel",
449
449
  "category": "view",
450
- "lastUpdated": 1726583625000,
450
+ "lastUpdated": 1729859287000,
451
451
  "description": "Register a webview panel. See `vscode::window.createWebviewPanel`.\r",
452
452
  "deprecated": false,
453
453
  "isComposable": true
@@ -455,7 +455,7 @@
455
455
  {
456
456
  "name": "useWebviewView",
457
457
  "category": "view",
458
- "lastUpdated": 1726583625000,
458
+ "lastUpdated": 1729859287000,
459
459
  "description": "Register a webview view. See `vscode::window.registerWebviewViewProvider`.\r",
460
460
  "deprecated": false,
461
461
  "isComposable": true
@@ -504,7 +504,7 @@
504
504
  {
505
505
  "name": "defineConfigObject",
506
506
  "category": "lifecycle",
507
- "lastUpdated": 1727512724000,
507
+ "lastUpdated": 1729859287000,
508
508
  "description": "Define configurations of an extension. See `vscode::workspace.getConfiguration`.\r\nYou can use this function with [vscode-ext-gen](https://github.com/antfu/vscode-ext-gen).\r",
509
509
  "deprecated": false,
510
510
  "isComposable": false
@@ -512,24 +512,24 @@
512
512
  {
513
513
  "name": "defineConfigs",
514
514
  "category": "lifecycle",
515
- "lastUpdated": 1721126263000,
516
- "description": "Define configurations of an extension. See `vscode::workspace.getConfiguration`.\nYou can use this function with [vscode-ext-gen](https://github.com/antfu/vscode-ext-gen).",
515
+ "lastUpdated": 1729859287000,
516
+ "description": "Define configurations of an extension. See `vscode::workspace.getConfiguration`.\r\nYou can use this function with [vscode-ext-gen](https://github.com/antfu/vscode-ext-gen).\r",
517
517
  "deprecated": false,
518
518
  "isComposable": false
519
519
  },
520
520
  {
521
521
  "name": "defineExtension",
522
522
  "category": "lifecycle",
523
- "lastUpdated": 1720876004000,
524
- "description": "Define a new extension.",
523
+ "lastUpdated": 1729859287000,
524
+ "description": "@internal\r\nDefine a new extension.\r",
525
525
  "deprecated": false,
526
526
  "isComposable": false
527
527
  },
528
528
  {
529
529
  "name": "defineLogger",
530
530
  "category": "view",
531
- "lastUpdated": 1719200679000,
532
- "description": "Define a logger which is usable before activation.",
531
+ "lastUpdated": 1729859287000,
532
+ "description": "Define a logger which is usable before activation.\r",
533
533
  "deprecated": false,
534
534
  "isComposable": false
535
535
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@reactive-vscode/metadata",
3
3
  "type": "module",
4
- "version": "0.2.6-beta.1",
4
+ "version": "0.2.6",
5
5
  "description": "Metadata for reactive-vscode",
6
6
  "author": "_Kerman <kermanx@qq.com>",
7
7
  "license": "MIT",
@@ -32,13 +32,13 @@
32
32
  "metadata.json"
33
33
  ],
34
34
  "devDependencies": {
35
- "@antfu/ni": "^0.21.12",
35
+ "@antfu/ni": "^0.23.0",
36
36
  "@types/node": "18.x",
37
37
  "fast-glob": "^3.3.2",
38
38
  "nodemon": "^3.1.7",
39
39
  "simple-git": "^3.27.0",
40
40
  "tsx": "^4.19.1",
41
- "typescript": "^5.6.2"
41
+ "typescript": "^5.6.3"
42
42
  },
43
43
  "scripts": {
44
44
  "typecheck": "nr update && tsc --noEmit",