233 Commits

Author SHA1 Message Date
fd4f213982 Update readme title 3.2.4 2022-10-04 15:08:59 +01:00
57390ef455 Update download link 2022-10-04 15:02:11 +01:00
9eee3a7a4d Update readme 2022-10-04 15:01:02 +01:00
4af4e7e780 Update examples for 3.2.4 2022-10-02 23:00:27 +01:00
a8ca8ecac7 Added http listener example 2022-09-19 13:26:42 +01:00
1d4301682a Update readme
Delete unused examples
3.2.3
2022-09-11 23:58:53 +01:00
bd8a707087 Update for 3.2.3 2022-09-11 16:45:21 +01:00
b804735ef7 Merge pull request 'BuildScriptRework' (#9) from BuildScriptRework into master
Reviewed-on: #9
2022-09-09 08:53:58 +00:00
25b51fcce1 Formatting changes + completion message change 2022-09-09 09:53:24 +01:00
50368c469c Merge pull request 'External Build Script' (#8) from Dinkadactyl/ModExamples:master into BuildScriptRework
Reviewed-on: #8
2022-09-09 08:29:52 +00:00
Dinkadactyl
c849f9e51b Merge branch 'master' into master 2022-09-08 17:32:40 +00:00
e9c0f8c8e2 Update types to match 3.2.3 2022-09-08 16:35:55 +01:00
Dinkadactyl
e06fea8398
External Build Script
This update removes the inline build scripts from the `package.json` file and replaces them with an external build script: `packageBuild.ts`. An external script allows for much more flexibility.

Along with the external script change, this PR updates a few other things:
 - Moved from `copyfiles` to `fs-extra` for minor speed improvements.
 - Generates the mod package name by using the `package.json` information. The format used is `Author-PackageName-Version`.
 - Saves the compressed file in the `dist` folder.
 - Saves the compressed file using the new mod package name.
 - Compressed file now includes a root directory named after the mod package for easy copying to the user's `user/mods` game directory.
2022-08-31 22:28:48 -04:00
5ba3a299f8 Update types to 3.2.2 3.2.2 2022-08-29 15:58:24 +01:00
eeece35098 Update zip script 2022-08-28 15:18:02 +01:00
8537eba180 Update types for examples 1/2/3 2022-08-28 13:46:34 +01:00
bf8eaf92ad Update types for examples 1/2/3 2022-08-27 20:00:14 +01:00
363db41312 readme update 2022-08-24 22:25:13 +01:00
019adcc79b Update types 2022-08-24 22:24:30 +01:00
129b6eb52a 3.2.2 2022-08-23 21:56:08 +01:00
8c9fad5dc0 Merge pull request '3.2.1 update' (#7) from clodan/ModExamples:321-update into master
Reviewed-on: #7
3.2.1
2022-08-15 21:08:34 +00:00
cdba0e1ecc 3.2.1 update 2022-08-15 22:07:06 +01:00
3586f650d2 Update types for 3.2.0 release 3.2.0 2022-08-08 11:13:42 +01:00
cf58a8dd87 Merge pull request '320 types update' (#6) from clodan/ModExamples:320-update into master
Reviewed-on: #6
2022-08-07 15:59:33 +00:00
80bf789157 320 types update 2022-08-07 16:58:09 +01:00
c4ee2f5787 Update examples for 3.2.0 2022-08-06 23:08:19 +01:00
54b3bc63e6 Update log example 3.1.1 2022-07-26 22:28:51 +01:00
2b6e6e6ba5 Merge branch 'master' of https://dev.sp-tarkov.com/chomp/ModExamples 2022-07-25 20:49:28 +01:00
9d1d6f8995 Update version strings 2022-07-25 20:49:20 +01:00
347fe3725e Merge pull request '311-update' (#5) from clodan/ModExamples:311-update into master
Reviewed-on: #5
2022-07-25 18:40:20 +00:00
0878d6ec19 mod updated 2022-07-25 19:35:27 +01:00
1b2aaf1e9d types update 2022-07-25 19:29:35 +01:00
6d75f99d7a Update types folders 2022-07-24 21:22:02 +01:00
d2f5908185 Update types for 3.1.0 2022-07-20 17:54:29 +01:00
add59019b3 Add back logWithColor() 2022-07-09 19:44:37 +01:00
d1778d26b4 Merge pull request '3.1.x mod examples update' (#4) from clodan/ModExamples:3xx-update into master
Reviewed-on: #4
2022-07-09 18:34:40 +00:00
c43ccd8dc4 3.1.x mod examples update 2022-07-09 19:27:30 +01:00
640ab2ece6 disable 3.1.0 feature in log example 300 2022-07-04 12:11:24 +01:00
40aa42da49 Update example 2 to use new entrypoint 2022-07-03 15:01:29 +01:00
8b2547dc51 update aki version to 301 2022-07-03 14:55:48 +01:00
8fa9938398 Update types 2022-07-02 16:55:55 +01:00
3aa2cbee09 Add new example 2022-07-02 16:55:17 +01:00
55211d8c4f Update types to match server 2022-06-21 11:09:32 +01:00
cc73e0591c Remove duplicate 2022-06-21 11:07:17 +01:00
4338f2cb35 move js to outdated folder 2022-06-14 20:04:51 +01:00
137fb97f1d Merge branch 'master' of https://dev.sp-tarkov.com/chomp/ModExamples 2022-06-14 20:03:25 +01:00
6d6665cd82 update types 2022-06-14 20:03:07 +01:00
1b62ba40eb Merge pull request 'feat/add-trader' (#3) from shirito/ModExamples:feat/add-trader into master
Reviewed-on: #3
2022-06-05 18:05:29 +00:00
Mangiang
0cd6b78504 fix: add typing for locales 2022-06-04 23:44:00 -04:00
Mangiang
603a77abcb fix: trader mod example 2022-06-04 23:04:12 -04:00