@hotwired/turbo-rails 8.0.18 → 8.0.19

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- Turbo 8.0.17
2
+ Turbo 8.0.18
3
3
  Copyright © 2025 37signals LLC
4
4
  */
5
5
  (function(prototype) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hotwired/turbo-rails",
3
- "version": "8.0.18",
3
+ "version": "8.0.19",
4
4
  "description": "The speed of a single-page web application without having to write any JavaScript",
5
5
  "module": "app/javascript/turbo/index.js",
6
6
  "main": "app/assets/javascripts/turbo.js",
@@ -19,7 +19,7 @@
19
19
  "release": "yarn publish && git commit -am \"$npm_package_name v$npm_package_version\" && git push"
20
20
  },
21
21
  "dependencies": {
22
- "@hotwired/turbo": "^8.0.18",
22
+ "@hotwired/turbo": "^8.0.19",
23
23
  "@rails/actioncable": ">=7.0"
24
24
  },
25
25
  "devDependencies": {