@bablr/helpers 0.25.3 → 0.25.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.
Files changed (2) hide show
  1. package/lib/grammar.js +1 -1
  2. package/package.json +1 -1
package/lib/grammar.js CHANGED
@@ -135,7 +135,7 @@ const __buildDependentLanguages = (language, languages = new Map()) => {
135
135
  languages.has(dependentLanguage.canonicalURL) &&
136
136
  languages.get(dependentLanguage.canonicalURL) !== dependentLanguage
137
137
  ) {
138
- throw new Error('url clash');
138
+ throw new Error('url clash: ' + dependentLanguage.canonicalURL);
139
139
  }
140
140
 
141
141
  __buildDependentLanguages(dependentLanguage, languages);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bablr/helpers",
3
3
  "description": "Command helpers for use in writing BABLR grammars",
4
- "version": "0.25.3",
4
+ "version": "0.25.4",
5
5
  "author": "Conrad Buck<conartist6@gmail.com>",
6
6
  "type": "module",
7
7
  "files": [