@fgv/ts-json-base 5.0.1 → 5.0.2
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 +21 -0
- package/package.json +8 -4
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fgv/ts-json-base",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "5.0.2",
|
|
6
|
+
"tag": "@fgv/ts-json-base_v5.0.2",
|
|
7
|
+
"date": "Wed, 17 Dec 2025 18:08:09 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"none": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "dual-publish"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"comment": "add converters that take json context"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"comment": "minor cleanup"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"comment": "export JsonCompatible for web consumers as well"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
4
25
|
{
|
|
5
26
|
"version": "5.0.1",
|
|
6
27
|
"tag": "@fgv/ts-json-base_v5.0.1",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fgv/ts-json-base",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.2",
|
|
4
4
|
"description": "Typescript types and basic functions for working with json",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "dist/ts-json-base.d.ts",
|
|
@@ -54,16 +54,20 @@
|
|
|
54
54
|
"@types/luxon": "^3.7.1",
|
|
55
55
|
"@rushstack/heft-node-rig": "2.11.4",
|
|
56
56
|
"@microsoft/api-extractor": "^7.53.3",
|
|
57
|
-
"@fgv/ts-utils": "5.0.
|
|
57
|
+
"@fgv/ts-utils": "5.0.2",
|
|
58
58
|
"@fgv/heft-dual-rig": "0.1.0",
|
|
59
|
-
"@fgv/ts-utils-jest": "5.0.
|
|
59
|
+
"@fgv/ts-utils-jest": "5.0.2"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
62
|
-
"@fgv/ts-utils": "5.0.
|
|
62
|
+
"@fgv/ts-utils": "5.0.2"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"luxon": "^3.7.2"
|
|
66
66
|
},
|
|
67
|
+
"repository": {
|
|
68
|
+
"type": "git",
|
|
69
|
+
"url": "https://github.com/ErikFortune/fgv.git"
|
|
70
|
+
},
|
|
67
71
|
"scripts": {
|
|
68
72
|
"build": "heft build --clean",
|
|
69
73
|
"clean": "heft clean",
|