@fgv/ts-extras 3.0.1-alpha.6 → 4.0.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,33 @@
1
1
  {
2
2
  "name": "@fgv/ts-extras",
3
3
  "entries": [
4
+ {
5
+ "version": "4.0.1",
6
+ "tag": "@fgv/ts-extras_v4.0.1",
7
+ "date": "Tue, 14 May 2024 05:02:20 GMT",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "comment": "publish"
12
+ }
13
+ ]
14
+ }
15
+ },
16
+ {
17
+ "version": "4.0.0",
18
+ "tag": "@fgv/ts-extras_v4.0.0",
19
+ "date": "Tue, 14 May 2024 03:09:27 GMT",
20
+ "comments": {
21
+ "none": [
22
+ {
23
+ "comment": "move templateString, rangeOf and isoDate converters from ts-utils"
24
+ },
25
+ {
26
+ "comment": "update generated api docs"
27
+ }
28
+ ]
29
+ }
30
+ },
4
31
  {
5
32
  "version": "3.0.0",
6
33
  "tag": "@fgv/ts-extras_v3.0.0",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  # Change Log - @fgv/ts-extras
2
2
 
3
- This log was last generated on Mon, 22 Jan 2024 07:00:18 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 14 May 2024 05:02:20 GMT and should not be manually modified.
4
+
5
+ ## 4.0.1
6
+ Tue, 14 May 2024 05:02:20 GMT
7
+
8
+ ### Updates
9
+
10
+ - publish
11
+
12
+ ## 4.0.0
13
+ Tue, 14 May 2024 03:09:27 GMT
14
+
15
+ ### Updates
16
+
17
+ - move templateString, rangeOf and isoDate converters from ts-utils
18
+ - update generated api docs
4
19
 
5
20
  ## 3.0.0
6
21
  Mon, 22 Jan 2024 07:00:18 GMT
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.42.1"
8
+ "packageVersion": "7.43.4"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fgv/ts-extras",
3
- "version": "3.0.1-alpha.6",
3
+ "version": "4.0.1",
4
4
  "description": "Assorted Typescript Utilities",
5
5
  "main": "lib/index.js",
6
6
  "types": "dist/ts-extras.d.ts",
@@ -17,15 +17,15 @@
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.23.34",
21
- "@microsoft/api-extractor": "^7.42.1",
20
+ "@microsoft/api-documenter": "^7.24.5",
21
+ "@microsoft/api-extractor": "^7.43.4",
22
22
  "@types/jest": "^29.5.12",
23
23
  "@types/luxon": "^3.4.2",
24
24
  "@types/mustache": "^4.2.5",
25
- "@types/node": "^20.11.24",
25
+ "@types/node": "^20.12.11",
26
26
  "@types/papaparse": "^5.3.14",
27
- "@typescript-eslint/eslint-plugin": "^7.1.0",
28
- "@typescript-eslint/parser": "^7.1.0",
27
+ "@typescript-eslint/eslint-plugin": "^7.9.0",
28
+ "@typescript-eslint/parser": "^7.9.0",
29
29
  "eslint": "^8.57.0",
30
30
  "eslint-config-standard": "^17.1.0",
31
31
  "eslint-plugin-import": "^2.29.1",
@@ -34,20 +34,20 @@
34
34
  "jest": "^29.7.0",
35
35
  "jest-extended": "^4.0.2",
36
36
  "jest-matcher-utils": "^29.7.0",
37
- "rimraf": "^5.0.5",
37
+ "rimraf": "^5.0.7",
38
38
  "ts-jest": "^29.1.2",
39
39
  "ts-node": "^10.9.2",
40
- "typescript": "^5.3.3",
40
+ "typescript": "^5.4.5",
41
41
  "eslint-plugin-n": "^16.6.2",
42
42
  "jest-snapshot": "~29.7.0",
43
- "@rushstack/heft": "~0.65.8",
44
- "@rushstack/heft-node-rig": "~2.4.21",
45
- "@rushstack/eslint-config": "~3.6.4",
43
+ "@rushstack/heft": "~0.66.6",
44
+ "@rushstack/heft-node-rig": "~2.6.3",
45
+ "@rushstack/eslint-config": "~3.6.9",
46
46
  "@types/heft-jest": "1.0.6",
47
- "@rushstack/heft-jest-plugin": "~0.11.18",
47
+ "@rushstack/heft-jest-plugin": "~0.11.27",
48
48
  "eslint-plugin-tsdoc": "~0.2.17",
49
- "@fgv/ts-utils-jest": "3.0.1-alpha.6",
50
- "@fgv/ts-utils": "3.0.1-alpha.6"
49
+ "@fgv/ts-utils-jest": "4.0.1",
50
+ "@fgv/ts-utils": "4.0.1"
51
51
  },
52
52
  "dependencies": {
53
53
  "luxon": "^3.4.4",
@@ -55,7 +55,7 @@
55
55
  "papaparse": "^5.4.1"
56
56
  },
57
57
  "peerDependencies": {
58
- "@fgv/ts-utils": "3.0.1-alpha.6"
58
+ "@fgv/ts-utils": "4.0.1"
59
59
  },
60
60
  "scripts": {
61
61
  "build": "heft test --clean",