@reactive-vscode/metadata 0.3.2 → 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.
- package/index.js +18 -7
- package/metadata.json +18 -7
- package/package.json +4 -4
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
|
|
@@ -318,7 +318,9 @@ export const metadata = {
|
|
|
318
318
|
},
|
|
319
319
|
{
|
|
320
320
|
"name": "useReactiveOptions",
|
|
321
|
-
"
|
|
321
|
+
"category": "utilities",
|
|
322
|
+
"lastUpdated": 1756982467000,
|
|
323
|
+
"description": "Set multiple reactive options on a target object.",
|
|
322
324
|
"deprecated": false,
|
|
323
325
|
"isComposable": true
|
|
324
326
|
},
|
|
@@ -504,7 +506,8 @@ export const metadata = {
|
|
|
504
506
|
},
|
|
505
507
|
{
|
|
506
508
|
"name": "asAbsolutePath",
|
|
507
|
-
"
|
|
509
|
+
"category": "utilities",
|
|
510
|
+
"lastUpdated": 1756982467000,
|
|
508
511
|
"description": "A shorthand for `vscode::ExtensionContext.asAbsolutePath`",
|
|
509
512
|
"deprecated": false,
|
|
510
513
|
"isComposable": false
|
|
@@ -519,8 +522,8 @@ export const metadata = {
|
|
|
519
522
|
},
|
|
520
523
|
{
|
|
521
524
|
"name": "createSingletonComposable",
|
|
522
|
-
"category": "
|
|
523
|
-
"lastUpdated":
|
|
525
|
+
"category": "lifecycle",
|
|
526
|
+
"lastUpdated": 1760161069000,
|
|
524
527
|
"description": "Creates a composable that should only be called once.",
|
|
525
528
|
"deprecated": false,
|
|
526
529
|
"isComposable": false
|
|
@@ -528,7 +531,7 @@ export const metadata = {
|
|
|
528
531
|
{
|
|
529
532
|
"name": "defineConfigObject",
|
|
530
533
|
"category": "lifecycle",
|
|
531
|
-
"lastUpdated":
|
|
534
|
+
"lastUpdated": 1759417483000,
|
|
532
535
|
"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",
|
|
533
536
|
"deprecated": false,
|
|
534
537
|
"isComposable": false
|
|
@@ -536,7 +539,7 @@ export const metadata = {
|
|
|
536
539
|
{
|
|
537
540
|
"name": "defineConfigs",
|
|
538
541
|
"category": "lifecycle",
|
|
539
|
-
"lastUpdated":
|
|
542
|
+
"lastUpdated": 1759417483000,
|
|
540
543
|
"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).",
|
|
541
544
|
"deprecated": false,
|
|
542
545
|
"isComposable": false
|
|
@@ -557,6 +560,14 @@ export const metadata = {
|
|
|
557
560
|
"deprecated": false,
|
|
558
561
|
"isComposable": false
|
|
559
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
|
+
},
|
|
560
571
|
{
|
|
561
572
|
"name": "executeCommand",
|
|
562
573
|
"category": "commands",
|
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
|
|
@@ -318,7 +318,9 @@
|
|
|
318
318
|
},
|
|
319
319
|
{
|
|
320
320
|
"name": "useReactiveOptions",
|
|
321
|
-
"
|
|
321
|
+
"category": "utilities",
|
|
322
|
+
"lastUpdated": 1756982467000,
|
|
323
|
+
"description": "Set multiple reactive options on a target object.",
|
|
322
324
|
"deprecated": false,
|
|
323
325
|
"isComposable": true
|
|
324
326
|
},
|
|
@@ -504,7 +506,8 @@
|
|
|
504
506
|
},
|
|
505
507
|
{
|
|
506
508
|
"name": "asAbsolutePath",
|
|
507
|
-
"
|
|
509
|
+
"category": "utilities",
|
|
510
|
+
"lastUpdated": 1756982467000,
|
|
508
511
|
"description": "A shorthand for `vscode::ExtensionContext.asAbsolutePath`",
|
|
509
512
|
"deprecated": false,
|
|
510
513
|
"isComposable": false
|
|
@@ -519,8 +522,8 @@
|
|
|
519
522
|
},
|
|
520
523
|
{
|
|
521
524
|
"name": "createSingletonComposable",
|
|
522
|
-
"category": "
|
|
523
|
-
"lastUpdated":
|
|
525
|
+
"category": "lifecycle",
|
|
526
|
+
"lastUpdated": 1760161069000,
|
|
524
527
|
"description": "Creates a composable that should only be called once.",
|
|
525
528
|
"deprecated": false,
|
|
526
529
|
"isComposable": false
|
|
@@ -528,7 +531,7 @@
|
|
|
528
531
|
{
|
|
529
532
|
"name": "defineConfigObject",
|
|
530
533
|
"category": "lifecycle",
|
|
531
|
-
"lastUpdated":
|
|
534
|
+
"lastUpdated": 1759417483000,
|
|
532
535
|
"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",
|
|
533
536
|
"deprecated": false,
|
|
534
537
|
"isComposable": false
|
|
@@ -536,7 +539,7 @@
|
|
|
536
539
|
{
|
|
537
540
|
"name": "defineConfigs",
|
|
538
541
|
"category": "lifecycle",
|
|
539
|
-
"lastUpdated":
|
|
542
|
+
"lastUpdated": 1759417483000,
|
|
540
543
|
"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).",
|
|
541
544
|
"deprecated": false,
|
|
542
545
|
"isComposable": false
|
|
@@ -557,6 +560,14 @@
|
|
|
557
560
|
"deprecated": false,
|
|
558
561
|
"isComposable": false
|
|
559
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
|
+
},
|
|
560
571
|
{
|
|
561
572
|
"name": "executeCommand",
|
|
562
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.
|
|
4
|
+
"version": "0.4.0",
|
|
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": "^
|
|
35
|
+
"@antfu/ni": "^26.1.0",
|
|
36
36
|
"@types/node": "18.x",
|
|
37
37
|
"fast-glob": "^3.3.3",
|
|
38
38
|
"nodemon": "^3.1.10",
|
|
39
39
|
"simple-git": "^3.28.0",
|
|
40
|
-
"tsx": "^4.20.
|
|
41
|
-
"typescript": "^5.9.
|
|
40
|
+
"tsx": "^4.20.6",
|
|
41
|
+
"typescript": "^5.9.3"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
44
|
"typecheck": "nr update && tsc --noEmit",
|