@jtff/miztemplate-lib 3.1.6 → 3.1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jtff/miztemplate-lib",
3
- "version": "3.1.6",
3
+ "version": "3.1.8",
4
4
  "description": "JTFF mission template library",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -186,7 +186,7 @@ async function doInject(ciObject, sourceMizFileName, workspacePath,destinationMi
186
186
  libsArray.push({
187
187
  folder: 'lib',
188
188
  scriptTitle: 'Mist',
189
- scripts: ['mist_4_5_107.lua'],
189
+ scripts: ['mist_4_5_122.lua'],
190
190
  timing: 12,
191
191
  color: '0x008000ff'
192
192
  });