@fgv/ts-json 4.5.0-3 → 4.5.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 +12 -0
- package/CHANGELOG.md +8 -1
- package/dist/tsdoc-metadata.json +1 -1
- package/package.json +18 -18
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fgv/ts-json",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "4.5.0",
|
|
6
|
+
"tag": "@fgv/ts-json_v4.5.0",
|
|
7
|
+
"date": "Tue, 01 Jul 2025 03:26:11 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Fix incorrect build script in package.json that was running tests instead of build"
|
|
12
|
+
}
|
|
13
|
+
]
|
|
14
|
+
}
|
|
15
|
+
},
|
|
4
16
|
{
|
|
5
17
|
"version": "4.4.0",
|
|
6
18
|
"tag": "@fgv/ts-json_v4.4.0",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
# Change Log - @fgv/ts-json
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 01 Jul 2025 03:26:11 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 4.5.0
|
|
6
|
+
Tue, 01 Jul 2025 03:26:11 GMT
|
|
7
|
+
|
|
8
|
+
### Patches
|
|
9
|
+
|
|
10
|
+
- Fix incorrect build script in package.json that was running tests instead of build
|
|
4
11
|
|
|
5
12
|
## 4.4.0
|
|
6
13
|
Sat, 01 Feb 2025 17:13:10 GMT
|
package/dist/tsdoc-metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fgv/ts-json",
|
|
3
|
-
"version": "4.5.0
|
|
3
|
+
"version": "4.5.0",
|
|
4
4
|
"description": "Typescript utilities for working with JSON",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "dist/ts-json.d.ts",
|
|
@@ -16,39 +16,39 @@
|
|
|
16
16
|
"homepage": "https://github.com/ErikFortune/fgv/tree/main/libraries/ts-json#readme",
|
|
17
17
|
"sideEffects": false,
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@fgv/ts-utils": "4.5.0
|
|
20
|
-
"@fgv/ts-utils-jest": "4.5.0
|
|
19
|
+
"@fgv/ts-utils": "4.5.0",
|
|
20
|
+
"@fgv/ts-utils-jest": "4.5.0",
|
|
21
21
|
"@types/jest": "^29.5.14",
|
|
22
22
|
"@types/mustache": "^4.2.5",
|
|
23
|
-
"@types/node": "^
|
|
24
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
25
|
-
"@typescript-eslint/parser": "^
|
|
23
|
+
"@types/node": "^20.14.9",
|
|
24
|
+
"@typescript-eslint/eslint-plugin": "^7.14.1",
|
|
25
|
+
"@typescript-eslint/parser": "^7.14.1",
|
|
26
26
|
"eslint": "^8.57.0",
|
|
27
27
|
"eslint-plugin-import": "^2.31.0",
|
|
28
28
|
"eslint-plugin-node": "^11.1.0",
|
|
29
|
-
"eslint-plugin-promise": "^
|
|
29
|
+
"eslint-plugin-promise": "^6.2.0",
|
|
30
30
|
"jest": "^29.7.0",
|
|
31
31
|
"jest-extended": "^4.0.2",
|
|
32
32
|
"mustache": "^4.2.0",
|
|
33
|
-
"rimraf": "^
|
|
34
|
-
"ts-jest": "^29.2.
|
|
33
|
+
"rimraf": "^5.0.7",
|
|
34
|
+
"ts-jest": "^29.2.5",
|
|
35
35
|
"ts-node": "^10.9.2",
|
|
36
|
-
"typescript": "^5.
|
|
37
|
-
"eslint-plugin-n": "^
|
|
38
|
-
"@rushstack/heft-node-rig": "~2.
|
|
39
|
-
"@rushstack/heft": "~0.
|
|
36
|
+
"typescript": "^5.7.3",
|
|
37
|
+
"eslint-plugin-n": "^16.6.2",
|
|
38
|
+
"@rushstack/heft-node-rig": "~2.6.49",
|
|
39
|
+
"@rushstack/heft": "~0.68.13",
|
|
40
40
|
"heft-jest": "~1.0.2",
|
|
41
41
|
"@types/heft-jest": "1.0.6",
|
|
42
|
-
"@microsoft/api-documenter": "^7.26.
|
|
43
|
-
"@fgv/ts-json-base": "4.5.0
|
|
42
|
+
"@microsoft/api-documenter": "^7.26.5",
|
|
43
|
+
"@fgv/ts-json-base": "4.5.0"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
|
-
"@fgv/ts-utils": "4.5.0
|
|
47
|
-
"@fgv/ts-json-base": "4.5.0
|
|
46
|
+
"@fgv/ts-utils": "4.5.0",
|
|
47
|
+
"@fgv/ts-json-base": "4.5.0",
|
|
48
48
|
"mustache": "^4.2.0"
|
|
49
49
|
},
|
|
50
50
|
"scripts": {
|
|
51
|
-
"build": "heft
|
|
51
|
+
"build": "heft build --clean",
|
|
52
52
|
"clean": "heft clean",
|
|
53
53
|
"test": "heft test --clean",
|
|
54
54
|
"build-docs": "api-documenter markdown --input-folder ./temp --output-folder docs",
|