@serenity-js/core 3.14.0 → 3.14.2

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,26 @@
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.14.2](https://github.com/serenity-js/serenity-js/compare/v3.14.1...v3.14.2) (2023-12-12)
7
+
8
+ **Note:** Version bump only for package @serenity-js/core
9
+
10
+
11
+
12
+
13
+
14
+ ## [3.14.1](https://github.com/serenity-js/serenity-js/compare/v3.14.0...v3.14.1) (2023-12-10)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **core:** added provenance statements ([04c2d87](https://github.com/serenity-js/serenity-js/commit/04c2d878be0f2d853b14e4fa390f312688b868cf))
20
+ * **core:** pinned all the direct dependencies ([498b336](https://github.com/serenity-js/serenity-js/commit/498b33614f678327ba207b30e3b2452728545aaf))
21
+
22
+
23
+
24
+
25
+
6
26
  # [3.14.0](https://github.com/serenity-js/serenity-js/compare/v3.13.3...v3.14.0) (2023-12-02)
7
27
 
8
28
 
@@ -184,13 +184,13 @@ import type { UsesAbilities } from './UsesAbilities';
184
184
  *
185
185
  * await actorCalled('Trevor')
186
186
  * .whoCan(
187
- * BrowseTheWebWithPlaywright.using(browser, { baseURL }),
188
- * CallAnApi.at(`${ baseURL }/api`),
189
- * TakeNotes.using(Notepad.with<MyNotes>({
190
- * firstName: 'Trevor',
191
- * lastName: 'Traveller',
192
- * emailAddress: 'Trevor.Traveller@example.org',
193
- * }))
187
+ * BrowseTheWebWithPlaywright.using(browser, { baseURL }),
188
+ * CallAnApi.at(`${ baseURL }/api`),
189
+ * TakeNotes.using(Notepad.with<MyNotes>({
190
+ * firstName: 'Trevor',
191
+ * lastName: 'Traveller',
192
+ * emailAddress: 'Trevor.Traveller@example.org',
193
+ * }))
194
194
  * )
195
195
  * ```
196
196
  *
@@ -185,13 +185,13 @@ exports.Ability = void 0;
185
185
  *
186
186
  * await actorCalled('Trevor')
187
187
  * .whoCan(
188
- * BrowseTheWebWithPlaywright.using(browser, { baseURL }),
189
- * CallAnApi.at(`${ baseURL }/api`),
190
- * TakeNotes.using(Notepad.with<MyNotes>({
191
- * firstName: 'Trevor',
192
- * lastName: 'Traveller',
193
- * emailAddress: 'Trevor.Traveller@example.org',
194
- * }))
188
+ * BrowseTheWebWithPlaywright.using(browser, { baseURL }),
189
+ * CallAnApi.at(`${ baseURL }/api`),
190
+ * TakeNotes.using(Notepad.with<MyNotes>({
191
+ * firstName: 'Trevor',
192
+ * lastName: 'Traveller',
193
+ * emailAddress: 'Trevor.Traveller@example.org',
194
+ * }))
195
195
  * )
196
196
  * ```
197
197
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serenity-js/core",
3
- "version": "3.14.0",
3
+ "version": "3.14.2",
4
4
  "description": "Serenity/JS Screenplay, reporting engine and core interfaces.",
5
5
  "author": {
6
6
  "name": "Jan Molak",
@@ -13,7 +13,8 @@
13
13
  "homepage": "https://serenity-js.org",
14
14
  "license": "Apache-2.0",
15
15
  "publishConfig": {
16
- "access": "public"
16
+ "access": "public",
17
+ "provenance": true
17
18
  },
18
19
  "main": "lib/index.js",
19
20
  "types": "lib/index.d.ts",
@@ -32,32 +33,32 @@
32
33
  "compile": "rimraf lib && tsc --project tsconfig.build.json"
33
34
  },
34
35
  "dependencies": {
35
- "@paralleldrive/cuid2": "^2.2.2",
36
- "chalk": "^4.1.2",
37
- "diff": "^5.1.0",
36
+ "@paralleldrive/cuid2": "2.2.2",
37
+ "chalk": "4.1.2",
38
+ "diff": "5.1.0",
38
39
  "error-stack-parser": "2.1.4",
39
- "fast-glob": "^3.3.2",
40
- "filenamify": "^4.3.0",
41
- "graceful-fs": "^4.2.11",
42
- "moment": "^2.29.4",
43
- "semver": "^7.5.4",
44
- "tiny-types": "^1.21.0",
45
- "upath": "^2.0.1",
46
- "validate-npm-package-name": "^5.0.0"
40
+ "fast-glob": "3.3.2",
41
+ "filenamify": "4.3.0",
42
+ "graceful-fs": "4.2.11",
43
+ "moment": "2.29.4",
44
+ "semver": "7.5.4",
45
+ "tiny-types": "1.21.0",
46
+ "upath": "2.0.1",
47
+ "validate-npm-package-name": "5.0.0"
47
48
  },
48
49
  "devDependencies": {
49
- "@types/chai": "^4.3.11",
50
- "@types/diff": "^5.0.8",
51
- "@types/filenamify": "^2.0.2",
52
- "@types/mocha": "^10.0.6",
53
- "@types/semver": "^7.5.6",
54
- "@types/validate-npm-package-name": "^4.0.2",
55
- "assertion-error-formatter": "^3.0.0",
50
+ "@types/chai": "4.3.11",
51
+ "@types/diff": "5.0.9",
52
+ "@types/filenamify": "2.0.2",
53
+ "@types/mocha": "10.0.6",
54
+ "@types/semver": "7.5.6",
55
+ "@types/validate-npm-package-name": "4.0.2",
56
+ "assertion-error-formatter": "3.0.0",
56
57
  "c8": "8.0.1",
57
- "memfs": "^4.6.0",
58
- "mocha": "^10.2.0",
59
- "mocha-multi": "^1.1.7",
60
- "ts-node": "^10.9.1",
58
+ "memfs": "4.6.0",
59
+ "mocha": "10.2.0",
60
+ "mocha-multi": "1.1.7",
61
+ "ts-node": "10.9.2",
61
62
  "typescript": "5.1.6"
62
63
  },
63
64
  "repository": {
@@ -71,5 +72,5 @@
71
72
  "engines": {
72
73
  "node": "^16.13 || ^18.12 || ^20"
73
74
  },
74
- "gitHead": "a81b85d03b62c662c00aecebc75ed35a97815a6b"
75
+ "gitHead": "b2b052ea1120bf33c2848956f2f0ea5f0ffdfc24"
75
76
  }
@@ -185,13 +185,13 @@ import type { UsesAbilities } from './UsesAbilities';
185
185
  *
186
186
  * await actorCalled('Trevor')
187
187
  * .whoCan(
188
- * BrowseTheWebWithPlaywright.using(browser, { baseURL }),
189
- * CallAnApi.at(`${ baseURL }/api`),
190
- * TakeNotes.using(Notepad.with<MyNotes>({
191
- * firstName: 'Trevor',
192
- * lastName: 'Traveller',
193
- * emailAddress: 'Trevor.Traveller@example.org',
194
- * }))
188
+ * BrowseTheWebWithPlaywright.using(browser, { baseURL }),
189
+ * CallAnApi.at(`${ baseURL }/api`),
190
+ * TakeNotes.using(Notepad.with<MyNotes>({
191
+ * firstName: 'Trevor',
192
+ * lastName: 'Traveller',
193
+ * emailAddress: 'Trevor.Traveller@example.org',
194
+ * }))
195
195
  * )
196
196
  * ```
197
197
  *