@rigkit/provider-vscode 0.2.9 → 0.2.10

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.
@@ -31152,7 +31152,7 @@ function findConfigUp(startDir, fileExists = import_node_fs2.existsSync) {
31152
31152
  }
31153
31153
 
31154
31154
  // src/version.ts
31155
- var RIGKIT_PROVIDER_VSCODE_VERSION = "0.2.9";
31155
+ var RIGKIT_PROVIDER_VSCODE_VERSION = "0.2.10";
31156
31156
 
31157
31157
  // src/extension.ts
31158
31158
  var VSCODE_HOST_METHODS = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rigkit/provider-vscode",
3
- "version": "0.2.9",
3
+ "version": "0.2.10",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -57,7 +57,7 @@
57
57
  "README.md"
58
58
  ],
59
59
  "dependencies": {
60
- "@rigkit/runtime-client": "0.2.9"
60
+ "@rigkit/runtime-client": "0.2.10"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@types/bun": "latest",
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const RIGKIT_PROVIDER_VSCODE_VERSION = "0.2.9";
1
+ export const RIGKIT_PROVIDER_VSCODE_VERSION = "0.2.10";