@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.
- package/.turbo/turbo-build.log +3 -3
- package/CHANGELOG.md +42 -42
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @express-tool/plugin-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
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -10,6 +10,6 @@
|
|
|
10
10
|
[34mESM[39m Build start
|
|
11
11
|
[34mCJS[39m Build start
|
|
12
12
|
[32mESM[39m [1mdist\index.mjs [22m[32m2.28 KB[39m
|
|
13
|
-
[32mESM[39m ⚡️ Build success in
|
|
13
|
+
[32mESM[39m ⚡️ Build success in 482ms
|
|
14
14
|
[32mCJS[39m [1mdist\index.js [22m[32m3.41 KB[39m
|
|
15
|
-
[32mCJS[39m ⚡️ Build success in
|
|
15
|
+
[32mCJS[39m ⚡️ 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.
|
|
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.
|
|
27
|
+
"@express-tool/core": "2.0.1"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"typescript": "^5.4.0",
|