@reactive-vscode/metadata 0.3.3 → 0.4.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.
Files changed (3) hide show
  1. package/index.js +11 -3
  2. package/metadata.json +11 -3
  3. package/package.json +1 -1
package/index.js CHANGED
@@ -257,7 +257,7 @@ export const metadata = {
257
257
  {
258
258
  "name": "useLogger",
259
259
  "category": "view",
260
- "lastUpdated": 1746692868000,
260
+ "lastUpdated": 1760161125000,
261
261
  "description": "Creates a logger that writes to the output channel.",
262
262
  "deprecated": false,
263
263
  "isComposable": true
@@ -522,8 +522,8 @@ export const metadata = {
522
522
  },
523
523
  {
524
524
  "name": "createSingletonComposable",
525
- "category": "utilities",
526
- "lastUpdated": 1751558994000,
525
+ "category": "lifecycle",
526
+ "lastUpdated": 1760161069000,
527
527
  "description": "Creates a composable that should only be called once.",
528
528
  "deprecated": false,
529
529
  "isComposable": false
@@ -560,6 +560,14 @@ export const metadata = {
560
560
  "deprecated": false,
561
561
  "isComposable": false
562
562
  },
563
+ {
564
+ "name": "defineService",
565
+ "category": "lifecycle",
566
+ "lastUpdated": 1760161069000,
567
+ "description": "Define a service that should only be instantiated once.",
568
+ "deprecated": false,
569
+ "isComposable": false
570
+ },
563
571
  {
564
572
  "name": "executeCommand",
565
573
  "category": "commands",
package/metadata.json CHANGED
@@ -257,7 +257,7 @@
257
257
  {
258
258
  "name": "useLogger",
259
259
  "category": "view",
260
- "lastUpdated": 1746692868000,
260
+ "lastUpdated": 1760161125000,
261
261
  "description": "Creates a logger that writes to the output channel.",
262
262
  "deprecated": false,
263
263
  "isComposable": true
@@ -522,8 +522,8 @@
522
522
  },
523
523
  {
524
524
  "name": "createSingletonComposable",
525
- "category": "utilities",
526
- "lastUpdated": 1751558994000,
525
+ "category": "lifecycle",
526
+ "lastUpdated": 1760161069000,
527
527
  "description": "Creates a composable that should only be called once.",
528
528
  "deprecated": false,
529
529
  "isComposable": false
@@ -560,6 +560,14 @@
560
560
  "deprecated": false,
561
561
  "isComposable": false
562
562
  },
563
+ {
564
+ "name": "defineService",
565
+ "category": "lifecycle",
566
+ "lastUpdated": 1760161069000,
567
+ "description": "Define a service that should only be instantiated once.",
568
+ "deprecated": false,
569
+ "isComposable": false
570
+ },
563
571
  {
564
572
  "name": "executeCommand",
565
573
  "category": "commands",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@reactive-vscode/metadata",
3
3
  "type": "module",
4
- "version": "0.3.3",
4
+ "version": "0.4.0",
5
5
  "description": "Metadata for reactive-vscode",
6
6
  "author": "_Kerman <kermanx@qq.com>",
7
7
  "license": "MIT",