rebuildjs 0.63.9 → 0.63.11
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 +2 -4
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
# rebuildjs
|
|
2
2
|
Simple hackable alternative to vite for Multi-Page Apps.
|
|
3
3
|
|
|
4
|
-
This library provides esbuild functions for dev & production environments. It
|
|
5
|
-
an app server.
|
|
4
|
+
This library provides esbuild functions for dev & production environments. It forms a core for an app server stack.
|
|
6
5
|
|
|
7
|
-
An example is [relysjs](https://github.com/relysjs/relysjs)
|
|
8
|
-
web server.
|
|
6
|
+
An example is [relysjs](https://github.com/relysjs/relysjs). relysjs uses [ElysiaJS](https://elysiajs.com/) as the web server.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rebuildjs",
|
|
3
|
-
"version": "0.63.
|
|
3
|
+
"version": "0.63.11",
|
|
4
4
|
"description": "Reactive esbuild...simple hackable alternative to vite for Multi Page Apps",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"reactive",
|
|
@@ -50,15 +50,15 @@
|
|
|
50
50
|
"./package.json": "./package.json"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"ctx-core": "^6.5.
|
|
53
|
+
"ctx-core": "^6.5.3",
|
|
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.1.
|
|
61
|
-
"@typescript-eslint/parser": "^7.1.
|
|
60
|
+
"@typescript-eslint/eslint-plugin": "^7.1.1",
|
|
61
|
+
"@typescript-eslint/parser": "^7.1.1",
|
|
62
62
|
"c8": "^9.1.0",
|
|
63
63
|
"check-dts": "^0.7.2",
|
|
64
64
|
"eslint": "^8.57.0",
|