@fgv/ts-extras 4.2.2 → 4.3.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.3.0",
6
+ "tag": "@fgv/ts-extras_v4.3.0",
7
+ "date": "Thu, 30 Jan 2025 00:35:17 GMT",
8
+ "comments": {}
9
+ },
4
10
  {
5
11
  "version": "4.2.2",
6
12
  "tag": "@fgv/ts-extras_v4.2.2",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Change Log - @fgv/ts-extras
2
2
 
3
- This log was last generated on Thu, 23 Jan 2025 06:19:32 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 30 Jan 2025 00:35:17 GMT and should not be manually modified.
4
+
5
+ ## 4.3.0
6
+ Thu, 30 Jan 2025 00:35:17 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 4.2.2
6
11
  Thu, 23 Jan 2025 06:19:32 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fgv/ts-extras",
3
- "version": "4.2.2",
3
+ "version": "4.3.0",
4
4
  "description": "Assorted Typescript Utilities",
5
5
  "main": "lib/index.js",
6
6
  "types": "dist/ts-extras.d.ts",
@@ -45,8 +45,8 @@
45
45
  "@types/heft-jest": "1.0.6",
46
46
  "@rushstack/heft-jest-plugin": "~0.14.3",
47
47
  "eslint-plugin-tsdoc": "~0.4.0",
48
- "@fgv/ts-utils-jest": "4.2.2",
49
- "@fgv/ts-utils": "4.2.2"
48
+ "@fgv/ts-utils-jest": "4.3.0",
49
+ "@fgv/ts-utils": "4.3.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.2.2"
57
+ "@fgv/ts-utils": "4.3.0"
58
58
  },
59
59
  "scripts": {
60
60
  "build": "heft test --clean",