@fgv/ts-utils-jest 2.1.1-alpha.3 → 3.0.0-alpha.1

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.json CHANGED
@@ -1,6 +1,48 @@
1
1
  {
2
2
  "name": "@fgv/ts-utils-jest",
3
3
  "entries": [
4
+ {
5
+ "version": "3.0.0",
6
+ "tag": "@fgv/ts-utils-jest_v3.0.0",
7
+ "date": "Mon, 22 Jan 2024 07:00:18 GMT",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "comment": "gitignore tweaks"
12
+ },
13
+ {
14
+ "comment": "fix types for ts-utils-jest"
15
+ },
16
+ {
17
+ "comment": "fix peers"
18
+ },
19
+ {
20
+ "comment": "bump versions"
21
+ },
22
+ {
23
+ "comment": "cleanup"
24
+ },
25
+ {
26
+ "comment": "Update dependencies"
27
+ },
28
+ {
29
+ "comment": "bump dependencies, fix tests"
30
+ },
31
+ {
32
+ "comment": "version upgrades"
33
+ },
34
+ {
35
+ "comment": "update dependencies"
36
+ },
37
+ {
38
+ "comment": "update peer dependencies"
39
+ },
40
+ {
41
+ "comment": "bump version"
42
+ }
43
+ ]
44
+ }
45
+ },
4
46
  {
5
47
  "version": "2.0.0",
6
48
  "tag": "@fgv/ts-utils-jest_v2.0.0",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,23 @@
1
1
  # Change Log - @fgv/ts-utils-jest
2
2
 
3
- This log was last generated on Mon, 10 Apr 2023 03:33:11 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 22 Jan 2024 07:00:18 GMT and should not be manually modified.
4
+
5
+ ## 3.0.0
6
+ Mon, 22 Jan 2024 07:00:18 GMT
7
+
8
+ ### Updates
9
+
10
+ - gitignore tweaks
11
+ - fix types for ts-utils-jest
12
+ - fix peers
13
+ - bump versions
14
+ - cleanup
15
+ - Update dependencies
16
+ - bump dependencies, fix tests
17
+ - version upgrades
18
+ - update dependencies
19
+ - update peer dependencies
20
+ - bump version
4
21
 
5
22
  ## 2.0.0
6
23
  Mon, 10 Apr 2023 03:33:11 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fgv/ts-utils-jest",
3
- "version": "2.1.1-alpha.3",
3
+ "version": "3.0.0-alpha.1",
4
4
  "description": "Custom matchers for ts-utils result class",
5
5
  "main": "lib/index.js",
6
6
  "keywords": [
@@ -28,7 +28,7 @@
28
28
  "jest-snapshot": "~29.7.0"
29
29
  },
30
30
  "devDependencies": {
31
- "@fgv/ts-utils": "2.1.1-alpha.3",
31
+ "@fgv/ts-utils": "3.0.0-alpha.1",
32
32
  "@types/jest": "^29.5.11",
33
33
  "@types/node": "^20.11.5",
34
34
  "@typescript-eslint/eslint-plugin": "^6.19.0",
@@ -46,7 +46,7 @@
46
46
  "typescript": "^5.3.3"
47
47
  },
48
48
  "peerDependencies": {
49
- "@fgv/ts-utils": "^2.1.1-alpha.3"
49
+ "@fgv/ts-utils": "^3.0.0-alpha.1"
50
50
  },
51
51
  "scripts": {
52
52
  "build": "heft build",