@eggjs/extend2 4.1.0-beta.8 → 4.1.0-beta.9

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/README.md +0 -13
  2. package/package.json +5 -4
package/README.md CHANGED
@@ -32,19 +32,6 @@ All credit to the jQuery authors for perfecting this amazing utility.
32
32
 
33
33
  Ported to Node.js by [Stefan Thomas][github-justmoon] with contributions by [Jonathan Buchanan][github-insin] and [Jordan Harband][github-ljharb].
34
34
 
35
- <!-- GITCONTRIBUTOR_START -->
36
-
37
- ## Contributors
38
-
39
- | [<img src="https://avatars.githubusercontent.com/u/45469?v=4" width="100px;"/><br/><sub><b>ljharb</b></sub>](https://github.com/ljharb)<br/> | [<img src="https://avatars.githubusercontent.com/u/53233?v=4" width="100px;"/><br/><sub><b>justmoon</b></sub>](https://github.com/justmoon)<br/> | [<img src="https://avatars.githubusercontent.com/u/1557266?v=4" width="100px;"/><br/><sub><b>jonmorehouse</b></sub>](https://github.com/jonmorehouse)<br/> | [<img src="https://avatars.githubusercontent.com/u/360661?v=4" width="100px;"/><br/><sub><b>popomore</b></sub>](https://github.com/popomore)<br/> | [<img src="https://avatars.githubusercontent.com/u/2396468?v=4" width="100px;"/><br/><sub><b>greelgorke</b></sub>](https://github.com/greelgorke)<br/> | [<img src="https://avatars.githubusercontent.com/u/273857?v=4" width="100px;"/><br/><sub><b>andyburke</b></sub>](https://github.com/andyburke)<br/> |
40
- | :-------------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------------------: |
41
- | [<img src="https://avatars.githubusercontent.com/u/788368?v=4" width="100px;"/><br/><sub><b>blaise-io</b></sub>](https://github.com/blaise-io)<br/> | [<img src="https://avatars.githubusercontent.com/u/680696?v=4" width="100px;"/><br/><sub><b>danbell</b></sub>](https://github.com/danbell)<br/> | [<img src="https://avatars.githubusercontent.com/u/2598089?v=4" width="100px;"/><br/><sub><b>jamielinux</b></sub>](https://github.com/jamielinux)<br/> | [<img src="https://avatars.githubusercontent.com/u/226692?v=4" width="100px;"/><br/><sub><b>insin</b></sub>](https://github.com/insin)<br/> | [<img src="https://avatars.githubusercontent.com/u/152407?v=4" width="100px;"/><br/><sub><b>madarche</b></sub>](https://github.com/madarche)<br/> | [<img src="https://avatars.githubusercontent.com/u/1088720?v=4" width="100px;"/><br/><sub><b>Mithgol</b></sub>](https://github.com/Mithgol)<br/> |
42
- | [<img src="https://avatars.githubusercontent.com/u/156269?v=4" width="100px;"/><br/><sub><b>fengmk2</b></sub>](https://github.com/fengmk2)<br/> | [<img src="https://avatars.githubusercontent.com/u/5362563?v=4" width="100px;"/><br/><sub><b>2hu12</b></sub>](https://github.com/2hu12)<br/> |
43
-
44
- This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Sat Jun 15 2024 10:08:30 GMT+0800`.
45
-
46
- <!-- GITCONTRIBUTOR_END -->
47
-
48
35
  [github-justmoon]: https://github.com/justmoon
49
36
  [github-insin]: https://github.com/insin
50
37
  [github-ljharb]: https://github.com/ljharb
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@eggjs/extend2",
3
3
  "author": "popomore <sakura9515@gmail.com>",
4
- "version": "4.1.0-beta.8",
4
+ "version": "4.1.0-beta.9",
5
5
  "engines": {
6
6
  "node": ">=18.7.0"
7
7
  },
@@ -19,13 +19,14 @@
19
19
  "url": "git+https://github.com/eggjs/egg.git",
20
20
  "directory": "packages/extend2"
21
21
  },
22
+ "homepage": "https://github.com/eggjs/egg/tree/next/packages/extend2",
22
23
  "devDependencies": {
23
- "@types/node": "24",
24
+ "@types/node": "24.5.2",
24
25
  "oxlint": "^1.15.0",
25
- "tsdown": "^0.15.0",
26
+ "tsdown": "0.15.3",
26
27
  "typescript": "5.9.2",
27
28
  "vitest": "4.0.0-beta.11",
28
- "@eggjs/tsconfig": "3.1.0-beta.8"
29
+ "@eggjs/tsconfig": "3.1.0-beta.9"
29
30
  },
30
31
  "license": "MIT",
31
32
  "files": [