kazagumo-bun 3.4.0-c → 3.4.0-d
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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://github.com/sponsors/LuigiColantuono)
|
|
4
4
|
[](https://paypal.me/l0g4n7)
|
|
5
|
-
[](https://www.npmjs.com/package/kazagumo-bun)
|
|
6
6
|

|
|
7
7
|

|
|
8
8
|

|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kazagumo-bun",
|
|
3
|
-
"version": "3.4.0-
|
|
3
|
+
"version": "3.4.0-d",
|
|
4
4
|
"description": "Bun-native high-performance Kazagumo fork. Node legacy purged.",
|
|
5
5
|
"main": "src/Index.ts",
|
|
6
6
|
"types": "src/Index.ts",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"url": "https://paypal.me/l0g4n7"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"shoukaku": "
|
|
36
|
+
"shoukaku-bun": "latest"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/bun": "latest",
|