@canonical/terrazzo-lsp-extension 0.4.1 → 0.4.2
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/package.json +3 -3
- package/terrazzo-lsp.vsix +0 -0
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@canonical/terrazzo-lsp-extension",
|
|
3
3
|
"displayName": "Terrazzo LSP",
|
|
4
4
|
"description": "CSS custom property intelligence for design token workflows",
|
|
5
|
-
"version": "0.4.
|
|
5
|
+
"version": "0.4.2",
|
|
6
6
|
"publisher": "canonical",
|
|
7
7
|
"license": "LGPL-3.0-only",
|
|
8
8
|
"galleryBanner": {
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"build:client": "bun build extension.ts --outdir dist --format=cjs --target=node --external vscode",
|
|
51
51
|
"build:server": "rm -rf dist/esm && cp -r node_modules/@canonical/terrazzo-lsp/dist/esm dist/esm",
|
|
52
52
|
"build": "bun run build:client && bun run build:server",
|
|
53
|
-
"package": "bun install && bun run build && vsce
|
|
53
|
+
"package": "bun install && bun run build && node vsce-pack.mjs"
|
|
54
54
|
},
|
|
55
55
|
"contributes": {
|
|
56
56
|
"configuration": {
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
}
|
|
86
86
|
},
|
|
87
87
|
"dependencies": {
|
|
88
|
-
"@canonical/terrazzo-lsp": "^0.4.
|
|
88
|
+
"@canonical/terrazzo-lsp": "^0.4.2",
|
|
89
89
|
"vscode-languageclient": "^9.0.1"
|
|
90
90
|
},
|
|
91
91
|
"devDependencies": {
|
|
Binary file
|