@rigkit/provider-vscode 0.1.9 → 0.2.1

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.
@@ -30973,7 +30973,7 @@ function findConfigUp(startDir, fileExists = import_node_fs2.existsSync) {
30973
30973
  }
30974
30974
 
30975
30975
  // src/version.ts
30976
- var RIGKIT_PROVIDER_VSCODE_VERSION = "0.1.9";
30976
+ var RIGKIT_PROVIDER_VSCODE_VERSION = "0.2.1";
30977
30977
 
30978
30978
  // src/extension.ts
30979
30979
  var VSCODE_HOST_METHODS = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rigkit/provider-vscode",
3
- "version": "0.1.9",
3
+ "version": "0.2.1",
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.1.9"
60
+ "@rigkit/runtime-client": "0.2.1"
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.1.9";
1
+ export const RIGKIT_PROVIDER_VSCODE_VERSION = "0.2.1";