@reactive-vscode/metadata 0.3.0 → 0.3.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.
Files changed (3) hide show
  1. package/index.js +9 -10
  2. package/metadata.json +9 -10
  3. package/package.json +1 -1
package/index.js CHANGED
@@ -75,7 +75,7 @@ export const metadata = {
75
75
  "name": "useChatParticipant",
76
76
  "category": "chat",
77
77
  "original": "chat.createChatParticipant",
78
- "lastUpdated": 1750433150000,
78
+ "lastUpdated": 1750480505000,
79
79
  "description": "Reactive API for `vscode::chat.createChatParticipant`.",
80
80
  "deprecated": false,
81
81
  "isComposable": true
@@ -316,11 +316,17 @@ export const metadata = {
316
316
  "deprecated": false,
317
317
  "isComposable": true
318
318
  },
319
+ {
320
+ "name": "useReactiveOptions",
321
+ "lastUpdated": 1750480505000,
322
+ "deprecated": false,
323
+ "isComposable": true
324
+ },
319
325
  {
320
326
  "name": "useStatusBarItem",
321
327
  "category": "window",
322
328
  "original": "window.createStatusBarItem",
323
- "lastUpdated": 1750433094000,
329
+ "lastUpdated": 1750480505000,
324
330
  "description": "Reactive API for `vscode::window.createStatusBarItem`.",
325
331
  "deprecated": false,
326
332
  "isComposable": true
@@ -514,7 +520,7 @@ export const metadata = {
514
520
  {
515
521
  "name": "createSingletonComposable",
516
522
  "category": "utilities",
517
- "lastUpdated": 1729927264000,
523
+ "lastUpdated": 1751558994000,
518
524
  "description": "Creates a composable that should only be called once.",
519
525
  "deprecated": false,
520
526
  "isComposable": false
@@ -582,13 +588,6 @@ export const metadata = {
582
588
  "description": "The safe version of `vue::onScopeDispose(https://vuejs.org/api/reactivity-advanced.html#onscopedispose)`.",
583
589
  "deprecated": false,
584
590
  "isComposable": false
585
- },
586
- {
587
- "name": "useReactiveOptions",
588
- "lastUpdated": 1750433094000,
589
- "description": "",
590
- "deprecated": false,
591
- "isComposable": false
592
591
  }
593
592
  ],
594
593
  "categories": [
package/metadata.json CHANGED
@@ -75,7 +75,7 @@
75
75
  "name": "useChatParticipant",
76
76
  "category": "chat",
77
77
  "original": "chat.createChatParticipant",
78
- "lastUpdated": 1750433150000,
78
+ "lastUpdated": 1750480505000,
79
79
  "description": "Reactive API for `vscode::chat.createChatParticipant`.",
80
80
  "deprecated": false,
81
81
  "isComposable": true
@@ -316,11 +316,17 @@
316
316
  "deprecated": false,
317
317
  "isComposable": true
318
318
  },
319
+ {
320
+ "name": "useReactiveOptions",
321
+ "lastUpdated": 1750480505000,
322
+ "deprecated": false,
323
+ "isComposable": true
324
+ },
319
325
  {
320
326
  "name": "useStatusBarItem",
321
327
  "category": "window",
322
328
  "original": "window.createStatusBarItem",
323
- "lastUpdated": 1750433094000,
329
+ "lastUpdated": 1750480505000,
324
330
  "description": "Reactive API for `vscode::window.createStatusBarItem`.",
325
331
  "deprecated": false,
326
332
  "isComposable": true
@@ -514,7 +520,7 @@
514
520
  {
515
521
  "name": "createSingletonComposable",
516
522
  "category": "utilities",
517
- "lastUpdated": 1729927264000,
523
+ "lastUpdated": 1751558994000,
518
524
  "description": "Creates a composable that should only be called once.",
519
525
  "deprecated": false,
520
526
  "isComposable": false
@@ -582,13 +588,6 @@
582
588
  "description": "The safe version of `vue::onScopeDispose(https://vuejs.org/api/reactivity-advanced.html#onscopedispose)`.",
583
589
  "deprecated": false,
584
590
  "isComposable": false
585
- },
586
- {
587
- "name": "useReactiveOptions",
588
- "lastUpdated": 1750433094000,
589
- "description": "",
590
- "deprecated": false,
591
- "isComposable": false
592
591
  }
593
592
  ],
594
593
  "categories": [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@reactive-vscode/metadata",
3
3
  "type": "module",
4
- "version": "0.3.0",
4
+ "version": "0.3.1",
5
5
  "description": "Metadata for reactive-vscode",
6
6
  "author": "_Kerman <kermanx@qq.com>",
7
7
  "license": "MIT",