Skip to content

Commit c23d459

Browse files
committed
Merge branch 'beta'
2 parents e152909 + 1276bf6 commit c23d459

File tree

10 files changed

+1100
-1134
lines changed

10 files changed

+1100
-1134
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- run: git config --global user.email '[email protected]'
2020
- run: npm ci
2121
- run: npm run github-workflow-next-version -- --cmd nightly
22+
- run: npm run pkg-upgrade
2223
- run: npm run release
2324
- run: npm run pre-commit
2425
- id: pkgjson

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ npm-debug.log
121121

122122
# App #
123123
#######
124+
.env
124125
/app/configs/config.js
125126
/app/configs/config.ts
126127
/app/configs/config.json

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
1-
# v2.0.6 (January 16, 2022)
1+
# v2.0.7 (February 21, 2022)
22

3-
- Fix: CI/CD
3+
- Refactor: CI/CD now update the version of the package to the latest (nightly)
44

55
<!-- all-shields/sponsors-badges:START -->
66

77
[![Donate Paypal](https://img.shields.io/badge/donate-paypal-005EA6.svg?style=for-the-badge&logo=paypal)](https://www.paypal.me/ptkdev) [![Donate Ko-Fi](https://img.shields.io/badge/donate-ko--fi-29abe0.svg?style=for-the-badge&logo=ko-fi)](https://ko-fi.com/ptkdev) [![Donate Github Sponsors](https://img.shields.io/badge/donate-sponsors-ea4aaa.svg?style=for-the-badge&logo=github)](https://github.com/sponsors/ptkdev) [![Donate Patreon](https://img.shields.io/badge/donate-patreon-F87668.svg?style=for-the-badge&logo=patreon)](https://www.patreon.com/join/ptkdev) [![Donate Bitcoin](https://img.shields.io/badge/BTC-35jQmZCy4nsxoMM3QPFrnZePDVhdKaHMRH-E38B29.svg?style=flat-square&logo=bitcoin)](https://ptk.dev/img/icons/menu/bitcoin_wallet.png) [![Donate Ethereum](https://img.shields.io/badge/ETH-0x8b8171661bEb032828e82baBb0B5B98Ba8fBEBFc-4E8EE9.svg?style=flat-square&logo=ethereum)](https://ptk.dev/img/icons/menu/ethereum_wallet.png)
88

99
<!-- all-shields/sponsors-badges:END -->
1010

11+
# v2.0.6 (January 16, 2022)
12+
13+
- Fix: CI/CD
14+
1115
# v2.0.4 (January 14, 2022)
1216

1317
- Fix: scripts

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!-- all-shields/header-badges:START -->
44

5-
[![v2.0.6](https://img.shields.io/badge/version-v2.0.6-lightgray.svg?style=flat&logo=)](https://github.com/ptkdev-boilerplate/node-module-boilerplate/blob/main/CHANGELOG.md) [![](https://img.shields.io/npm/v/@ptkdev/node-module-boilerplate?color=CC3534&logo=npm)](https://www.npmjs.com/package/@ptkdev/node-module-boilerplate) [![License: MIT](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat&logo=license)](https://github.com/ptkdev-boilerplate/node-module-boilerplate/blob/main/LICENSE.md) [![Language: TypeScript](https://img.shields.io/badge/language-typescript-blue.svg?style=flat&logo=typescript)](https://www.typescriptlang.org/) [![ECMAScript: 2019](https://img.shields.io/badge/ES-9-F7DF1E.svg?style=flat&logo=javascript)](https://github.com/tc39/ecma262) [![Discord Server](https://discordapp.com/api/guilds/383373985666301975/embed.png)](https://discord.ptkdev.io)
5+
[![v2.0.7-beta.1](https://img.shields.io/badge/version-v2.0.7--beta.1-lightgray.svg?style=flat&logo=)](https://github.com/ptkdev-boilerplate/node-module-boilerplate/blob/main/CHANGELOG.md) [![](https://img.shields.io/npm/v/@ptkdev/node-module-boilerplate?color=CC3534&logo=npm)](https://www.npmjs.com/package/@ptkdev/node-module-boilerplate) [![License: MIT](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat&logo=license)](https://github.com/ptkdev-boilerplate/node-module-boilerplate/blob/main/LICENSE.md) [![Language: TypeScript](https://img.shields.io/badge/language-typescript-blue.svg?style=flat&logo=typescript)](https://www.typescriptlang.org/) [![ECMAScript: 2019](https://img.shields.io/badge/ES-9-F7DF1E.svg?style=flat&logo=javascript)](https://github.com/tc39/ecma262) [![Discord Server](https://discordapp.com/api/guilds/383373985666301975/embed.png)](https://discord.ptkdev.io)
66

77
<!-- all-shields/header-badges:END -->
88

@@ -89,7 +89,7 @@ Thanks to all our backers! 🙏 Donate 3$ or more on [paypal](https://www.paypal
8989

9090
## 👨‍💻 Contributing
9191

92-
I ❤️ contributions! I will happily accept your pull request! (**IMPORTANT**: Only nightly branch!) Translations, grammatical corrections (GrammarNazi you are welcome! Yes my English is bad, sorry), etc... Do not be afraid, if the code is not perfect we will work together 👯 and remember to insert your name in `.all-contributorsrc` and `package.json` file.
92+
I ❤️ contributions! I will happily accept your pull request! (**IMPORTANT**: Only to nightly branch!) Translations, grammatical corrections (GrammarNazi you are welcome! Yes my English is bad, sorry), etc... Do not be afraid, if the code is not perfect we will work together 👯 and remember to insert your name in `.all-contributorsrc` and `package.json` file.
9393

9494
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
9595

app/configs/config.js.tpl

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
module.exports = {
22
server: {
33
// http://localhost:[PORT]
4-
port: process.env.PORT || 5000,
4+
port: 5000,
55
},
66

77
// Default language
8-
language: process.env.LANGUAGE || "en",
8+
language: "en",
99

1010
// Debug
11-
debug: process.env.DEBUG || true,
11+
debug: "disabled",
1212

1313
// LOGS
1414
// See: https://github.com/ptkdev/ptkdev-logger
@@ -19,12 +19,12 @@ module.exports = {
1919
},
2020
language: "en",
2121
colors: true,
22-
debug: process.env.LOGGER || "enabled",
23-
info: process.env.LOGGER || "enabled",
24-
warning: process.env.LOGGER || "enabled",
25-
error: process.env.LOGGER || "enabled",
26-
sponsor: process.env.LOGGER || "enabled",
27-
write: process.env.LOGGER_WRITE || false,
22+
debug: "enabled",
23+
info: "enabled",
24+
warning: "enabled",
25+
error: "enabled",
26+
sponsor: "enabled",
27+
write: false,
2828
type: "log",
2929
},
3030
};

app/routes/translations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-disable @typescript-eslint/no-explicit-any */
21
/**
32
* Translations
43
* =====================
@@ -12,6 +11,7 @@
1211
import en from "@translations/en.json";
1312
import it from "@translations/it.json";
1413

14+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
1515
const translations: any = {
1616
en,
1717
it,

0 commit comments

Comments
 (0)