comment-variables 0.11.3 → 0.11.5
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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -28,7 +28,7 @@ Scans your line and block comments for `$COMMENT#*` tokens (like `$COMMENT#COMME
|
|
|
28
28
|
|
|
29
29
|
_The `compress` and `resolve` commands make each other entirely reversible._
|
|
30
30
|
|
|
31
|
-
|
|
31
|
+
**New command: `comment-variables placeholders`**
|
|
32
32
|
|
|
33
33
|
```
|
|
34
34
|
comment-variables placeholders
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "comment-variables",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.5",
|
|
4
4
|
"description": "A CLI tool for configuring, managing and maintaining JavaScript comments as JavaScript variables.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"jscomments": "./library/index.js",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"type": "module",
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@eslint/markdown": "^6.5.0",
|
|
29
|
-
"comment-variables-resolve-config": "^1.7.
|
|
29
|
+
"comment-variables-resolve-config": "^1.7.1",
|
|
30
30
|
"eslint": "^9.29.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|