@reactive-vscode/metadata 0.2.9 → 0.2.12

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 _Kerman <https://github.com/KermanX>
3
+ Copyright (c) 2024 _Kerman <https://github.com/kermanx>
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -1,3 +1,3 @@
1
1
  # @reactive-vscode/metadata
2
2
 
3
- Metadata for [reactive-vscode](https://github.com/KermanX/reactive-vscode).
3
+ Metadata for [reactive-vscode](https://github.com/kermanx/reactive-vscode).
package/index.js CHANGED
@@ -302,7 +302,7 @@ export const metadata = {
302
302
  "name": "useStatusBarItem",
303
303
  "category": "window",
304
304
  "original": "window.createStatusBarItem",
305
- "lastUpdated": 1729927264000,
305
+ "lastUpdated": 1739869258000,
306
306
  "description": "Reactive API for `vscode::window.createStatusBarItem`.",
307
307
  "deprecated": false,
308
308
  "isComposable": true
package/metadata.json CHANGED
@@ -302,7 +302,7 @@
302
302
  "name": "useStatusBarItem",
303
303
  "category": "window",
304
304
  "original": "window.createStatusBarItem",
305
- "lastUpdated": 1729927264000,
305
+ "lastUpdated": 1739869258000,
306
306
  "description": "Reactive API for `vscode::window.createStatusBarItem`.",
307
307
  "deprecated": false,
308
308
  "isComposable": true
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@reactive-vscode/metadata",
3
3
  "type": "module",
4
- "version": "0.2.9",
4
+ "version": "0.2.12",
5
5
  "description": "Metadata for reactive-vscode",
6
6
  "author": "_Kerman <kermanx@qq.com>",
7
7
  "license": "MIT",
8
- "homepage": "https://github.com/KermanX/reactive-vscode#readme",
8
+ "homepage": "https://github.com/kermanx/reactive-vscode#readme",
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "git+https://github.com/KermanX/reactive-vscode.git"
11
+ "url": "git+https://github.com/kermanx/reactive-vscode.git"
12
12
  },
13
- "bugs": "https://github.com/KermanX/reactive-vscode/issues",
13
+ "bugs": "https://github.com/kermanx/reactive-vscode/issues",
14
14
  "keywords": [
15
15
  "reactive-vscode",
16
16
  "metadata"
@@ -32,13 +32,13 @@
32
32
  "metadata.json"
33
33
  ],
34
34
  "devDependencies": {
35
- "@antfu/ni": "^0.23.1",
35
+ "@antfu/ni": "^0.23.2",
36
36
  "@types/node": "18.x",
37
- "fast-glob": "^3.3.2",
38
- "nodemon": "^3.1.7",
37
+ "fast-glob": "^3.3.3",
38
+ "nodemon": "^3.1.9",
39
39
  "simple-git": "^3.27.0",
40
40
  "tsx": "^4.19.2",
41
- "typescript": "^5.7.2"
41
+ "typescript": "^5.7.3"
42
42
  },
43
43
  "scripts": {
44
44
  "typecheck": "nr update && tsc --noEmit",