Framework updates
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
4
node_modules/@jqhtml/ssr/package.json
generated
vendored
4
node_modules/@jqhtml/ssr/package.json
generated
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jqhtml/ssr",
|
||||
"version": "2.3.36",
|
||||
"version": "2.3.37",
|
||||
"description": "Server-Side Rendering for JQHTML components - renders components to HTML for SEO",
|
||||
"main": "src/index.js",
|
||||
"bin": {
|
||||
@@ -10,7 +10,7 @@
|
||||
"scripts": {
|
||||
"start": "node src/server.js --tcp 9876",
|
||||
"start:socket": "node src/server.js --socket /tmp/jqhtml-ssr.sock",
|
||||
"test": "node test/test-protocol.js && node test/test-storage.js && node test/test-server.js",
|
||||
"test": "node test/test-protocol.js && node test/test-storage.js && node test/test-server.js && node test/test-ajax-transport.js && node test/test-render-spa.js",
|
||||
"example": "node bin/jqhtml-ssr-example.js --help"
|
||||
},
|
||||
"keywords": [
|
||||
|
||||
Reference in New Issue
Block a user