summary refs log tree commit diff
path: root/bundle/package-lock.json (follow)
Commit message (Collapse)AuthorAgeFilesLines
* restructure to single projectFlam3rboy2022-08-131-19202/+0
|
* Bunch of fixes and improvements, everything appears to work nowTheArcaneBrony2022-08-091-51/+16064
|
* Clean dependenciesTheArcaneBrony2022-08-091-15158/+51
|
* Switch to migrations fullyTheArcaneBrony2022-08-091-17/+275
|
* Resolve changes undone by rebasing from masterTheArcaneBrony2022-08-091-418/+64
|
* Fix ESM error caused by file-typeTheArcaneBrony2022-08-091-39/+39
|
* Do all minor updates since last commit, make another scriptTheArcaneBrony2022-08-091-2324/+9739
|
* State update, havent testedTheArcaneBrony2022-08-091-9485/+437
|
* update node types to v18, ditch node-fetchTheArcaneBrony2022-08-091-196/+13
|
* Update packagesTheArcaneBrony2022-08-091-3522/+4497
|
* fix ts errorsFlam3rboy2022-08-091-4/+4
|
* Merge pull request #792 from fosscord/dev/local-cacheTheArcaneBrony2022-08-061-6/+8
|\ | | | | Add local disk caching for fetched assets
| * Add local disk caching for fetched assetsTheArcaneBrony2022-07-171-10/+12
| |
* | Bump file-type from 16.5.3 to 16.5.4 in /bundle (#802)dependabot[bot]2022-07-231-9/+11
|/ | | | | | | | | | | | | | | Bumps [file-type](https://github.com/sindresorhus/file-type) from 16.5.3 to 16.5.4. - [Release notes](https://github.com/sindresorhus/file-type/releases) - [Commits](https://github.com/sindresorhus/file-type/compare/v16.5.3...v16.5.4) --- updated-dependencies: - dependency-name: file-type dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* needs to be asyncErkin Alp Güney2022-04-281-3/+3
|
* Bump minimist from 1.2.5 to 1.2.6 in /bundledependabot[bot]2022-03-301-4/+6
| | | | | | | | | | | | | Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* Fixed npm run tsnode throwing error about ES modules for node-fetch. ↵Madeline2022-03-061-6/+17
| | | | Probably was api package.json still included node-fetch 3, but bundle still had v2
* Tsnode support (#580)Madeline2022-03-061-3/+174
| | | | | | | | | | | | | | | | | | | * ts-node support. debugging is slightly wonky as vscode will not allow breakpoints in modules that aren't bundle, yet. * apparently ts-node compilerOptions.path wasn't needed? on windows I could've sworn it was. * Cleaned up tsconfig.json a bit ( moved tsnode config to own file ). Fixed breakpoints for all modules under tsnode * Removed Microsoft Corp advert * Remove one more Microsoft Corp. ad Signed-off-by: Erkin Alp Güney <erkinalp9035@gmail.com> * Added `tsnode` npm script * Added `typescript-cached-transpile` package to help improve performance Co-authored-by: Erkin Alp Güney <erkinalp9035@gmail.com>
* Bump url-parse from 1.5.7 to 1.5.10 in /bundledependabot[bot]2022-02-281-28/+6
| | | | | | | | | | | | | Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.7 to 1.5.10. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.7...1.5.10) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #621 from fosscord/origin/dev/erkinalp/self-bansErkin Alp Güney2022-02-251-1/+11
|\ | | | | Allow self-banning
| * Merge branch 'master' into origin/dev/erkinalp/self-bansErkin Alp Güney2022-02-041-768/+32
| |\
| * | attempt to fix self-bansErkin Alp Güney2022-02-041-936/+205
| | |
* | | Bump url-parse from 1.5.3 to 1.5.7 in /bundledependabot[bot]2022-02-191-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.7. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.7) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Bump vm2 from 3.9.5 to 3.9.7 in /bundle (#634)dependabot[bot]2022-02-151-220/+991
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.5 to 3.9.7. - [Release notes](https://github.com/patriksimek/vm2/releases) - [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md) - [Commits](https://github.com/patriksimek/vm2/compare/3.9.5...3.9.7) --- updated-dependencies: - dependency-name: vm2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | automated security fixes applied (#619)Erkin Alp Güney2022-02-041-1714/+237
|/
* revert dependabot PRs that update node-fetch to v3Madeline2022-01-241-3/+3
|
* Bump node-fetch from 2.6.5 to 2.6.7 in /bundledependabot[bot]2022-01-231-14/+27
| | | | | | | | | | | | | | Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.5 to 2.6.7. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.5...v2.6.7) --- updated-dependencies: - dependency-name: node-fetch dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* Add env name in sentry, set default sentry endpointThe Arcane Brony2021-12-261-59740/+6603
|
* Restore package locksThe Arcane Brony2021-12-261-0/+72885
|
* Repo cleanup, remove fs-extrasThe Arcane Brony2021-12-211-19194/+0
|
* Fix dependenciesThe Arcane Brony2021-11-111-253/+1351
|
* :arrow_up: update packagesFlam3rboy2021-10-241-3704/+618
|
* Proxy support for external network accessKagurazakaNyaa2021-10-241-248/+710
|
* :zap: use better-sqlite3 as default dbFlam3rboy2021-10-181-77/+720
|
* :arrow_up: update sqlite3Flam3rboy2021-10-171-72/+894
|
* :arrow_up: update mnjsfFlam3rboy2021-10-161-7/+7
|
* :lock: update modulesFlam3rboy2021-10-151-897/+28
|
* :bug: fix unittestsFlam3rboy2021-10-151-141/+11857
|
* chore: update ts-node during npm run setupHayden Young2021-10-151-10724/+981
|
* :art: clean up dependenciesFlam3rboy2021-10-101-1451/+15199
|
* :bug: fix buildFlam3rboy2021-10-091-43/+197
|
* :sparkles: bundle build scriptFlam3rboy2021-10-081-39/+528
|
* :bug: fix swc configFlam3rboy2021-10-071-1216/+32
|
* Compiler testThe Arcane Brony2021-10-061-34/+2004
|
* :arrow_up: update packagesFlam3rboy2021-10-061-16/+16
|
* :arrow_up: update mnjsfFlam3rboy2021-10-051-7/+7
|
* :sparkles: generalize primary column to work with mongodb object idFlam3rboy2021-10-041-15/+15
|
* Merge branch 'master' of http://github.com/fosscord/fosscord-serverFlam3rboy2021-10-041-7/+22
|\
| * :arrow_up: update dependenciesFlam3rboy2021-10-041-0/+2
| |
| * replace chalk with nanocolorsuurgothat2021-10-041-4/+28
| |
| * Rainbow the logsuurgothat2021-10-041-22/+15
| |
* | :construction: different db enginesFlam3rboy2021-10-041-0/+18
|/
* :bug: fix (pre) install scriptsFlam3rboy2021-09-231-2/+14
|
* :art: rewrite importsFlam3rboy2021-09-201-0/+138
|
* Merge branch 'master' into unittestsFlam3rboy2021-09-201-95/+223
|\
| * :truck: move file handle to utilityFlam3rboy2021-09-191-4/+4
| |
| * :bug: fix bundle debugFlam3rboy2021-09-191-4/+260
| |
* | :art: use typescript plugin that converts to relative pathsFlam3rboy2021-09-181-5/+532
|/
* :arrow_up: fix + update dependenciesFlam3rboy2021-09-161-56/+160
|
* :art: remove long relatives paths -> short module pathsFlam3rboy2021-09-121-1/+82
|
* :arrow_up: update dependenciesFlam3rboy2021-09-031-1365/+24
|
* :bug: db query fixesFlam3rboy2021-08-311-0/+13
|
* fix bundleFlam3rboy2021-08-291-22/+38
|
* :loud_sound: verbose error handlerFlam3rboy2021-08-171-4/+1
|
* :bug: fix bundle postinstallFlam3rboy2021-08-151-8/+40
|
* :bug: fix server bundleFlam3rboy2021-08-151-76/+626
|
* :sparkles: start.bat and start.sh scriptFlam3rboy2021-08-151-23/+0
|
* :art: clean up server bundleFlam3rboy2021-08-141-60/+55
|
* :sparkles: server bundleFlam3rboy2021-08-141-4/+0
|
* :construction: fix server bundleFlam3rboy2021-08-131-13/+9
|
* :bug: fix dependencies and build for bundleFlam3rboy2021-08-131-55/+31
|
* :pencil: updated links to fosscord-serverFlam3rboy2021-08-131-7/+1
|
* :sparkles: server bundleFlam3rboy2021-08-131-0/+2750