overpy 9.6.6 → 9.6.7
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/overpy.js +3 -1
- package/package.json +1 -1
package/overpy.js
CHANGED
|
@@ -65860,7 +65860,9 @@ rule "Disable inspector":
|
|
|
65860
65860
|
availableExtensionPoints,
|
|
65861
65861
|
translationLanguages: translationLanguages2,
|
|
65862
65862
|
translatedStrings,
|
|
65863
|
-
writeToOutputFile
|
|
65863
|
+
writeToOutputFile,
|
|
65864
|
+
mainFileName,
|
|
65865
|
+
rootPath
|
|
65864
65866
|
};
|
|
65865
65867
|
}
|
|
65866
65868
|
function compileRules(astRules) {
|
package/package.json
CHANGED