comment-variables 2.0.0 → 2.1.1
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/comments.config.json
CHANGED
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
"value": "Level three.",
|
|
6
6
|
"key": "LEVELONE#LEVELTWO#LEVELTHREE"
|
|
7
7
|
},
|
|
8
|
+
"freeComposed": {
|
|
9
|
+
"value": "Level three. ",
|
|
10
|
+
"key": "LEVELONE#LEVELTWO#FREECOMPOSED"
|
|
11
|
+
},
|
|
8
12
|
"stillLevelThree": {
|
|
9
13
|
"value": "Level three.",
|
|
10
14
|
"key": "LEVELONE#LEVELTWO#STILLLEVELTHREE"
|
|
@@ -9,6 +9,8 @@ export const forTesting = {
|
|
|
9
9
|
// "Level three. \
|
|
10
10
|
// fdff\
|
|
11
11
|
// " /* $COMMENT#LEVELONE#LEVELTWO#LEVELTHREEESCAPE */, // NOW ERRORS AS INTENDED, unrecognizedValuesSet
|
|
12
|
+
freeComposed:
|
|
13
|
+
"$COMMENT#LEVELONE#LEVELTWO#LEVELTHREE For real." /* $COMMENT#LEVELONE#LEVELTWO#FREECOMPOSED */,
|
|
12
14
|
stillLevelThree:
|
|
13
15
|
"LEVELONE#LEVELTWO#LEVELTHREE" /* $COMMENT#LEVELONE#LEVELTWO#STILLLEVELTHREE */, // now is an alias
|
|
14
16
|
otherLevelThree:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "comment-variables",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.1",
|
|
4
4
|
"description": "A CLI tool for configuring, managing and maintaining JavaScript comments as JavaScript variables.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"comment-variables": "./library/index.js",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"type": "module",
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@eslint/markdown": "^6.5.0",
|
|
35
|
-
"comment-variables-resolve-config": "^2.
|
|
35
|
+
"comment-variables-resolve-config": "^2.1.1",
|
|
36
36
|
"eslint": "^9.29.0",
|
|
37
37
|
"prompts": "^2.4.2"
|
|
38
38
|
},
|