@fgv/ts-json-base 4.5.0 → 4.6.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,24 @@
1
1
  {
2
2
  "name": "@fgv/ts-json-base",
3
3
  "entries": [
4
+ {
5
+ "version": "4.6.0",
6
+ "tag": "@fgv/ts-json-base_v4.6.0",
7
+ "date": "Wed, 02 Jul 2025 05:48:16 GMT",
8
+ "comments": {}
9
+ },
10
+ {
11
+ "version": "4.5.1",
12
+ "tag": "@fgv/ts-json-base_v4.5.1",
13
+ "date": "Wed, 02 Jul 2025 05:47:11 GMT",
14
+ "comments": {
15
+ "none": [
16
+ {
17
+ "comment": "update rushstack"
18
+ }
19
+ ]
20
+ }
21
+ },
4
22
  {
5
23
  "version": "4.5.0",
6
24
  "tag": "@fgv/ts-json-base_v4.5.0",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  # Change Log - @fgv/ts-json-base
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 Wed, 02 Jul 2025 05:48:16 GMT and should not be manually modified.
4
+
5
+ ## 4.6.0
6
+ Wed, 02 Jul 2025 05:48:16 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 4.5.1
11
+ Wed, 02 Jul 2025 05:47:11 GMT
12
+
13
+ ### Updates
14
+
15
+ - update rushstack
4
16
 
5
17
  ## 4.5.0
6
18
  Tue, 01 Jul 2025 03:26:11 GMT
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.49.1"
8
+ "packageVersion": "7.52.8"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,58 +1,61 @@
1
1
  {
2
- "name": "@fgv/ts-json-base",
3
- "version": "4.5.0",
4
- "description": "Typescript types and basic functions for working with json",
5
- "main": "lib/index.js",
6
- "types": "dist/ts-json-base.d.ts",
7
- "keywords": [
8
- "typescript",
9
- "json"
10
- ],
11
- "author": "Erik Fortune",
12
- "license": "MIT",
13
- "bugs": {
14
- "url": "https://github.com/ErikFortune/fgv/issues"
15
- },
16
- "homepage": "https://github.com/ErikFortune/fgv/tree/main/libraries/ts-json-base#readme",
17
- "sideEffects": false,
18
- "devDependencies": {
19
- "@fgv/ts-utils": "4.5.0",
20
- "@fgv/ts-utils-jest": "4.5.0",
21
- "@types/jest": "^29.5.14",
22
- "@types/node": "^20.14.9",
23
- "@typescript-eslint/eslint-plugin": "^7.14.1",
24
- "@typescript-eslint/parser": "^7.14.1",
25
- "eslint": "^8.57.0",
26
- "eslint-plugin-import": "^2.31.0",
27
- "eslint-plugin-node": "^11.1.0",
28
- "eslint-plugin-promise": "^6.2.0",
29
- "jest": "^29.7.0",
30
- "jest-extended": "^4.0.2",
31
- "rimraf": "^5.0.7",
32
- "ts-jest": "^29.2.5",
33
- "ts-node": "^10.9.2",
34
- "typescript": "^5.7.3",
35
- "eslint-plugin-n": "^16.6.2",
36
- "@rushstack/heft-node-rig": "~2.6.49",
37
- "@rushstack/heft": "~0.68.13",
38
- "heft-jest": "~1.0.2",
39
- "@types/heft-jest": "1.0.6",
40
- "@microsoft/api-documenter": "^7.26.5",
41
- "@fgv/ts-extras": "4.5.0"
42
- },
43
- "peerDependencies": {
44
- "@fgv/ts-utils": "4.5.0"
45
- },
46
- "scripts": {
47
- "build": "heft test --clean",
48
- "clean": "heft clean",
49
- "test": "heft test --clean",
50
- "build-docs": "api-documenter markdown --input-folder ./temp --output-folder docs",
51
- "build-all": "rushx build; rushx build-docs",
52
- "test-handles": "jest --runInBand --detectOpenHandles",
53
- "clean-jest": "jest --clear-cache",
54
- "coverage": "jest --coverage --no-cache",
55
- "lint": "eslint src --ext .ts",
56
- "fixlint": "eslint src --ext .ts --fix"
57
- }
58
- }
2
+ "name": "@fgv/ts-json-base",
3
+ "version": "4.6.0",
4
+ "description": "Typescript types and basic functions for working with json",
5
+ "main": "lib/index.js",
6
+ "types": "dist/ts-json-base.d.ts",
7
+ "keywords": [
8
+ "typescript",
9
+ "json"
10
+ ],
11
+ "author": "Erik Fortune",
12
+ "license": "MIT",
13
+ "bugs": {
14
+ "url": "https://github.com/ErikFortune/fgv/issues"
15
+ },
16
+ "homepage": "https://github.com/ErikFortune/fgv/tree/main/libraries/ts-json-base#readme",
17
+ "sideEffects": false,
18
+ "devDependencies": {
19
+ "@types/jest": "^29.5.14",
20
+ "@types/node": "^20.14.9",
21
+ "@typescript-eslint/eslint-plugin": "^7.14.1",
22
+ "@typescript-eslint/parser": "^7.14.1",
23
+ "eslint": "^8.57.0",
24
+ "eslint-plugin-import": "^2.32.0",
25
+ "eslint-plugin-node": "^11.1.0",
26
+ "eslint-plugin-promise": "^6.2.0",
27
+ "jest": "^29.7.0",
28
+ "jest-extended": "^4.0.2",
29
+ "rimraf": "^5.0.7",
30
+ "ts-jest": "^29.4.0",
31
+ "ts-node": "^10.9.2",
32
+ "typescript": "^5.7.3",
33
+ "eslint-plugin-n": "^16.6.2",
34
+ "@rushstack/heft-node-rig": "~2.9.0",
35
+ "@rushstack/heft": "~0.74.0",
36
+ "heft-jest": "~1.0.2",
37
+ "@types/heft-jest": "1.0.6",
38
+ "@microsoft/api-documenter": "^7.26.29",
39
+ "@rushstack/eslint-patch": "~1.12.0",
40
+ "@rushstack/eslint-config": "~4.4.0",
41
+ "eslint-plugin-tsdoc": "~0.4.0",
42
+ "@fgv/ts-utils": "4.6.0",
43
+ "@fgv/ts-utils-jest": "4.6.0",
44
+ "@fgv/ts-extras": "4.6.0"
45
+ },
46
+ "peerDependencies": {
47
+ "@fgv/ts-utils": "4.6.0"
48
+ },
49
+ "scripts": {
50
+ "build": "heft test --clean",
51
+ "clean": "heft clean",
52
+ "test": "heft test --clean",
53
+ "build-docs": "api-documenter markdown --input-folder ./temp --output-folder docs",
54
+ "build-all": "rushx build; rushx build-docs",
55
+ "test-handles": "jest --runInBand --detectOpenHandles",
56
+ "clean-jest": "jest --clear-cache",
57
+ "coverage": "jest --coverage --no-cache",
58
+ "lint": "eslint src --ext .ts",
59
+ "fixlint": "eslint src --ext .ts --fix"
60
+ }
61
+ }