comment-variables 1.3.0 → 1.3.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.
@@ -6,7 +6,7 @@ export const variationsData = Object.freeze({
6
6
  [FR]: Object.freeze(frTestData),
7
7
  });
8
8
 
9
- export const composedVariablesExclusives = ["FORCOMPOSED3"]; // can be omitted
9
+ export const composedVariablesExclusives = ["FR#FORCOMPOSED3"]; // can be omitted
10
10
 
11
11
  // const HELLO = "Hello.";
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "comment-variables",
3
- "version": "1.3.0",
3
+ "version": "1.3.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",
@@ -31,7 +31,7 @@
31
31
  "type": "module",
32
32
  "dependencies": {
33
33
  "@eslint/markdown": "^6.5.0",
34
- "comment-variables-resolve-config": "^1.16.1",
34
+ "comment-variables-resolve-config": "^1.16.2",
35
35
  "eslint": "^9.29.0"
36
36
  },
37
37
  "devDependencies": {