@fgv/ts-extras 4.5.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,39 @@
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
+ },
19
+ {
20
+ "version": "4.6.0",
21
+ "tag": "@fgv/ts-extras_v4.6.0",
22
+ "date": "Wed, 02 Jul 2025 05:48:16 GMT",
23
+ "comments": {}
24
+ },
25
+ {
26
+ "version": "4.5.1",
27
+ "tag": "@fgv/ts-extras_v4.5.1",
28
+ "date": "Wed, 02 Jul 2025 05:47:11 GMT",
29
+ "comments": {
30
+ "none": [
31
+ {
32
+ "comment": "update rushstack"
33
+ }
34
+ ]
35
+ }
36
+ },
4
37
  {
5
38
  "version": "4.5.0",
6
39
  "tag": "@fgv/ts-extras_v4.5.0",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  # Change Log - @fgv/ts-extras
2
2
 
3
- This log was last generated on Tue, 01 Jul 2025 03:26:11 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
12
+
13
+ ## 4.6.0
14
+ Wed, 02 Jul 2025 05:48:16 GMT
15
+
16
+ _Version update only_
17
+
18
+ ## 4.5.1
19
+ Wed, 02 Jul 2025 05:47:11 GMT
20
+
21
+ ### Updates
22
+
23
+ - update rushstack
4
24
 
5
25
  ## 4.5.0
6
26
  Tue, 01 Jul 2025 03:26:11 GMT
package/package.json CHANGED
@@ -1,71 +1,71 @@
1
1
  {
2
- "name": "@fgv/ts-extras",
3
- "version": "4.5.0",
4
- "description": "Assorted Typescript Utilities",
5
- "main": "lib/index.js",
6
- "types": "dist/ts-extras.d.ts",
7
- "sideEffects": false,
8
- "keywords": [
9
- "typescript",
10
- "json"
11
- ],
12
- "author": "Erik Fortune",
13
- "license": "MIT",
14
- "bugs": {
15
- "url": "https://github.com/ErikFortune/fgv/issues"
16
- },
17
- "homepage": "https://github.com/ErikFortune/fgv/tree/main/libraries/ts-extras#ts-utils",
18
- "devDependencies": {
19
- "@jest/expect-utils": "^29.7.0",
20
- "@microsoft/api-documenter": "^7.26.5",
21
- "@microsoft/api-extractor": "^7.49.1",
22
- "@types/jest": "^29.5.14",
23
- "@types/luxon": "^3.4.2",
24
- "@types/mustache": "^4.2.5",
25
- "@types/node": "^20.14.9",
26
- "@types/papaparse": "^5.3.14",
27
- "@typescript-eslint/eslint-plugin": "^7.14.1",
28
- "@typescript-eslint/parser": "^7.14.1",
29
- "eslint": "^8.57.0",
30
- "eslint-plugin-import": "^2.31.0",
31
- "eslint-plugin-node": "^11.1.0",
32
- "eslint-plugin-promise": "^6.2.0",
33
- "jest": "^29.7.0",
34
- "jest-extended": "^4.0.2",
35
- "jest-matcher-utils": "^29.7.0",
36
- "rimraf": "^5.0.7",
37
- "ts-jest": "^29.2.5",
38
- "ts-node": "^10.9.2",
39
- "typescript": "^5.7.3",
40
- "eslint-plugin-n": "^16.6.2",
41
- "jest-snapshot": "~29.7.0",
42
- "@rushstack/heft": "~0.68.13",
43
- "@rushstack/heft-node-rig": "~2.6.49",
44
- "@rushstack/eslint-config": "~3.7.0",
45
- "@types/heft-jest": "1.0.6",
46
- "@rushstack/heft-jest-plugin": "~0.14.3",
47
- "eslint-plugin-tsdoc": "~0.4.0",
48
- "@fgv/ts-utils-jest": "4.5.0",
49
- "@fgv/ts-utils": "4.5.0"
50
- },
51
- "dependencies": {
52
- "luxon": "^3.5.0",
53
- "mustache": "^4.2.0",
54
- "papaparse": "^5.4.1"
55
- },
56
- "peerDependencies": {
57
- "@fgv/ts-utils": "4.5.0"
58
- },
59
- "scripts": {
60
- "build": "heft test --clean",
61
- "clean": "heft clean",
62
- "test": "heft test --clean",
63
- "build-docs": "api-documenter markdown --input-folder ./temp --output-folder docs",
64
- "build-all": "rushx build; rushx build-docs",
65
- "test-handles": "jest --runInBand --detectOpenHandles",
66
- "clean-jest": "jest --clear-cache",
67
- "coverage": "jest --coverage",
68
- "lint": "eslint src --ext .ts",
69
- "fixlint": "eslint src --ext .ts --fix"
70
- }
71
- }
2
+ "name": "@fgv/ts-extras",
3
+ "version": "5.0.0-0",
4
+ "description": "Assorted Typescript Utilities",
5
+ "main": "lib/index.js",
6
+ "types": "dist/ts-extras.d.ts",
7
+ "sideEffects": false,
8
+ "keywords": [
9
+ "typescript",
10
+ "json"
11
+ ],
12
+ "author": "Erik Fortune",
13
+ "license": "MIT",
14
+ "bugs": {
15
+ "url": "https://github.com/ErikFortune/fgv/issues"
16
+ },
17
+ "homepage": "https://github.com/ErikFortune/fgv/tree/main/libraries/ts-extras#ts-utils",
18
+ "devDependencies": {
19
+ "@jest/expect-utils": "^29.7.0",
20
+ "@microsoft/api-documenter": "^7.26.29",
21
+ "@microsoft/api-extractor": "^7.49.1",
22
+ "@types/jest": "^29.5.14",
23
+ "@types/luxon": "^3.6.2",
24
+ "@types/mustache": "^4.2.5",
25
+ "@types/node": "^20.14.9",
26
+ "@types/papaparse": "^5.3.14",
27
+ "@typescript-eslint/eslint-plugin": "^7.14.1",
28
+ "@typescript-eslint/parser": "^7.14.1",
29
+ "eslint": "^8.57.0",
30
+ "eslint-plugin-import": "^2.32.0",
31
+ "eslint-plugin-node": "^11.1.0",
32
+ "eslint-plugin-promise": "^6.2.0",
33
+ "jest": "^29.7.0",
34
+ "jest-extended": "^4.0.2",
35
+ "jest-matcher-utils": "^29.7.0",
36
+ "rimraf": "^5.0.7",
37
+ "ts-jest": "^29.4.0",
38
+ "ts-node": "^10.9.2",
39
+ "typescript": "^5.7.3",
40
+ "eslint-plugin-n": "^16.6.2",
41
+ "jest-snapshot": "~29.7.0",
42
+ "@rushstack/heft": "~0.74.0",
43
+ "@rushstack/heft-node-rig": "~2.9.0",
44
+ "@rushstack/eslint-config": "~4.4.0",
45
+ "@types/heft-jest": "1.0.6",
46
+ "@rushstack/heft-jest-plugin": "~0.16.9",
47
+ "eslint-plugin-tsdoc": "~0.4.0",
48
+ "@fgv/ts-utils-jest": "5.0.0-0",
49
+ "@fgv/ts-utils": "5.0.0-0"
50
+ },
51
+ "dependencies": {
52
+ "luxon": "^3.6.1",
53
+ "mustache": "^4.2.0",
54
+ "papaparse": "^5.4.1"
55
+ },
56
+ "peerDependencies": {
57
+ "@fgv/ts-utils": "5.0.0-0"
58
+ },
59
+ "scripts": {
60
+ "build": "heft test --clean",
61
+ "clean": "heft clean",
62
+ "test": "heft test --clean",
63
+ "build-docs": "api-documenter markdown --input-folder ./temp --output-folder docs",
64
+ "build-all": "rushx build; rushx build-docs",
65
+ "test-handles": "jest --runInBand --detectOpenHandles",
66
+ "clean-jest": "jest --clear-cache",
67
+ "coverage": "jest --coverage",
68
+ "lint": "eslint src --ext .ts",
69
+ "fixlint": "eslint src --ext .ts --fix"
70
+ }
71
+ }