@scpxl/nodejs-framework 1.0.56 → 1.0.57
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +2 -2
- package/package.json +2 -2
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
ISC License
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2025 PXL
|
|
3
|
+
Copyright (c) 2025 SC/PXL <devops@studiocity.com>
|
|
4
4
|
|
|
5
5
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
6
6
|
purpose with or without fee is hereby granted, provided that the above
|
package/README.md
CHANGED
|
@@ -834,7 +834,7 @@ Error: Cannot find module '../logger/index.js'
|
|
|
834
834
|
|
|
835
835
|
## 📄 License
|
|
836
836
|
|
|
837
|
-
[ISC License](LICENSE) - Copyright (c) PXL
|
|
837
|
+
[ISC License](LICENSE) - Copyright (c) SC/PXL
|
|
838
838
|
|
|
839
839
|
---
|
|
840
840
|
|
|
@@ -858,4 +858,4 @@ For questions, issues, or feature requests:
|
|
|
858
858
|
|
|
859
859
|
---
|
|
860
860
|
|
|
861
|
-
**Built with ❤️ by [PXL
|
|
861
|
+
**Built with ❤️ by [SC/PXL](https://studiocity.com)**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scpxl/nodejs-framework",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.57",
|
|
4
4
|
"description": "Opinionated TypeScript framework combining Fastify, WebSockets, Redis, BullMQ, and MikroORM with unified lifecycle management",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
"microservice",
|
|
152
152
|
"application-framework"
|
|
153
153
|
],
|
|
154
|
-
"author": "PXL <devops@
|
|
154
|
+
"author": "SC/PXL <devops@studiocity.com>",
|
|
155
155
|
"license": "ISC",
|
|
156
156
|
"publishConfig": {
|
|
157
157
|
"access": "public"
|