jasmine-browser-runner 4.0.0-beta.0 → 4.0.0

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/MIT.LICENSE CHANGED
@@ -1,5 +1,5 @@
1
1
  Copyright (c) 2019 Pivotal Labs
2
- Copyright (c) 2020-2025 The Jasmine developers
2
+ Copyright (c) 2020-2026 The Jasmine developers
3
3
 
4
4
  Permission is hereby granted, free of charge, to any person obtaining
5
5
  a copy of this software and associated documentation files (the
package/README.md CHANGED
@@ -373,5 +373,5 @@ treated as release blockers.
373
373
  To find out what environments work with a particular Jasmine release, see the [release notes](https://github.com/jasmine/jasmine/tree/main/release_notes).
374
374
 
375
375
  Copyright (c) 2019 Pivotal Labs<br>
376
- Copyright (c) 2020-2025 The Jasmine developers<br>
376
+ Copyright (c) 2020-2026 The Jasmine developers<br>
377
377
  This software is licensed under the MIT License.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jasmine-browser-runner",
3
- "version": "4.0.0-beta.0",
3
+ "version": "4.0.0",
4
4
  "description": "Serve and run your Jasmine specs in a browser",
5
5
  "bin": "bin/jasmine-browser-runner",
6
6
  "exports": "./index.js",
@@ -37,14 +37,14 @@
37
37
  },
38
38
  "homepage": "https://github.com/jasmine/jasmine-browser-runner#readme",
39
39
  "dependencies": {
40
- "@jasminejs/reporters": "^0.1.0",
40
+ "@jasminejs/reporters": "^1.0.0",
41
41
  "ejs": "^3.1.6",
42
42
  "express": "^5.0.0",
43
43
  "glob": "^10.2.2 || ^11.0.3 || ^12.0.0 || ^13.0.0",
44
44
  "selenium-webdriver": "^4.12.0"
45
45
  },
46
46
  "peerDependencies": {
47
- "jasmine-core": "6.0.0-beta.1"
47
+ "jasmine-core": "^6.0.0"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@eslint/eslintrc": "^3.3.1",
@@ -53,7 +53,7 @@
53
53
  "eslint-plugin-jasmine": "^4.2.2",
54
54
  "globals": "^16.2.0",
55
55
  "jasmine": "github:jasmine/jasmine-npm",
56
- "jasmine-core": "6.0.0-beta.1",
56
+ "jasmine-core": "^6.0.0",
57
57
  "prettier": "^1.17.1"
58
58
  },
59
59
  "prettier": {