@gjsify/example-node-express-webserver 0.1.8 → 0.1.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.
- package/dist/index.gjs.js +15288 -15683
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gjsify/example-node-express-webserver",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.9",
|
|
4
4
|
"description": "Express.js blog showcase with JSON API and static frontend — a real Node.js web app running on GJS",
|
|
5
5
|
"main": "dist/index.gjs.js",
|
|
6
6
|
"type": "module",
|
|
@@ -16,16 +16,16 @@
|
|
|
16
16
|
"start": "gjsify run dist/index.gjs.js",
|
|
17
17
|
"start:node": "node dist/index.node.mjs",
|
|
18
18
|
"build": "yarn build:gjs && yarn build:node && yarn build:public",
|
|
19
|
-
"build:gjs": "gjsify build src/index.ts --app gjs --outfile dist/index.gjs.js
|
|
19
|
+
"build:gjs": "gjsify build src/index.ts --app gjs --outfile dist/index.gjs.js",
|
|
20
20
|
"build:node": "gjsify build src/index.ts --app node --outfile dist/index.node.mjs",
|
|
21
21
|
"build:public": "mkdir -p dist/public && cp -r src/public/* dist/public/"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@gjsify/cli": "^0.1.
|
|
25
|
-
"@gjsify/node-globals": "^0.1.
|
|
26
|
-
"@gjsify/runtime": "^0.1.
|
|
24
|
+
"@gjsify/cli": "^0.1.9",
|
|
25
|
+
"@gjsify/node-globals": "^0.1.9",
|
|
26
|
+
"@gjsify/runtime": "^0.1.9",
|
|
27
27
|
"@types/express": "^5.0.6",
|
|
28
|
-
"@types/node": "^25.
|
|
28
|
+
"@types/node": "^25.6.0",
|
|
29
29
|
"express": "^5.2.1",
|
|
30
30
|
"typescript": "^6.0.2"
|
|
31
31
|
},
|