@veryfront/ext-css-tailwind 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
@@ -58,7 +58,7 @@ const extTailwind = () => {
58
58
  setup(ctx) {
59
59
  installTailwindPluginShims();
60
60
  ctx.provide("CSSProcessor", impl);
61
- ctx.logger.info("[ext-css-tailwind] CSSProcessor registered");
61
+ ctx.logger.debug("[ext-css-tailwind] CSSProcessor registered");
62
62
  },
63
63
  teardown() {
64
64
  // Shims stay installed — removing them could break in-flight plugin
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veryfront/ext-css-tailwind",
3
- "version": "0.1.1165",
3
+ "version": "0.1.1167",
4
4
  "description": "Veryfront first-party extension package for ext-css-tailwind",
5
5
  "keywords": [
6
6
  "veryfront",
@@ -55,7 +55,7 @@
55
55
  "tailwindcss": "4.2.2"
56
56
  },
57
57
  "peerDependencies": {
58
- "veryfront": "^0.1.1165"
58
+ "veryfront": "^0.1.1167"
59
59
  },
60
60
  "type": "module",
61
61
  "types": "./esm/index.d.ts",