@nest-boot/temporary-directory 8.0.0-beta.2 → 8.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/CHANGELOG.md +24 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
## 8.0.1 (2026-09-04)
|
|
2
|
+
|
|
3
|
+
### 🧱 Updated Dependencies
|
|
4
|
+
|
|
5
|
+
- Updated @nest-boot/request-context to 8.0.0-beta.4
|
|
6
|
+
|
|
7
|
+
# 8.0.0 (2026-09-01)
|
|
8
|
+
|
|
9
|
+
### 🚀 Features
|
|
10
|
+
|
|
11
|
+
- ⚠️ migrate to NestJS 12 and ESM ([#312](https://github.com/nest-boot/nest-boot/issues/312))
|
|
12
|
+
|
|
13
|
+
### ⚠️ Breaking Changes
|
|
14
|
+
|
|
15
|
+
- migrate to NestJS 12 and ESM ([#312](https://github.com/nest-boot/nest-boot/issues/312))
|
|
16
|
+
|
|
17
|
+
### 🧱 Updated Dependencies
|
|
18
|
+
|
|
19
|
+
- Updated @nest-boot/request-context to 8.0.0-beta.3
|
|
20
|
+
|
|
21
|
+
### ❤️ Thank You
|
|
22
|
+
|
|
23
|
+
- Xudong Huang @xudongcc
|
|
24
|
+
|
|
1
25
|
## 8.0.0-beta.2 (2026-08-31)
|
|
2
26
|
|
|
3
27
|
### 🧱 Updated Dependencies
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nest-boot/temporary-directory",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.1",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/nest-boot/nest-boot.git",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@nestjs/core": "^12.0.0",
|
|
33
33
|
"reflect-metadata": "^0.2.2",
|
|
34
34
|
"rxjs": "^7.0.0",
|
|
35
|
-
"@nest-boot/request-context": "^8.0.0-beta.
|
|
35
|
+
"@nest-boot/request-context": "^8.0.0-beta.4"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@nestjs/common": "^12.0.1",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"vitest": "^4.1.11",
|
|
52
52
|
"@nest-boot/eslint-config": "^8.0.0-beta.2",
|
|
53
53
|
"@nest-boot/eslint-plugin": "^8.0.0-beta.2",
|
|
54
|
-
"@nest-boot/request-context": "^8.0.0-beta.
|
|
54
|
+
"@nest-boot/request-context": "^8.0.0-beta.4",
|
|
55
55
|
"@nest-boot/tsconfig": "^8.0.0-beta.2"
|
|
56
56
|
},
|
|
57
57
|
"publishConfig": {
|