968 Commits

Author SHA1 Message Date
2bfa09ba90 Add backup v3.0.2 2022-05-25 17:39:40 -03:00
65ad790bd5 Update version v3.0.1 ()
Co-authored-by: Sirherobrine23 <Sirherobrine23@users.noreply.github.com>
2022-05-25 14:01:12 -03:00
02406aed90 Stash platforms v3.0.1 2022-05-25 16:55:06 +00:00
5b519d5992 Bump typescript from 4.6.4 to 4.7.2 ()
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.6.4 to 4.7.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.6.4...v4.7.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-25 06:01:29 -03:00
97465ff2c5 Update in the code structure. 2022-05-24 23:33:20 +00:00
2b9cde3c7f Move logs to another repository and Update test. 2022-05-24 16:44:58 +00:00
4caacd1b87 Update path control and init changes to platforms
This commit is starting a modification so that each platform has its own execution control, backups, settings, etc ...

some features will be available globally for all platforms, see the wiki.

Example:
  Start bedrock server:
    * Old:

    ```js
    const bdsCore = require("./");
    const bedrock = await bdsCore.Server("bedrock", ...);
    bedrock.log.on("all", console.log);
    ```

    * New:

    ```js
    const bedrockPlatform = require("./platform/bedrock/index");
    const bedrock = await bedrockPlatform.server.startServer();
    bedrock.log.on("all", console.log);
    ```
2022-05-24 00:50:38 +00:00
1ee543a799 Update test and pocketmine download 2022-05-21 20:08:55 +00:00
e8953ef816 Bump @types/node from 17.0.34 to 17.0.35 ()
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.34 to 17.0.35.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-20 11:11:37 -03:00
48693aa6ad update Tests 2022-05-20 00:20:57 +00:00
f3fc0e7d4a Update download and remove unnecessary package 2022-05-19 00:54:33 +00:00
17eee96819 Bump actions/setup-node from 3.1.1 to 3.2.0 ()
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3.1.1...v3.2.0)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-17 05:58:18 -03:00
ebecc29b38 Bump @types/node from 17.0.33 to 17.0.34 ()
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.33 to 17.0.34.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-17 05:57:51 -03:00
2f0100ebba Bump standard-version from 9.3.2 to 9.5.0 ()
Bumps [standard-version](https://github.com/conventional-changelog/standard-version) from 9.3.2 to 9.5.0.
- [Release notes](https://github.com/conventional-changelog/standard-version/releases)
- [Changelog](https://github.com/conventional-changelog/standard-version/blob/master/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/standard-version/compare/v9.3.2...v9.5.0)

---
updated-dependencies:
- dependency-name: standard-version
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-16 13:13:50 -03:00
42ace4ec87 Bump @types/node from 17.0.32 to 17.0.33 ()
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.32 to 17.0.33.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-13 12:28:14 -03:00
e07dd9205c Init bedrock resource packs maneger 2022-05-12 21:10:50 +00:00
ed3113b8e5 Update devcontainer 2022-05-12 18:05:37 +00:00
8aef87437c Bump @types/cron from 1.7.3 to 2.0.0 ()
Bumps [@types/cron](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/cron) from 1.7.3 to 2.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/cron)

---
updated-dependencies:
- dependency-name: "@types/cron"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-12 05:24:57 -03:00
7c12528301 Bump @types/node from 17.0.31 to 17.0.32 ()
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.31 to 17.0.32.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-11 10:12:32 -03:00
ed1ed2525d Bump cron from 1.8.3 to 2.0.0 ()
Bumps [cron](https://github.com/kelektiv/node-cron) from 1.8.3 to 2.0.0.
- [Release notes](https://github.com/kelektiv/node-cron/releases)
- [Changelog](https://github.com/kelektiv/node-cron/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kelektiv/node-cron/compare/v1.8.3...v2.0.0)

---
updated-dependencies:
- dependency-name: cron
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-04 09:59:00 -03:00
481ce42d7a Change 2022-05-03 20:11:07 +00:00
a81cb55787 Change download 2022-05-03 07:15:28 -03:00
1ee691336f Bump nodemon from 2.0.15 to 2.0.16 ()
Bumps [nodemon](https://github.com/remy/nodemon) from 2.0.15 to 2.0.16.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v2.0.15...v2.0.16)

---
updated-dependencies:
- dependency-name: nodemon
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-02 07:55:40 -03:00
5fb493b601 Bump @types/node from 17.0.30 to 17.0.31
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.30 to 17.0.31.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-02 07:55:19 -03:00
d0670b284b Update version v2.1.1 2022-04-29 19:28:35 -03:00
35d9f080f2 fix on create World folder v2.1.1 2022-04-29 22:25:33 +00:00
130ddf4240 Merge pull request from The-Bds-Maneger/update-version
Update package version v2.1.0
2022-04-29 19:14:44 -03:00
d68f20f711 Update version v2.1.0 2022-04-29 22:14:08 +00:00
83f28f41f5 fix Test v2.1.0 2022-04-29 22:11:25 +00:00
1e3dc088dc Update server and Backup 2022-04-29 21:32:35 +00:00
74cbbdcbd9 Merge pull request from The-Bds-Maneger/update-version
Update package version v2.0.6
2022-04-29 13:21:36 -03:00
4efd07a259 Update version v2.0.6 2022-04-29 16:06:03 +00:00
35cd71b10f Update test and package.json v2.0.6 2022-04-29 16:02:28 +00:00
126ba8e309 Merge pull request from The-Bds-Maneger/dependabot/npm_and_yarn/cron-1.8.3
Bump cron from 1.8.2 to 1.8.3
2022-04-29 07:42:14 -03:00
9d1562f26d Merge pull request from The-Bds-Maneger/dependabot/npm_and_yarn/typescript-4.6.4
Bump typescript from 4.6.3 to 4.6.4
2022-04-29 07:42:05 -03:00
5c1eff0a22 Merge pull request from The-Bds-Maneger/dependabot/npm_and_yarn/types/node-17.0.30
Bump @types/node from 17.0.29 to 17.0.30
2022-04-29 07:41:54 -03:00
a3f2f87996 Bump @types/node from 17.0.29 to 17.0.30
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.29 to 17.0.30.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-29 07:08:43 +00:00
cd71a4cd6f Bump cron from 1.8.2 to 1.8.3
Bumps [cron](https://github.com/kelektiv/node-cron) from 1.8.2 to 1.8.3.
- [Release notes](https://github.com/kelektiv/node-cron/releases)
- [Changelog](https://github.com/kelektiv/node-cron/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kelektiv/node-cron/compare/v1.8.2...v1.8.3)

---
updated-dependencies:
- dependency-name: cron
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-29 07:08:19 +00:00
be7f34528e Bump typescript from 4.6.3 to 4.6.4
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.6.3 to 4.6.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.6.3...v4.6.4)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-29 07:08:02 +00:00
8a91be0c06 Merge pull request from The-Bds-Maneger/update-version
Update package version v2.0.5
2022-04-28 22:35:58 -03:00
4e255e12d8 Update version v2.0.5 2022-04-29 01:33:07 +00:00
1176e4d88f Update index.ts v2.0.5 2022-04-28 22:30:30 -03:00
5f92c49baf Merge pull request from The-Bds-Maneger/update-version
Update package version v2.0.4
2022-04-28 21:21:15 -03:00
30114d7fcd Update version v2.0.4 2022-04-29 00:20:54 +00:00
15334a775c Update git backup v2.0.4 2022-04-29 00:16:35 +00:00
6b45910e00 Merge pull request from The-Bds-Maneger/dependabot/npm_and_yarn/axios-0.27.2
Bump axios from 0.27.1 to 0.27.2
2022-04-28 07:34:07 -03:00
d1d48b525b Bump axios from 0.27.1 to 0.27.2
Bumps [axios](https://github.com/axios/axios) from 0.27.1 to 0.27.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.27.1...v0.27.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-28 07:05:12 +00:00
ce2f6e487e Merge pull request from The-Bds-Maneger/dependabot/npm_and_yarn/types/node-17.0.29
Bump @types/node from 17.0.27 to 17.0.29
2022-04-27 07:01:29 -03:00
ad39cc49e8 Merge pull request from The-Bds-Maneger/dependabot/npm_and_yarn/axios-0.27.1
Bump axios from 0.27.0 to 0.27.1
2022-04-27 07:01:02 -03:00
e52ff3c99e Bump @types/node from 17.0.27 to 17.0.29
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.27 to 17.0.29.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-27 07:13:50 +00:00