@guanghechen/middleware 1.0.0-alpha.6 → 1.0.0-alpha.7

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +25 -29
  2. package/package.json +5 -9
package/CHANGELOG.md CHANGED
@@ -1,63 +1,59 @@
1
1
  # Change Log
2
2
 
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- # [1.0.0-alpha.6](https://github.com/guanghechen/sora/compare/@guanghechen/middleware@1.0.0-alpha.5...@guanghechen/middleware@1.0.0-alpha.6) (2023-11-29)
3
+ All notable changes to this project will be documented in this file. See
4
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
7
5
 
6
+ # [1.0.0-alpha.7](https://github.com/guanghechen/sora/compare/@guanghechen/middleware@1.0.0-alpha.6...@guanghechen/middleware@1.0.0-alpha.7) (2024-02-03)
8
7
 
9
8
  ### Performance Improvements
10
9
 
11
- * 🔧 no longer to require node engine version in packages ([6dc2014](https://github.com/guanghechen/sora/commit/6dc2014122dd44bcadc893e2ee98697265e7d61e))
10
+ - 💄 fix lint
11
+ ([2d5bb6f](https://github.com/guanghechen/sora/commit/2d5bb6f03d0312a42c1117d95181df8b69de827a))
12
+ - 🔧 fix nx scripts
13
+ ([47bc4e6](https://github.com/guanghechen/sora/commit/47bc4e66df825cb37127219bccf60dc81d6a9b48))
14
+ - 🔧 update tsconfig
15
+ ([98855bc](https://github.com/guanghechen/sora/commit/98855bcc245d98c61217c5bafc6a1b2506b7824d))
12
16
 
17
+ # Change Log
13
18
 
19
+ All notable changes to this project will be documented in this file. See
20
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
14
21
 
22
+ # [1.0.0-alpha.6](https://github.com/guanghechen/sora/compare/@guanghechen/middleware@1.0.0-alpha.5...@guanghechen/middleware@1.0.0-alpha.6) (2023-11-29)
15
23
 
24
+ ### Performance Improvements
25
+
26
+ - 🔧 no longer to require node engine version in packages
27
+ ([6dc2014](https://github.com/guanghechen/sora/commit/6dc2014122dd44bcadc893e2ee98697265e7d61e))
16
28
 
17
29
  # [1.0.0-alpha.5](https://github.com/guanghechen/sora/compare/@guanghechen/middleware@1.0.0-alpha.4...@guanghechen/middleware@1.0.0-alpha.5) (2023-11-18)
18
30
 
19
31
  **Note:** Version bump only for package @guanghechen/middleware
20
32
 
21
-
22
-
23
-
24
-
25
33
  # [1.0.0-alpha.4](https://github.com/guanghechen/sora/compare/@guanghechen/middleware@1.0.0-alpha.3...@guanghechen/middleware@1.0.0-alpha.4) (2023-11-18)
26
34
 
27
-
28
35
  ### Performance Improvements
29
36
 
30
- * 🔧 upgrade engine version requirement from '>= 16.0.0' to '>= 18.0.0' ([ddb9521](https://github.com/guanghechen/sora/commit/ddb9521b529b2ca838554794339b9e27ac80b8aa))
31
-
32
-
33
-
34
-
37
+ - 🔧 upgrade engine version requirement from '>= 16.0.0' to '>= 18.0.0'
38
+ ([ddb9521](https://github.com/guanghechen/sora/commit/ddb9521b529b2ca838554794339b9e27ac80b8aa))
35
39
 
36
40
  # [1.0.0-alpha.3](https://github.com/guanghechen/sora/compare/@guanghechen/middleware@1.0.0-alpha.2...@guanghechen/middleware@1.0.0-alpha.3) (2023-11-07)
37
41
 
38
-
39
42
  ### Performance Improvements
40
43
 
41
- * 🔧 make tsconfig.json tidy ([809f8cf](https://github.com/guanghechen/sora/commit/809f8cf6b18da2d8fbba1566a5f4a783b52683da))
42
-
43
-
44
-
45
-
44
+ - 🔧 make tsconfig.json tidy
45
+ ([809f8cf](https://github.com/guanghechen/sora/commit/809f8cf6b18da2d8fbba1566a5f4a783b52683da))
46
46
 
47
47
  # [1.0.0-alpha.2](https://github.com/guanghechen/sora/compare/@guanghechen/middleware@1.0.0-alpha.1...@guanghechen/middleware@1.0.0-alpha.2) (2023-10-16)
48
48
 
49
-
50
49
  ### Performance Improvements
51
50
 
52
- * 🔧 remove unnecessary devDependencies ([944f3ae](https://github.com/guanghechen/sora/commit/944f3aee64e68ce52ca30237c7d0240a82c9c58f))
53
-
54
-
55
-
56
-
51
+ - 🔧 remove unnecessary devDependencies
52
+ ([944f3ae](https://github.com/guanghechen/sora/commit/944f3aee64e68ce52ca30237c7d0240a82c9c58f))
57
53
 
58
54
  # 1.0.0-alpha.1 (2023-10-10)
59
55
 
60
-
61
56
  ### Features
62
57
 
63
- * ✨ add @guanghechen/middleware ([dada126](https://github.com/guanghechen/sora/commit/dada12623f1fcbe3d4968ba80fbc5bfb75ee6116))
58
+ - ✨ add @guanghechen/middleware
59
+ ([dada126](https://github.com/guanghechen/sora/commit/dada12623f1fcbe3d4968ba80fbc5bfb75ee6116))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@guanghechen/middleware",
3
- "version": "1.0.0-alpha.6",
3
+ "version": "1.0.0-alpha.7",
4
4
  "description": "types of @guanghechen/middleware",
5
5
  "author": {
6
6
  "name": "guanghechen",
@@ -8,10 +8,10 @@
8
8
  },
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "https://github.com/guanghechen/sora/tree/@guanghechen/middleware@1.0.0-alpha.5",
11
+ "url": "https://github.com/guanghechen/sora/tree/@guanghechen/middleware@1.0.0-alpha.6",
12
12
  "directory": "packages/middleware"
13
13
  },
14
- "homepage": "https://github.com/guanghechen/sora/tree/@guanghechen/middleware@1.0.0-alpha.5/packages/middleware#readme",
14
+ "homepage": "https://github.com/guanghechen/sora/tree/@guanghechen/middleware@1.0.0-alpha.6/packages/middleware#readme",
15
15
  "type": "module",
16
16
  "exports": {
17
17
  ".": {
@@ -34,12 +34,8 @@
34
34
  "LICENSE",
35
35
  "README.md"
36
36
  ],
37
- "scripts": {
38
- "build": "../../node_modules/.bin/rimraf lib/ && ../../node_modules/.bin/cross-env NODE_ENV=production ../../node_modules/.bin/rollup -c ../../rollup.config.mjs",
39
- "prepublishOnly": "yarn build"
40
- },
41
37
  "dependencies": {
42
- "@guanghechen/middleware.types": "^1.0.0-alpha.6"
38
+ "@guanghechen/middleware.types": "^1.0.0-alpha.7"
43
39
  },
44
- "gitHead": "eca17030162daa875cb8e1fd92087257932e6e41"
40
+ "gitHead": "9c051a66df3f4dbd8eddd709046af0a975fdc702"
45
41
  }