@reactive-vscode/metadata 0.3.1 → 0.3.2

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 CHANGED
@@ -75,7 +75,7 @@ export const metadata = {
75
75
  "name": "useChatParticipant",
76
76
  "category": "chat",
77
77
  "original": "chat.createChatParticipant",
78
- "lastUpdated": 1750480505000,
78
+ "lastUpdated": 1756982067000,
79
79
  "description": "Reactive API for `vscode::chat.createChatParticipant`.",
80
80
  "deprecated": false,
81
81
  "isComposable": true
@@ -302,7 +302,7 @@ export const metadata = {
302
302
  "name": "useOutputChannel",
303
303
  "category": "view",
304
304
  "original": "window.createOutputChannel",
305
- "lastUpdated": 1746692868000,
305
+ "lastUpdated": 1756982067000,
306
306
  "description": "Reactive API for `vscode::window.createOutputChannel`.",
307
307
  "deprecated": false,
308
308
  "isComposable": true
@@ -318,7 +318,7 @@ export const metadata = {
318
318
  },
319
319
  {
320
320
  "name": "useReactiveOptions",
321
- "lastUpdated": 1750480505000,
321
+ "lastUpdated": 1756982067000,
322
322
  "deprecated": false,
323
323
  "isComposable": true
324
324
  },
@@ -413,7 +413,7 @@ export const metadata = {
413
413
  {
414
414
  "name": "useTreeView",
415
415
  "category": "view",
416
- "lastUpdated": 1748707545000,
416
+ "lastUpdated": 1756982067000,
417
417
  "description": "Register a tree view. See `vscode::window.createTreeView`.",
418
418
  "deprecated": false,
419
419
  "isComposable": true
@@ -536,7 +536,7 @@ export const metadata = {
536
536
  {
537
537
  "name": "defineConfigs",
538
538
  "category": "lifecycle",
539
- "lastUpdated": 1729927264000,
539
+ "lastUpdated": 1756982067000,
540
540
  "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
541
  "deprecated": false,
542
542
  "isComposable": false
package/metadata.json CHANGED
@@ -75,7 +75,7 @@
75
75
  "name": "useChatParticipant",
76
76
  "category": "chat",
77
77
  "original": "chat.createChatParticipant",
78
- "lastUpdated": 1750480505000,
78
+ "lastUpdated": 1756982067000,
79
79
  "description": "Reactive API for `vscode::chat.createChatParticipant`.",
80
80
  "deprecated": false,
81
81
  "isComposable": true
@@ -302,7 +302,7 @@
302
302
  "name": "useOutputChannel",
303
303
  "category": "view",
304
304
  "original": "window.createOutputChannel",
305
- "lastUpdated": 1746692868000,
305
+ "lastUpdated": 1756982067000,
306
306
  "description": "Reactive API for `vscode::window.createOutputChannel`.",
307
307
  "deprecated": false,
308
308
  "isComposable": true
@@ -318,7 +318,7 @@
318
318
  },
319
319
  {
320
320
  "name": "useReactiveOptions",
321
- "lastUpdated": 1750480505000,
321
+ "lastUpdated": 1756982067000,
322
322
  "deprecated": false,
323
323
  "isComposable": true
324
324
  },
@@ -413,7 +413,7 @@
413
413
  {
414
414
  "name": "useTreeView",
415
415
  "category": "view",
416
- "lastUpdated": 1748707545000,
416
+ "lastUpdated": 1756982067000,
417
417
  "description": "Register a tree view. See `vscode::window.createTreeView`.",
418
418
  "deprecated": false,
419
419
  "isComposable": true
@@ -536,7 +536,7 @@
536
536
  {
537
537
  "name": "defineConfigs",
538
538
  "category": "lifecycle",
539
- "lastUpdated": 1729927264000,
539
+ "lastUpdated": 1756982067000,
540
540
  "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
541
  "deprecated": false,
542
542
  "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.3.1",
4
+ "version": "0.3.2",
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.23.2",
35
+ "@antfu/ni": "^25.0.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.3",
41
- "typescript": "^5.8.3"
40
+ "tsx": "^4.20.5",
41
+ "typescript": "^5.9.2"
42
42
  },
43
43
  "scripts": {
44
44
  "typecheck": "nr update && tsc --noEmit",