@fgv/ts-extras 4.5.0-3 → 4.5.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/CHANGELOG.json CHANGED
@@ -1,6 +1,12 @@
1
1
  {
2
2
  "name": "@fgv/ts-extras",
3
3
  "entries": [
4
+ {
5
+ "version": "4.5.0",
6
+ "tag": "@fgv/ts-extras_v4.5.0",
7
+ "date": "Tue, 01 Jul 2025 03:26:11 GMT",
8
+ "comments": {}
9
+ },
4
10
  {
5
11
  "version": "4.4.0",
6
12
  "tag": "@fgv/ts-extras_v4.4.0",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Change Log - @fgv/ts-extras
2
2
 
3
- This log was last generated on Sat, 01 Feb 2025 17:13:10 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 01 Jul 2025 03:26:11 GMT and should not be manually modified.
4
+
5
+ ## 4.5.0
6
+ Tue, 01 Jul 2025 03:26:11 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 4.4.0
6
11
  Sat, 01 Feb 2025 17:13:10 GMT
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.1"
8
+ "packageVersion": "7.49.1"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fgv/ts-extras",
3
- "version": "4.5.0-3",
3
+ "version": "4.5.0",
4
4
  "description": "Assorted Typescript Utilities",
5
5
  "main": "lib/index.js",
6
6
  "types": "dist/ts-extras.d.ts",
@@ -17,36 +17,36 @@
17
17
  "homepage": "https://github.com/ErikFortune/fgv/tree/main/libraries/ts-extras#ts-utils",
18
18
  "devDependencies": {
19
19
  "@jest/expect-utils": "^29.7.0",
20
- "@microsoft/api-documenter": "^7.26.17",
21
- "@microsoft/api-extractor": "^7.52.1",
20
+ "@microsoft/api-documenter": "^7.26.5",
21
+ "@microsoft/api-extractor": "^7.49.1",
22
22
  "@types/jest": "^29.5.14",
23
23
  "@types/luxon": "^3.4.2",
24
24
  "@types/mustache": "^4.2.5",
25
- "@types/node": "^22.13.11",
25
+ "@types/node": "^20.14.9",
26
26
  "@types/papaparse": "^5.3.14",
27
- "@typescript-eslint/eslint-plugin": "^8.27.0",
28
- "@typescript-eslint/parser": "^8.27.0",
27
+ "@typescript-eslint/eslint-plugin": "^7.14.1",
28
+ "@typescript-eslint/parser": "^7.14.1",
29
29
  "eslint": "^8.57.0",
30
30
  "eslint-plugin-import": "^2.31.0",
31
31
  "eslint-plugin-node": "^11.1.0",
32
- "eslint-plugin-promise": "^7.2.1",
32
+ "eslint-plugin-promise": "^6.2.0",
33
33
  "jest": "^29.7.0",
34
34
  "jest-extended": "^4.0.2",
35
35
  "jest-matcher-utils": "^29.7.0",
36
- "rimraf": "^6.0.1",
37
- "ts-jest": "^29.2.6",
36
+ "rimraf": "^5.0.7",
37
+ "ts-jest": "^29.2.5",
38
38
  "ts-node": "^10.9.2",
39
- "typescript": "^5.8.2",
40
- "eslint-plugin-n": "^17.16.2",
39
+ "typescript": "^5.7.3",
40
+ "eslint-plugin-n": "^16.6.2",
41
41
  "jest-snapshot": "~29.7.0",
42
- "@rushstack/heft": "~0.71.0",
43
- "@rushstack/heft-node-rig": "~2.8.2",
44
- "@rushstack/eslint-config": "~4.3.0",
42
+ "@rushstack/heft": "~0.68.13",
43
+ "@rushstack/heft-node-rig": "~2.6.49",
44
+ "@rushstack/eslint-config": "~3.7.0",
45
45
  "@types/heft-jest": "1.0.6",
46
- "@rushstack/heft-jest-plugin": "~0.15.2",
46
+ "@rushstack/heft-jest-plugin": "~0.14.3",
47
47
  "eslint-plugin-tsdoc": "~0.4.0",
48
- "@fgv/ts-utils-jest": "4.5.0-3",
49
- "@fgv/ts-utils": "4.5.0-3"
48
+ "@fgv/ts-utils-jest": "4.5.0",
49
+ "@fgv/ts-utils": "4.5.0"
50
50
  },
51
51
  "dependencies": {
52
52
  "luxon": "^3.5.0",
@@ -54,7 +54,7 @@
54
54
  "papaparse": "^5.4.1"
55
55
  },
56
56
  "peerDependencies": {
57
- "@fgv/ts-utils": "4.5.0-3"
57
+ "@fgv/ts-utils": "4.5.0"
58
58
  },
59
59
  "scripts": {
60
60
  "build": "heft test --clean",