@aprovan/patchwork-vscode 0.1.0-dev.03aaf5b → 0.1.0-dev.6bd527d

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.
@@ -11,7 +11,7 @@
11
11
  CJS Build start
12
12
  CJS dist/extension.js 44.58 KB
13
13
  CJS dist/extension.js.map 72.39 KB
14
- CJS ⚡️ Build success in 49ms
14
+ CJS ⚡️ Build success in 41ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 2866ms
16
+ DTS ⚡️ Build success in 2720ms
17
17
  DTS dist/extension.d.ts 173.00 B
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aprovan/patchwork-vscode",
3
3
  "displayName": "Patchwork Viewer",
4
- "version": "0.1.0-dev.03aaf5b",
4
+ "version": "0.1.0-dev.6bd527d",
5
5
  "description": "Patchwork viewer in Visual Studio Code",
6
6
  "publisher": "aprovan",
7
7
  "type": "commonjs",
@@ -126,9 +126,9 @@
126
126
  "@ai-sdk/mcp": "^1.0.18",
127
127
  "@ai-sdk/openai-compatible": "^2.0.26",
128
128
  "ai": "^6.0.67",
129
- "@aprovan/patchwork-compiler": "0.1.2-dev.03aaf5b",
130
- "@aprovan/stitchery": "0.1.0-dev.03aaf5b",
131
- "@aprovan/patchwork-utcp": "0.1.0-dev.03aaf5b"
129
+ "@aprovan/patchwork-compiler": "0.1.2-dev.6bd527d",
130
+ "@aprovan/patchwork-utcp": "0.1.0-dev.6bd527d",
131
+ "@aprovan/stitchery": "0.1.0-dev.6bd527d"
132
132
  },
133
133
  "devDependencies": {
134
134
  "@types/node": "^22.14.1",