node-turbo 1.2.5 → 1.2.6
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 -2
- package/docs/API.md +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -55,8 +55,8 @@ node-turbo has been tested with 100% code coverage with the following engines/li
|
|
|
55
55
|
|
|
56
56
|
| Name | Version(s) |
|
|
57
57
|
| :--- | :--- |
|
|
58
|
-
| [Hotwire Turbo](https://turbo.hotwired.dev/) | 7.3.0 - 8.0.
|
|
59
|
-
| [Node.js](https://nodejs.org/) | 16.6 - 22.
|
|
58
|
+
| [Hotwire Turbo](https://turbo.hotwired.dev/) | 7.3.0 - 8.0.18 |
|
|
59
|
+
| [Node.js](https://nodejs.org/) | 16.6 - 22.20.0 |
|
|
60
60
|
| [Koa](https://koajs.com/) | 2.14.2 - 3.0.1 |
|
|
61
61
|
| [Express](https://expressjs.com/) | 4.18.2 - 5.1.0 |
|
|
62
62
|
| [ws](https://github.com/websockets/ws) | 8.15.1 - 8.18.3 |
|
package/docs/API.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-turbo",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.6",
|
|
4
4
|
"description": "A library for Node.js to assist with the server side of 37signals' Hotwire Turbo framework. It provides classes and functions for Web servers and also convenience functions for the frameworks Koa and Express as well as for WebSocket and SSE.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"node",
|
|
@@ -59,16 +59,16 @@
|
|
|
59
59
|
"test:e2eserver": "node ./test/end2end/server-koa.js"
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"debug": "^4.4.
|
|
62
|
+
"debug": "^4.4.3",
|
|
63
63
|
"is-plain-object": "^5.0.0",
|
|
64
64
|
"negotiator": "^1.0.0"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@hotwired/turbo": "^8.0.
|
|
67
|
+
"@hotwired/turbo": "^8.0.18",
|
|
68
68
|
"@koa/bodyparser": "^6.0.0",
|
|
69
|
-
"@playwright/test": "^1.
|
|
69
|
+
"@playwright/test": "^1.55.1",
|
|
70
70
|
"c8": "^10.1.3",
|
|
71
|
-
"chai": "^
|
|
71
|
+
"chai": "^6.2.0",
|
|
72
72
|
"chai-spies": "^1.1.0",
|
|
73
73
|
"colorette": "^2.0.20",
|
|
74
74
|
"eventsource": "^4.0.0",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"koa": "^3.0.1",
|
|
78
78
|
"koa-route": "^4.0.1",
|
|
79
79
|
"koa-static": "^5.0.0",
|
|
80
|
-
"mocha": "^11.7.
|
|
80
|
+
"mocha": "^11.7.4",
|
|
81
81
|
"node-mocks-http": "^1.17.2",
|
|
82
82
|
"nunjucks": "^3.2.4",
|
|
83
83
|
"supertest": "^7.1.4",
|