@jtff/miztemplate-lib 3.4.21 → 3.5.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jtff/miztemplate-lib",
3
- "version": "3.4.21",
3
+ "version": "3.5.1",
4
4
  "description": "JTFF mission template library",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -451,6 +451,10 @@ async function doInject(ciObject, sourceMizFileName, workspacePath,destinationMi
451
451
  file: "settings-fac_ranges.lua",
452
452
  objectName: "FACRangeConfig"
453
453
  },
454
+ {
455
+ file: "settings-elint.lua",
456
+ objectName: "elintConfig"
457
+ },
454
458
  {
455
459
  file: "settings-skynet.lua",
456
460
  objectName: "SkynetConfig"
@@ -459,7 +463,7 @@ async function doInject(ciObject, sourceMizFileName, workspacePath,destinationMi
459
463
  scriptsArray.push({
460
464
  folder: 'src',
461
465
  scriptTitle: 'Air To Ground',
462
- scripts: ['190-ranges.lua', '191-sams.lua', '193-training_ranges.lua', '195-reaper-ondemand.lua', '196-fac_ranges.lua', '199-skynet.lua'],
466
+ scripts: ['190-ranges.lua', '191-sams.lua', '193-training_ranges.lua', '195-reaper-ondemand.lua', '196-fac_ranges.lua', '197-elint-ondemand.lua', '199-skynet.lua'],
463
467
  timing: 29,
464
468
  color: '0xff0000ff',
465
469
  fromLibrary: true