@serenity-js/jasmine 3.29.2 → 3.29.4

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/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.29.4](https://github.com/serenity-js/serenity-js/compare/v3.29.3...v3.29.4) (2024-10-08)
7
+
8
+ **Note:** Version bump only for package @serenity-js/jasmine
9
+
10
+
11
+
12
+
13
+
14
+ ## [3.29.3](https://github.com/serenity-js/serenity-js/compare/v3.29.2...v3.29.3) (2024-10-08)
15
+
16
+ **Note:** Version bump only for package @serenity-js/jasmine
17
+
18
+
19
+
20
+
21
+
6
22
  ## [3.29.2](https://github.com/serenity-js/serenity-js/compare/v3.29.1...v3.29.2) (2024-09-25)
7
23
 
8
24
  **Note:** Version bump only for package @serenity-js/jasmine
package/README.md CHANGED
@@ -11,7 +11,7 @@ of complex software systems faster, more collaborative and easier to scale.
11
11
  ⭐️ Get started with Serenity/JS!
12
12
  - [Serenity/JS web testing tutorial](https://serenity-js.org/handbook/web-testing/your-first-web-scenario)
13
13
  - [Serenity/JS Handbook](https://serenity-js.org/handbook) and [Getting Started guides](https://serenity-js.org/handbook/getting-started/)
14
- - [API documentation](https://serenity-js.org/api/core)
14
+ - [API documentation](https://serenity-js.org/api/)
15
15
  - [Serenity/JS Project Templates on GitHub](https://serenity-js.org/handbook/getting-started/project-templates/)
16
16
 
17
17
  👋 Join the Serenity/JS Community!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serenity-js/jasmine",
3
- "version": "3.29.2",
3
+ "version": "3.29.4",
4
4
  "description": "Serenity/JS test runner adapter for Jasmine, enabling the use of the Screenplay Pattern in Jasmine-based test suites and leveraging Serenity/JS reporting capabilities",
5
5
  "author": {
6
6
  "name": "Jan Molak",
@@ -75,19 +75,19 @@
75
75
  "node": "^18.12 || ^20 || ^22"
76
76
  },
77
77
  "dependencies": {
78
- "@serenity-js/core": "3.29.2"
78
+ "@serenity-js/core": "3.29.4"
79
79
  },
80
80
  "peerDependencies": {
81
- "jasmine": "^5.3.0"
81
+ "jasmine": "^5.3.1"
82
82
  },
83
83
  "devDependencies": {
84
84
  "@integration/testing-tools": "3.0.0",
85
85
  "@types/chai": "4.3.20",
86
- "@types/mocha": "10.0.8",
86
+ "@types/mocha": "10.0.9",
87
87
  "c8": "10.1.2",
88
- "jasmine": "5.3.0",
88
+ "jasmine": "5.3.1",
89
89
  "mocha": "10.7.3",
90
90
  "mocha-multi": "1.1.7"
91
91
  },
92
- "gitHead": "f2292a2b02a71b18c50b96432be427ca33914abe"
92
+ "gitHead": "d63ac264848c545e728d66d4587d749c640b396c"
93
93
  }