@vertesia/build-tools 1.4.0 → 1.5.0-dev.20260713.151751Z

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.
@@ -12,7 +12,7 @@ export function detectQueryImports(content, transformers) {
12
12
  const occurrences = [];
13
13
  QUERY_STRING_LITERAL.lastIndex = 0;
14
14
  let match;
15
- // biome-ignore lint/suspicious/noAssignInExpressions: standard regex.exec loop
15
+ // biome-ignore lint/suspicious/noAssignInExpressions: regex .exec() loop
16
16
  while ((match = QUERY_STRING_LITERAL.exec(content)) !== null) {
17
17
  const quote = match[1];
18
18
  const specifier = match[2];
@@ -1 +1 @@
1
- {"version":3,"file":"detector.js","sourceRoot":"","sources":["../../src/import-transform/detector.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAGH,OAAO,EAAE,oBAAoB,EAAE,MAAM,eAAe,CAAC;AAmBrD,MAAM,UAAU,kBAAkB,CAAC,OAAe,EAAE,YAA+B;IAC/E,MAAM,WAAW,GAAuB,EAAE,CAAC;IAC3C,oBAAoB,CAAC,SAAS,GAAG,CAAC,CAAC;IAEnC,IAAI,KAA6B,CAAC;IAClC,+EAA+E;IAC/E,OAAO,CAAC,KAAK,GAAG,oBAAoB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,KAAK,IAAI,EAAE,CAAC;QAC3D,MAAM,KAAK,GAAG,KAAK,CAAC,CAAC,CAAoB,CAAC;QAC1C,MAAM,SAAS,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC;QAE3B,KAAK,MAAM,WAAW,IAAI,YAAY,EAAE,CAAC;YACrC,IAAI,WAAW,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC;gBACtC,WAAW,CAAC,IAAI,CAAC;oBACb,WAAW;oBACX,SAAS;oBACT,UAAU,EAAE,KAAK,CAAC,KAAK;oBACvB,QAAQ,EAAE,KAAK,CAAC,KAAK,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC,MAAM;oBACvC,KAAK;iBACR,CAAC,CAAC;gBACH,MAAM;YACV,CAAC;QACL,CAAC;IACL,CAAC;IAED,OAAO,WAAW,CAAC;AACvB,CAAC"}
1
+ {"version":3,"file":"detector.js","sourceRoot":"","sources":["../../src/import-transform/detector.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAGH,OAAO,EAAE,oBAAoB,EAAE,MAAM,eAAe,CAAC;AAmBrD,MAAM,UAAU,kBAAkB,CAAC,OAAe,EAAE,YAA+B;IAC/E,MAAM,WAAW,GAAuB,EAAE,CAAC;IAC3C,oBAAoB,CAAC,SAAS,GAAG,CAAC,CAAC;IAEnC,IAAI,KAA6B,CAAC;IAClC,yEAAyE;IACzE,OAAO,CAAC,KAAK,GAAG,oBAAoB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,KAAK,IAAI,EAAE,CAAC;QAC3D,MAAM,KAAK,GAAG,KAAK,CAAC,CAAC,CAAoB,CAAC;QAC1C,MAAM,SAAS,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC;QAE3B,KAAK,MAAM,WAAW,IAAI,YAAY,EAAE,CAAC;YACrC,IAAI,WAAW,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC;gBACtC,WAAW,CAAC,IAAI,CAAC;oBACb,WAAW;oBACX,SAAS;oBACT,UAAU,EAAE,KAAK,CAAC,KAAK;oBACvB,QAAQ,EAAE,KAAK,CAAC,KAAK,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC,MAAM;oBACvC,KAAK;iBACR,CAAC,CAAC;gBACH,MAAM;YACV,CAAC;QACL,CAAC;IACL,CAAC;IAED,OAAO,WAAW,CAAC;AACvB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertesia/build-tools",
3
- "version": "1.4.0",
3
+ "version": "1.5.0-dev.20260713.151751Z",
4
4
  "description": "Build tools for Vertesia projects - import transformers (skill / template / prompt / raw), esbuild widget bundler, vertesia-build CLI, and a Vite dev plugin",
5
5
  "type": "module",
6
6
  "main": "./lib/index.js",
@@ -24,24 +24,24 @@
24
24
  }
25
25
  },
26
26
  "devDependencies": {
27
- "@hono/node-server": "^2.0.4",
27
+ "@hono/node-server": "^2.0.6",
28
28
  "@types/js-yaml": "^4.0.9",
29
29
  "@types/node": "^24.13.2",
30
30
  "typescript": "^6.0.3",
31
- "vite": "^8.0.16",
31
+ "vite": "8.1.0",
32
32
  "vitest": "^4.1.9",
33
33
  "@vertesia/tsconfig": "0.1.0"
34
34
  },
35
35
  "dependencies": {
36
36
  "esbuild": "^0.28.1",
37
- "js-yaml": "^4.2.0",
37
+ "js-yaml": "^5.2.0",
38
38
  "zod": "^4.4.3",
39
- "@llumiverse/common": "1.4.0",
40
- "@vertesia/common": "1.4.0"
39
+ "@llumiverse/common": "1.5.0-dev.20260713.114357Z",
40
+ "@vertesia/common": "1.5.0-dev.20260713.151751Z"
41
41
  },
42
42
  "peerDependencies": {
43
- "@hono/node-server": "^2.0.4",
44
- "vite": "^8.0.16"
43
+ "@hono/node-server": "^2.0.6",
44
+ "vite": "^8.1.0"
45
45
  },
46
46
  "peerDependenciesMeta": {
47
47
  "@hono/node-server": {
@@ -33,7 +33,7 @@ export function detectQueryImports(content: string, transformers: TransformerRul
33
33
  QUERY_STRING_LITERAL.lastIndex = 0;
34
34
 
35
35
  let match: RegExpExecArray | null;
36
- // biome-ignore lint/suspicious/noAssignInExpressions: standard regex.exec loop
36
+ // biome-ignore lint/suspicious/noAssignInExpressions: regex .exec() loop
37
37
  while ((match = QUERY_STRING_LITERAL.exec(content)) !== null) {
38
38
  const quote = match[1] as "'" | '"' | '`';
39
39
  const specifier = match[2];