@express-tool/core 2.0.0 → 2.0.1

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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @express-tool/core@1.0.2 build C:\Users\musta\Workspace\projects\express-tool\packages\core
2
+ > @express-tool/core@2.0.1 build C:\Users\musta\Workspace\projects\express-tool\packages\core
3
3
  > tsc
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,30 +1,30 @@
1
- # @express-tool/core
2
-
3
- ## 2.0.0
4
-
5
- ### Major Changes
6
-
7
- - 3df8b95: Update all the packages
8
-
9
- ## 1.0.2
10
-
11
- ### Patch Changes
12
-
13
- - Refine all plugin code templates to be production-grade. Add internal environment variable validation, graceful shutdown logic, and security hardening (non-root Docker user, JWT_SECRET production checks). Correct dependency versions and improve ESM compatibility.
14
-
15
- ## 1.0.1
16
-
17
- ### Patch Changes
18
-
19
- - Optimized project generation, updated dependencies, and added open-source documentation.
20
-
21
- ## 1.0.0
22
-
23
- ### Major Changes
24
-
25
- - 220071c: chore: Update publishing metadata (repository, license, exports) for all plugins.
26
- - f22ed9c: Changes the naming
27
-
28
- ### Minor Changes
29
-
30
- - feats: Introduced professional native Prisma CLI integration for database initialization, support for Prisma Postgres (Managed), driver adapter pattern for PostgreSQL, and removal of legacy MongoDB Prisma implementation.
1
+ # @express-tool/core
2
+
3
+ ## 2.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 3df8b95: Update all the packages
8
+
9
+ ## 1.0.2
10
+
11
+ ### Patch Changes
12
+
13
+ - Refine all plugin code templates to be production-grade. Add internal environment variable validation, graceful shutdown logic, and security hardening (non-root Docker user, JWT_SECRET production checks). Correct dependency versions and improve ESM compatibility.
14
+
15
+ ## 1.0.1
16
+
17
+ ### Patch Changes
18
+
19
+ - Optimized project generation, updated dependencies, and added open-source documentation.
20
+
21
+ ## 1.0.0
22
+
23
+ ### Major Changes
24
+
25
+ - 220071c: chore: Update publishing metadata (repository, license, exports) for all plugins.
26
+ - f22ed9c: Changes the naming
27
+
28
+ ### Minor Changes
29
+
30
+ - feats: Introduced professional native Prisma CLI integration for database initialization, support for Prisma Postgres (Managed), driver adapter pattern for PostgreSQL, and removal of legacy MongoDB Prisma implementation.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@express-tool/core",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "repository": {