@reactive-vscode/metadata 0.3.3 → 0.4.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.
- package/index.js +13 -5
- package/metadata.json +13 -5
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -257,7 +257,7 @@ export const metadata = {
|
|
|
257
257
|
{
|
|
258
258
|
"name": "useLogger",
|
|
259
259
|
"category": "view",
|
|
260
|
-
"lastUpdated":
|
|
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": "
|
|
526
|
-
"lastUpdated":
|
|
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
|
|
@@ -547,7 +547,7 @@ export const metadata = {
|
|
|
547
547
|
{
|
|
548
548
|
"name": "defineExtension",
|
|
549
549
|
"category": "lifecycle",
|
|
550
|
-
"lastUpdated":
|
|
550
|
+
"lastUpdated": 1761714804000,
|
|
551
551
|
"description": "Define a new extension.",
|
|
552
552
|
"deprecated": false,
|
|
553
553
|
"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",
|
|
@@ -579,7 +587,7 @@ export const metadata = {
|
|
|
579
587
|
{
|
|
580
588
|
"name": "onDeactivate",
|
|
581
589
|
"category": "lifecycle",
|
|
582
|
-
"lastUpdated":
|
|
590
|
+
"lastUpdated": 1761714804000,
|
|
583
591
|
"description": "Registers a callback to be called when the extension is deactivated.",
|
|
584
592
|
"deprecated": false,
|
|
585
593
|
"isComposable": false
|
package/metadata.json
CHANGED
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
{
|
|
258
258
|
"name": "useLogger",
|
|
259
259
|
"category": "view",
|
|
260
|
-
"lastUpdated":
|
|
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": "
|
|
526
|
-
"lastUpdated":
|
|
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
|
|
@@ -547,7 +547,7 @@
|
|
|
547
547
|
{
|
|
548
548
|
"name": "defineExtension",
|
|
549
549
|
"category": "lifecycle",
|
|
550
|
-
"lastUpdated":
|
|
550
|
+
"lastUpdated": 1761714804000,
|
|
551
551
|
"description": "Define a new extension.",
|
|
552
552
|
"deprecated": false,
|
|
553
553
|
"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",
|
|
@@ -579,7 +587,7 @@
|
|
|
579
587
|
{
|
|
580
588
|
"name": "onDeactivate",
|
|
581
589
|
"category": "lifecycle",
|
|
582
|
-
"lastUpdated":
|
|
590
|
+
"lastUpdated": 1761714804000,
|
|
583
591
|
"description": "Registers a callback to be called when the extension is deactivated.",
|
|
584
592
|
"deprecated": false,
|
|
585
593
|
"isComposable": false
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reactive-vscode/metadata",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.4.1",
|
|
5
5
|
"description": "Metadata for reactive-vscode",
|
|
6
6
|
"author": "_Kerman <kermanx@qq.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"metadata.json"
|
|
33
33
|
],
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@antfu/ni": "^
|
|
35
|
+
"@antfu/ni": "^27.0.1",
|
|
36
36
|
"@types/node": "18.x",
|
|
37
37
|
"fast-glob": "^3.3.3",
|
|
38
38
|
"nodemon": "^3.1.10",
|