rebuildjs 0.63.6 → 0.63.8
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 +5 -5
package/README.md
CHANGED
|
@@ -4,5 +4,5 @@ Simple hackable alternative to vite for Multi-Page Apps.
|
|
|
4
4
|
This library provides esbuild functions for dev & production environments. It is a dependency to be integrated with
|
|
5
5
|
an app server.
|
|
6
6
|
|
|
7
|
-
An example is [relysjs](https://github.com/
|
|
7
|
+
An example is [relysjs](https://github.com/relysjs/relysjs), which uses [ElysiaJS](https://elysiajs.com/) as the
|
|
8
8
|
web server.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rebuildjs",
|
|
3
|
-
"version": "0.63.
|
|
3
|
+
"version": "0.63.8",
|
|
4
4
|
"description": "Reactive esbuild...simple hackable alternative to vite for Multi Page Apps",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"reactive",
|
|
@@ -50,19 +50,19 @@
|
|
|
50
50
|
"./package.json": "./package.json"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"ctx-core": "^6.5.
|
|
53
|
+
"ctx-core": "^6.5.1",
|
|
54
54
|
"elysia": "^0.8.17",
|
|
55
55
|
"esbuild": "^0.20.1",
|
|
56
56
|
"fdir": "^6.1.1",
|
|
57
57
|
"picomatch": "^4.0.1"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@typescript-eslint/eslint-plugin": "^7.0
|
|
61
|
-
"@typescript-eslint/parser": "^7.0
|
|
60
|
+
"@typescript-eslint/eslint-plugin": "^7.1.0",
|
|
61
|
+
"@typescript-eslint/parser": "^7.1.0",
|
|
62
62
|
"c8": "^9.1.0",
|
|
63
63
|
"check-dts": "^0.7.2",
|
|
64
64
|
"eslint": "^8.57.0",
|
|
65
|
-
"esmock": "^2.6.
|
|
65
|
+
"esmock": "^2.6.4",
|
|
66
66
|
"tsx": "^4.7.1",
|
|
67
67
|
"typescript": "next",
|
|
68
68
|
"uvu": "^0.5.6"
|