@aprovan/patchwork-vscode 0.1.0-dev.ba8f277 → 0.1.0-dev.f456953

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 42ms
14
+ CJS ⚡️ Build success in 33ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 2749ms
16
+ DTS ⚡️ Build success in 2599ms
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.ba8f277",
4
+ "version": "0.1.0-dev.f456953",
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.ba8f277",
130
- "@aprovan/stitchery": "0.1.0-dev.ba8f277",
131
- "@aprovan/patchwork-utcp": "0.1.0-dev.ba8f277"
129
+ "@aprovan/patchwork-utcp": "0.1.0-dev.f456953",
130
+ "@aprovan/stitchery": "0.1.0-dev.f456953",
131
+ "@aprovan/patchwork-compiler": "0.1.2-dev.f456953"
132
132
  },
133
133
  "devDependencies": {
134
134
  "@types/node": "^22.14.1",