@express-tool/plugin-testing 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,5 +1,5 @@
1
1
 
2
- > @express-tool/plugin-testing@1.0.2 build C:\Users\musta\Workspace\projects\express-tool\packages\plugins\testing
2
+ > @express-tool/plugin-testing@2.0.1 build C:\Users\musta\Workspace\projects\express-tool\packages\plugins\testing
3
3
  > tsup src/index.ts --format esm,cjs --clean && tsc -b --force --emitDeclarationOnly
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -10,6 +10,6 @@
10
10
  ESM Build start
11
11
  CJS Build start
12
12
  ESM dist\index.mjs 2.28 KB
13
- ESM ⚡️ Build success in 122ms
13
+ ESM ⚡️ Build success in 482ms
14
14
  CJS dist\index.js 3.41 KB
15
- CJS ⚡️ Build success in 132ms
15
+ CJS ⚡️ Build success in 539ms
package/CHANGELOG.md CHANGED
@@ -1,42 +1,42 @@
1
- # @express-tool/plugin-testing
2
-
3
- ## 2.0.0
4
-
5
- ### Major Changes
6
-
7
- - 3df8b95: Update all the packages
8
-
9
- ### Patch Changes
10
-
11
- - Updated dependencies [3df8b95]
12
- - @express-tool/core@2.0.0
13
-
14
- ## 1.0.2
15
-
16
- ### Patch Changes
17
-
18
- - 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.
19
- - Updated dependencies
20
- - @express-tool/core@1.0.2
21
-
22
- ## 1.0.1
23
-
24
- ### Patch Changes
25
-
26
- - Optimized project generation, updated dependencies, and added open-source documentation.
27
- - Updated dependencies
28
- - @express-tool/core@1.0.1
29
-
30
- ## 1.0.0
31
-
32
- ### Major Changes
33
-
34
- - 220071c: chore: Update publishing metadata (repository, license, exports) for all plugins.
35
- - f22ed9c: Changes the naming
36
-
37
- ### Patch Changes
38
-
39
- - Updated dependencies [220071c]
40
- - Updated dependencies
41
- - Updated dependencies [f22ed9c]
42
- - @express-tool/core@1.0.0
1
+ # @express-tool/plugin-testing
2
+
3
+ ## 2.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 3df8b95: Update all the packages
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [3df8b95]
12
+ - @express-tool/core@2.0.0
13
+
14
+ ## 1.0.2
15
+
16
+ ### Patch Changes
17
+
18
+ - 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.
19
+ - Updated dependencies
20
+ - @express-tool/core@1.0.2
21
+
22
+ ## 1.0.1
23
+
24
+ ### Patch Changes
25
+
26
+ - Optimized project generation, updated dependencies, and added open-source documentation.
27
+ - Updated dependencies
28
+ - @express-tool/core@1.0.1
29
+
30
+ ## 1.0.0
31
+
32
+ ### Major Changes
33
+
34
+ - 220071c: chore: Update publishing metadata (repository, license, exports) for all plugins.
35
+ - f22ed9c: Changes the naming
36
+
37
+ ### Patch Changes
38
+
39
+ - Updated dependencies [220071c]
40
+ - Updated dependencies
41
+ - Updated dependencies [f22ed9c]
42
+ - @express-tool/core@1.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@express-tool/plugin-testing",
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": {
@@ -24,7 +24,7 @@
24
24
  }
25
25
  },
26
26
  "dependencies": {
27
- "@express-tool/core": "2.0.0"
27
+ "@express-tool/core": "2.0.1"
28
28
  },
29
29
  "devDependencies": {
30
30
  "typescript": "^5.4.0",