pug-tail 0.1.0-alpha.2 → 0.1.0-alpha.4

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.

Potentially problematic release.


This version of pug-tail might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -116,7 +116,7 @@ npx pug-tail -c pugtail.config.js
116
116
  - `-o, --out <dir>` - Output directory or file
117
117
  - `-w, --watch` - Watch mode (monitors file changes)
118
118
  - `-c, --config <path>` - Path to the configuration file
119
- - `--obj <path>` - Path to a data file (JSON/YAML)
119
+ - `--obj <path>` - Path to a data file (JSON)
120
120
  - `--pretty` - Formats the HTML output
121
121
  - `--basedir <path>` - Base directory for absolute includes
122
122
  - `-d, --debug` - Enable debug output (shows details like component registration, slot detection, etc.)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pug-tail",
3
- "version": "0.1.0-alpha.2",
3
+ "version": "0.1.0-alpha.4",
4
4
  "type": "module",
5
5
  "description": "A transpiler that statically expands component DSL with slot syntax on Pug AST",
6
6
  "main": "./dist/index.js",