@reactive-vscode/metadata 0.2.4 → 0.2.5

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
@@ -196,7 +196,7 @@ export const metadata = {
196
196
  "name": "useFsWatcher",
197
197
  "category": "workspace",
198
198
  "original": "workspace.createFileSystemWatcher",
199
- "lastUpdated": 1727508668000,
199
+ "lastUpdated": 1727511277000,
200
200
  "description": "Reactive API for `vscode::workspace.createFileSystemWatcher`.",
201
201
  "deprecated": false,
202
202
  "isComposable": true
@@ -320,7 +320,7 @@ export const metadata = {
320
320
  "name": "useTerminal",
321
321
  "category": "terminal",
322
322
  "original": "window.createTerminal()",
323
- "lastUpdated": 1718372512000,
323
+ "lastUpdated": 1727512724000,
324
324
  "description": "Reactive API for `vscode::window.createTerminal()`.",
325
325
  "deprecated": false,
326
326
  "isComposable": true
@@ -504,8 +504,8 @@ export const metadata = {
504
504
  {
505
505
  "name": "defineConfigObject",
506
506
  "category": "lifecycle",
507
- "lastUpdated": 1721128917000,
508
- "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).",
507
+ "lastUpdated": 1727512724000,
508
+ "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",
509
509
  "deprecated": false,
510
510
  "isComposable": false
511
511
  },
package/metadata.json CHANGED
@@ -196,7 +196,7 @@
196
196
  "name": "useFsWatcher",
197
197
  "category": "workspace",
198
198
  "original": "workspace.createFileSystemWatcher",
199
- "lastUpdated": 1727508668000,
199
+ "lastUpdated": 1727511277000,
200
200
  "description": "Reactive API for `vscode::workspace.createFileSystemWatcher`.",
201
201
  "deprecated": false,
202
202
  "isComposable": true
@@ -320,7 +320,7 @@
320
320
  "name": "useTerminal",
321
321
  "category": "terminal",
322
322
  "original": "window.createTerminal()",
323
- "lastUpdated": 1718372512000,
323
+ "lastUpdated": 1727512724000,
324
324
  "description": "Reactive API for `vscode::window.createTerminal()`.",
325
325
  "deprecated": false,
326
326
  "isComposable": true
@@ -504,8 +504,8 @@
504
504
  {
505
505
  "name": "defineConfigObject",
506
506
  "category": "lifecycle",
507
- "lastUpdated": 1721128917000,
508
- "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).",
507
+ "lastUpdated": 1727512724000,
508
+ "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",
509
509
  "deprecated": false,
510
510
  "isComposable": false
511
511
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@reactive-vscode/metadata",
3
3
  "type": "module",
4
- "version": "0.2.4",
4
+ "version": "0.2.5",
5
5
  "description": "Metadata for reactive-vscode",
6
6
  "author": "_Kerman <kermanx@qq.com>",
7
7
  "license": "MIT",
@@ -35,10 +35,10 @@
35
35
  "@antfu/ni": "^0.21.12",
36
36
  "@types/node": "18.x",
37
37
  "fast-glob": "^3.3.2",
38
- "nodemon": "^3.1.0",
39
- "simple-git": "^3.24.0",
40
- "tsx": "^4.10.5",
41
- "typescript": "^5.4.5"
38
+ "nodemon": "^3.1.7",
39
+ "simple-git": "^3.27.0",
40
+ "tsx": "^4.19.1",
41
+ "typescript": "^5.6.2"
42
42
  },
43
43
  "scripts": {
44
44
  "typecheck": "nr update && tsc --noEmit",