astro-vscode 2.16.17 → 2.16.19

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 CHANGED
@@ -24,7 +24,7 @@
24
24
  "color": "#17191E",
25
25
  "theme": "dark"
26
26
  },
27
- "version": "2.16.17",
27
+ "version": "2.16.19",
28
28
  "author": "withastro",
29
29
  "license": "MIT",
30
30
  "publisher": "astro-build",
@@ -244,11 +244,11 @@
244
244
  "@volar/language-server": "~2.4.28",
245
245
  "@volar/vscode": "~2.4.28",
246
246
  "@vscode/test-cli": "^0.0.12",
247
- "@vscode/test-electron": "^2.5.2",
247
+ "@vscode/test-electron": "^3.1.0",
248
248
  "@vscode/vsce": "2.32.0",
249
249
  "esbuild": "^0.17.19",
250
250
  "esbuild-plugin-copy": "^2.1.1",
251
- "js-yaml": "^4.1.1",
251
+ "js-yaml": "^4.3.0",
252
252
  "kleur": "^4.1.5",
253
253
  "mocha": "^11.7.5",
254
254
  "ovsx": "^0.10.10",
@@ -1,7 +1,7 @@
1
1
  // @ts-check
2
2
  import fs from 'node:fs';
3
3
  import { fileURLToPath } from 'node:url';
4
- import yaml from 'js-yaml';
4
+ import * as yaml from 'js-yaml';
5
5
  import { dim, green } from 'kleur/colors';
6
6
 
7
7
  const dt = new Intl.DateTimeFormat('en-us', {
@@ -1 +0,0 @@
1
- $ tsc -b && node scripts/build.mjs -- --minify