@rails/actioncable 8.1.300 → 8.1.400

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.
Files changed (1) hide show
  1. package/package.json +7 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rails/actioncable",
3
- "version": "8.1.300",
3
+ "version": "8.1.400",
4
4
  "description": "WebSocket framework for Ruby on Rails.",
5
5
  "module": "app/assets/javascripts/actioncable.esm.js",
6
6
  "main": "app/assets/javascripts/actioncable.js",
@@ -27,17 +27,16 @@
27
27
  "@eslint/js": "^9.24.0",
28
28
  "@rollup/plugin-commonjs": "^19.0.1",
29
29
  "@rollup/plugin-node-resolve": "^11.0.1",
30
+ "@web/test-runner": "^0.20.2",
31
+ "@web/test-runner-saucelabs": "^0.13.0",
30
32
  "eslint": "^9.24.0",
31
33
  "eslint-plugin-import": "^2.31.0",
32
34
  "globals": "^14.0.0",
33
- "karma": "^6.4.2",
34
- "karma-chrome-launcher": "^2.2.0",
35
- "karma-qunit": "^2.1.0",
36
- "karma-sauce-launcher": "^1.2.0",
37
35
  "mock-socket": "^2.0.0",
38
- "qunit": "^2.8.0",
36
+ "qunit": "^2.20.0",
39
37
  "rollup": "^2.35.1",
40
- "rollup-plugin-terser": "^7.0.2"
38
+ "rollup-plugin-terser": "^7.0.2",
39
+ "web-test-runner-qunit": "^2.0.0"
41
40
  },
42
41
  "scripts": {
43
42
  "prebuild": "yarn lint && bundle exec rake assets:codegen",
@@ -45,6 +44,6 @@
45
44
  "lint": "eslint app/javascript",
46
45
  "prepublishOnly": "rm -rf src && cp -R app/javascript/action_cable src",
47
46
  "pretest": "bundle exec rake assets:codegen && rollup --config rollup.config.test.js",
48
- "test": "karma start"
47
+ "test": "node test/javascript/run_web_test_runner.mjs"
49
48
  }
50
49
  }