@veryfront/ext-bundler-esbuild 0.1.1165 → 0.1.1167

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.
Files changed (2) hide show
  1. package/esm/index.js +1 -1
  2. package/package.json +2 -2
package/esm/index.js CHANGED
@@ -30,7 +30,7 @@ const extEsbuild = () => {
30
30
  if (!ctx.get("ModuleLexer")) {
31
31
  ctx.provide("ModuleLexer", lexer);
32
32
  }
33
- ctx.logger.info("[ext-bundler-esbuild] Bundler + ModuleLexer registered");
33
+ ctx.logger.debug("[ext-bundler-esbuild] Bundler + ModuleLexer registered");
34
34
  },
35
35
  async teardown() {
36
36
  await bundler.stop?.();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veryfront/ext-bundler-esbuild",
3
- "version": "0.1.1165",
3
+ "version": "0.1.1167",
4
4
  "description": "Veryfront first-party extension package for ext-bundler-esbuild",
5
5
  "keywords": [
6
6
  "veryfront",
@@ -50,7 +50,7 @@
50
50
  "esbuild": "0.28.1"
51
51
  },
52
52
  "peerDependencies": {
53
- "veryfront": "^0.1.1165"
53
+ "veryfront": "^0.1.1167"
54
54
  },
55
55
  "type": "module",
56
56
  "types": "./esm/index.d.ts",