@fgv/ts-extras 4.6.0 → 5.0.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/CHANGELOG.json CHANGED
@@ -1,6 +1,21 @@
1
1
  {
2
2
  "name": "@fgv/ts-extras",
3
3
  "entries": [
4
+ {
5
+ "version": "5.0.0",
6
+ "tag": "@fgv/ts-extras_v5.0.0",
7
+ "date": "Thu, 17 Jul 2025 00:13:24 GMT",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "comment": "upgrade dependencies"
12
+ },
13
+ {
14
+ "comment": "bump version"
15
+ }
16
+ ]
17
+ }
18
+ },
4
19
  {
5
20
  "version": "4.6.0",
6
21
  "tag": "@fgv/ts-extras_v4.6.0",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,14 @@
1
1
  # Change Log - @fgv/ts-extras
2
2
 
3
- This log was last generated on Wed, 02 Jul 2025 05:48:16 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 17 Jul 2025 00:13:24 GMT and should not be manually modified.
4
+
5
+ ## 5.0.0
6
+ Thu, 17 Jul 2025 00:13:24 GMT
7
+
8
+ ### Updates
9
+
10
+ - upgrade dependencies
11
+ - bump version
4
12
 
5
13
  ## 4.6.0
6
14
  Wed, 02 Jul 2025 05:48:16 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fgv/ts-extras",
3
- "version": "4.6.0",
3
+ "version": "5.0.0-0",
4
4
  "description": "Assorted Typescript Utilities",
5
5
  "main": "lib/index.js",
6
6
  "types": "dist/ts-extras.d.ts",
@@ -20,7 +20,7 @@
20
20
  "@microsoft/api-documenter": "^7.26.29",
21
21
  "@microsoft/api-extractor": "^7.49.1",
22
22
  "@types/jest": "^29.5.14",
23
- "@types/luxon": "^3.4.2",
23
+ "@types/luxon": "^3.6.2",
24
24
  "@types/mustache": "^4.2.5",
25
25
  "@types/node": "^20.14.9",
26
26
  "@types/papaparse": "^5.3.14",
@@ -45,16 +45,16 @@
45
45
  "@types/heft-jest": "1.0.6",
46
46
  "@rushstack/heft-jest-plugin": "~0.16.9",
47
47
  "eslint-plugin-tsdoc": "~0.4.0",
48
- "@fgv/ts-utils-jest": "4.6.0",
49
- "@fgv/ts-utils": "4.6.0"
48
+ "@fgv/ts-utils-jest": "5.0.0-0",
49
+ "@fgv/ts-utils": "5.0.0-0"
50
50
  },
51
51
  "dependencies": {
52
- "luxon": "^3.5.0",
52
+ "luxon": "^3.6.1",
53
53
  "mustache": "^4.2.0",
54
54
  "papaparse": "^5.4.1"
55
55
  },
56
56
  "peerDependencies": {
57
- "@fgv/ts-utils": "4.6.0"
57
+ "@fgv/ts-utils": "5.0.0-0"
58
58
  },
59
59
  "scripts": {
60
60
  "build": "heft test --clean",