stimulus_reflex 3.5.4 → 3.5.5

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f416f48e3b847fe581185068a449279a07f41dbf681a4e4a0a9ac1ffe7be3f63
4
- data.tar.gz: 6292e00d9e9c6b9d2f9b9aeb275c020c87c673a659e041e685b5f6ad6acec234
3
+ metadata.gz: a9cc03c986ef0341abb9232652606eddd625aa08e8385f0b09d0ca93250ede96
4
+ data.tar.gz: 6c04065d6b23336f6e6bc55c78a15b410f23d1e6dc4a8cb4718a213837fc0f3a
5
5
  SHA512:
6
- metadata.gz: c50ba14f346b50dc50d1df74821d0e48fe2b39a403b82478351b12e4cb2f0b3c541ce70707c6c2b718be64ba3435fcd8d1af27bb26809c81b6f26d72942fe1c0
7
- data.tar.gz: 996bc6321eab53ba8f297567c75f79d6457c69147ff5040fbc36850c9baec1306c29603bc7141505287661902417c5ecbffb8981c1644795a50241a90f05dfb2
6
+ metadata.gz: b7b88d1db377bb2737bc79b99ce03c18f5536e3490182ef53529b51968a2168d14724d9ad0be46dc74bd908188adcd8ff271743e7ff2bbe72ae361df152d8f06
7
+ data.tar.gz: e2cb3735d6e7eb92c8cf7878f5c80e3d5cfb3deea9cf03120317e9e4e8d5e8f2741d9a65d93882df766711be10ecb95abec0f410e7cd55f1343abfc548f3b306
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stimulus_reflex (3.5.4)
4
+ stimulus_reflex (3.5.5)
5
5
  actioncable (>= 5.2)
6
6
  actionpack (>= 5.2)
7
7
  actionview (>= 5.2)
@@ -945,7 +945,7 @@ const extractDataAttributes = element => {
945
945
 
946
946
  var name = "stimulus_reflex";
947
947
 
948
- var version = "3.5.3";
948
+ var version = "3.5.5";
949
949
 
950
950
  var description = "Build reactive applications with the Rails tooling you already know and love.";
951
951
 
@@ -869,7 +869,7 @@
869
869
  return attrs;
870
870
  };
871
871
  var name = "stimulus_reflex";
872
- var version = "3.5.3";
872
+ var version = "3.5.5";
873
873
  var description = "Build reactive applications with the Rails tooling you already know and love.";
874
874
  var keywords = [ "ruby", "rails", "websockets", "actioncable", "turbolinks", "reactive", "cable", "ujs", "ssr", "stimulus", "reflex", "stimulus_reflex", "dom", "morphdom" ];
875
875
  var homepage = "https://docs.stimulusreflex.com";
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module StimulusReflex
4
- VERSION = "3.5.4"
4
+ VERSION = "3.5.5"
5
5
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stimulus_reflex",
3
- "version": "3.5.3",
3
+ "version": "3.5.5",
4
4
  "description": "Build reactive applications with the Rails tooling you already know and love.",
5
5
  "keywords": [
6
6
  "ruby",
data/package.json~ CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stimulus_reflex",
3
- "version": "3.5.3",
3
+ "version": "3.5.4",
4
4
  "description": "Build reactive applications with the Rails tooling you already know and love.",
5
5
  "keywords": [
6
6
  "ruby",
@@ -56,7 +56,7 @@
56
56
  },
57
57
  "dependencies": {
58
58
  "@hotwired/stimulus": "^3",
59
- "@rails/actioncable": "^6 || ^7",
59
+ "@rails/actioncable": "^6 || ^7 || ^8",
60
60
  "cable_ready": "^5.0.6"
61
61
  },
62
62
  "devDependencies": {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stimulus_reflex
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.5.4
4
+ version: 3.5.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Hopkins
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-05-22 00:00:00.000000000 Z
11
+ date: 2025-05-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: actioncable