12b55e8444
update 33.6.7
2023-09-01 17:50:24 +02:00
3e03864253
Merge branch 'AngeloTadeucci:main' into main
2023-08-31 12:32:03 +02:00
Nicat
db0aaffb44
Mission rewards save ( #46 )
2023-08-31 12:29:09 +02:00
2ed10a80c9
update 33.6.6 ( #45 )
2023-08-29 20:20:26 +02:00
0965a5418e
Update README.md
2023-08-29 20:19:10 +02:00
2f0f0479da
Merge branch 'main' of https://github.com/OrdisPrime/wf-emulator
2023-08-29 20:16:45 +02:00
9573b46fae
Merge branch 'AngeloTadeucci:main' into main
2023-08-29 20:15:43 +02:00
bf834d987e
update 33.6.6
2023-08-29 20:15:24 +02:00
04aac156ff
update 33.6.4
2023-08-20 22:07:20 +02:00
bb1b9b6720
update 33.6.3 ( #33 )
2023-08-05 22:48:56 +02:00
00899d7e2e
Merge branch 'AngeloTadeucci:main' into main
2023-08-05 22:48:15 +02:00
bb8a8c5e2a
update 33.6.3
2023-08-05 22:46:07 +02:00
d53512be03
fix transform method calls ( #28 )
2023-07-27 22:15:15 +02:00
e86ac26334
remove unused
2023-07-27 22:14:28 +02:00
305b43a781
fix transform method calls
...
Transform has changed in a recent mongoose update and as dependabot updated mongoose the calls were broken.
returnedObject is now a Record<String, any> which is the same as an any object.
2023-07-27 22:12:32 +02:00
a1ffcd29e4
Merge branch 'AngeloTadeucci:main' into main
2023-07-27 21:34:49 +02:00
Ângelo Tadeucci
a45642a6ca
build: bump package versions
2023-07-24 18:25:28 -03:00
dependabot[bot]
8bcd90c562
Bump warframe-items from 1.1260.50 to 1.1260.79 ( #25 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-24 18:21:23 -03:00
dependabot[bot]
b32deebb1f
Bump @typescript-eslint/eslint-plugin from 5.59.8 to 6.1.0 ( #27 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ângelo Tadeucci <angelo_tadeucci@hotmail.com.br>
2023-07-24 18:19:51 -03:00
dependabot[bot]
79bb7bae21
Bump prettier from 2.8.8 to 3.0.0 ( #26 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ângelo Tadeucci <angelo_tadeucci@hotmail.com.br>
2023-07-24 18:19:35 -03:00
dependabot[bot]
4f3bfa3a2b
Bump mongoose from 7.1.1 to 7.4.1 ( #24 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ângelo Tadeucci <angelo_tadeucci@hotmail.com.br>
2023-07-24 18:19:27 -03:00
dependabot[bot]
77c7357881
Bump word-wrap from 1.2.3 to 1.2.4 ( #23 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-24 18:18:15 -03:00
feec900336
update 33.5.6 ( #22 )
2023-07-11 18:08:43 +02:00
71b3e42718
Merge branch 'AngeloTadeucci:main' into main
2023-07-11 18:07:36 +02:00
ee0ffea5ab
update to 33.5.6
2023-07-11 18:03:40 +02:00
5838cddbdb
fix ignoring static/data files, except .bin ( #21 )
2023-06-14 16:25:35 +02:00
a0be6b0368
fix ignoring static/data files, except .bin
2023-06-14 16:23:12 +02:00
839a382301
Merge branch 'AngeloTadeucci:main' into main
2023-06-14 03:33:08 +02:00
d091af4778
Basic purchasing + custom purchasing API ( #20 )
...
Endpoint for custom API: https://localhost:443/custom/addItem
example request:
{
"type": "Weapon",
"internalName": "/Lotus/Weapons/Grineer/Pistols/GrineerMicrowavegun/GrnMicrowavePistol",
"accountId": "6488fd2e7bec200069ca4242"
}
2023-06-14 02:26:19 +02:00
6dd190b6eb
prettier
2023-06-14 02:08:42 +02:00
5403e4a26e
Merge branch 'main' into main
2023-06-14 02:05:55 +02:00
f8601e3bd3
something
2023-06-14 02:00:21 +02:00
41c00b4779
Merge branch 'main' of https://github.com/OrdisPrime/wf-emulator
2023-06-14 01:41:36 +02:00
9c436699f9
Basic purchasing + custom purchasing API
...
Endpoint for custom API: https://localhost:443/custom/addItem
example request:
{
"type": "Weapon",
"internalName": "/Lotus/Weapons/Grineer/Pistols/GrineerMicrowavegun/GrnMicrowavePistol",
"accountId": "6488fd2e7bec200069ca4242"
}
2023-06-14 01:41:24 +02:00
Ângelo Tadeucci
b25fb52d34
Create dependabot.yml ( #18 )
...
Co-authored-by: AngeloTadeucci <AngeloTadeucci@users.noreply.github.com>
2023-06-06 20:11:09 -03:00
Ângelo Tadeucci
737915557b
Create gh action - format ( #17 )
...
Co-authored-by: AngeloTadeucci <AngeloTadeucci@users.noreply.github.com>
2023-06-06 19:38:58 -03:00
Ângelo Tadeucci
216b478556
Run prettier
...
commit 70975b82bad0a06ce8cdb726e92f87d34742989b
Author: Ângelo Tadeucci <angelo_tadeucci@hotmail.com.br>
Date: Sun Jun 4 22:23:28 2023 -0300
prettier
2023-06-04 22:24:19 -03:00
d6ebcfc4f0
Merge branch 'AngeloTadeucci:main' into main
2023-06-05 00:18:25 +02:00
a91f969282
fix some ship things. ( #16 )
2023-06-05 00:17:01 +02:00
0c146d85d4
fix some ship things
2023-06-05 00:13:21 +02:00
6ebf5c0007
Merge branch 'AngeloTadeucci:main' into main
2023-06-04 22:19:31 +02:00
6520284cba
Add Ship ( #13 )
2023-06-04 22:16:49 +02:00
c6687e3b4d
fix main. ( #12 )
2023-06-04 04:48:36 +02:00
f1151b1b0c
fix main.
2023-06-04 04:46:43 +02:00
AKCore
52a8ad6bd0
basic session management completed ( #11 )
2023-06-04 04:24:57 +02:00
b3a5479e75
Inventory Infrastructure and Example for Suits ( #10 )
2023-06-04 03:06:22 +02:00
Ângelo Tadeucci
ec95bab507
Better error message when .env file is missing ( #9 )
2023-06-02 10:35:14 -04:00
Ângelo Tadeucci
108d2c621d
Use non-relative imports ( #8 )
2023-06-02 00:20:49 -03:00
f2dfb42071
Merge pull request #7 from AKCore/main
...
Add Reroll Random and Stats upload
2023-06-02 03:03:43 +02:00
AKCore
045542a321
Update src/routes/stats.ts
...
Co-authored-by: Ângelo Tadeucci <angelo_tadeucci@hotmail.com.br>
2023-06-01 18:01:02 -07:00