overpy 9.7.7 → 9.7.8

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/overpy.js +1 -1
  2. package/package.json +1 -1
package/overpy.js CHANGED
@@ -71924,7 +71924,7 @@ You can also specify \`noTlErr\` to have spectators view the default language wh
71924
71924
  "description": "If set, the source lines of the translations will not be included in the generated .po files. Use this if you are not actively translating your gamemode, to prevent cluttering git diffs."
71925
71925
  },
71926
71926
  "writeToOutputFile": {
71927
- "description": "If specified, the compiled code will not be copied to the clipboard but instead written to a file with the same name as the main file, but with a `.ws.txt` extension (eg `myGamemode.opy` will produce `myGamemode.ws.txt`)."
71927
+ "description": "If specified, the compiled code will also be written to a file with the same name as the main file, but with a `.ws.txt` extension (eg `myGamemode.opy` will produce `myGamemode.ws.txt`)."
71928
71928
  },
71929
71929
  "postCompileHook": {
71930
71930
  "description": `
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "url": "https://github.com/Zezombye/overpy"
8
8
  },
9
9
  "description": "High-level language for the Overwatch Workshop, with decompilation and compilation.",
10
- "version": "9.7.7",
10
+ "version": "9.7.8",
11
11
  "readme": "README.md",
12
12
  "keywords": [
13
13
  "overpy",