@fgv/ts-json 5.0.0-22 → 5.0.0-24
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 +0 -15
- package/package.json +11 -10
- package/.vscode/launch.json +0 -16
- package/.vscode/settings.json +0 -32
- package/dist/ts-json.d.ts +0 -2341
- package/dist/tsdoc-metadata.json +0 -11
- package/lib/test/legacy/jsonConverter.conditional.test.d.ts +0 -2
- package/lib/test/legacy/jsonEditor/rules/conditional.test.d.ts +0 -2
- package/lib/test/legacy/jsonEditor/rules/multivalue.test.d.ts +0 -2
- package/lib/test/legacy/jsonEditor/rules/references.test.d.ts +0 -2
- package/lib/test/legacy/jsonEditor/rules/templates.test.d.ts +0 -2
- package/lib/test/unit/contextHelpers.test.d.ts +0 -2
- package/lib/test/unit/converters.test.d.ts +0 -2
- package/lib/test/unit/diff/jsonDiff.test.d.ts +0 -2
- package/lib/test/unit/jsonConverter.test.d.ts +0 -2
- package/lib/test/unit/jsonEditor/jsonEditor.test.d.ts +0 -2
- package/lib/test/unit/jsonEditor/templateContext.test.d.ts +0 -2
- package/lib/test/unit/jsonReferenceMap.test.d.ts +0 -2
- package/src/index.ts +0 -29
- package/src/packlets/context/compositeJsonMap.ts +0 -120
- package/src/packlets/context/contextHelpers.ts +0 -221
- package/src/packlets/context/index.ts +0 -33
- package/src/packlets/context/jsonContext.ts +0 -133
- package/src/packlets/converters/converters.ts +0 -117
- package/src/packlets/converters/index.ts +0 -26
- package/src/packlets/converters/jsonConverter.ts +0 -476
- package/src/packlets/diff/detailedDiff.ts +0 -585
- package/src/packlets/diff/index.ts +0 -24
- package/src/packlets/diff/threeWayDiff.ts +0 -420
- package/src/packlets/diff/utils.ts +0 -66
- package/src/packlets/editor/common.ts +0 -125
- package/src/packlets/editor/index.ts +0 -36
- package/src/packlets/editor/jsonEditor.ts +0 -523
- package/src/packlets/editor/jsonEditorRule.ts +0 -117
- package/src/packlets/editor/jsonEditorState.ts +0 -225
- package/src/packlets/editor/jsonReferenceMap.ts +0 -516
- package/src/packlets/editor/rules/conditional.ts +0 -222
- package/src/packlets/editor/rules/index.ts +0 -25
- package/src/packlets/editor/rules/multivalue.ts +0 -206
- package/src/packlets/editor/rules/references.ts +0 -177
- package/src/packlets/editor/rules/templates.ts +0 -159
package/CHANGELOG.json
CHANGED
|
@@ -1,21 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fgv/ts-json",
|
|
3
3
|
"entries": [
|
|
4
|
-
{
|
|
5
|
-
"version": "5.0.0",
|
|
6
|
-
"tag": "@fgv/ts-json_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
4
|
{
|
|
20
5
|
"version": "4.6.0",
|
|
21
6
|
"tag": "@fgv/ts-json_v4.6.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fgv/ts-json",
|
|
3
|
-
"version": "5.0.0-
|
|
3
|
+
"version": "5.0.0-24",
|
|
4
4
|
"description": "Typescript utilities for working with JSON",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "dist/ts-json.d.ts",
|
|
@@ -31,23 +31,24 @@
|
|
|
31
31
|
"rimraf": "^5.0.7",
|
|
32
32
|
"ts-jest": "^29.4.1",
|
|
33
33
|
"ts-node": "^10.9.2",
|
|
34
|
-
"typescript": "
|
|
34
|
+
"typescript": "5.8.3",
|
|
35
35
|
"eslint-plugin-n": "^16.6.2",
|
|
36
|
-
"@rushstack/heft-node-rig": "
|
|
37
|
-
"@rushstack/heft": "
|
|
36
|
+
"@rushstack/heft-node-rig": "2.9.4",
|
|
37
|
+
"@rushstack/heft": "0.74.3",
|
|
38
38
|
"heft-jest": "~1.0.2",
|
|
39
39
|
"@types/heft-jest": "1.0.6",
|
|
40
40
|
"@microsoft/api-documenter": "^7.26.31",
|
|
41
|
-
"@rushstack/eslint-config": "
|
|
41
|
+
"@rushstack/eslint-config": "4.4.0",
|
|
42
42
|
"eslint-plugin-tsdoc": "~0.4.0",
|
|
43
|
-
"@
|
|
44
|
-
"@fgv/ts-utils
|
|
45
|
-
"@fgv/ts-
|
|
43
|
+
"@rushstack/heft-jest-plugin": "0.16.12",
|
|
44
|
+
"@fgv/ts-utils": "5.0.0-24",
|
|
45
|
+
"@fgv/ts-utils-jest": "5.0.0-24",
|
|
46
|
+
"@fgv/ts-json-base": "5.0.0-24"
|
|
46
47
|
},
|
|
47
48
|
"peerDependencies": {
|
|
48
49
|
"mustache": "^4.2.0",
|
|
49
|
-
"@fgv/ts-utils": "5.0.0-
|
|
50
|
-
"@fgv/ts-json-base": "5.0.0-
|
|
50
|
+
"@fgv/ts-utils": "5.0.0-24",
|
|
51
|
+
"@fgv/ts-json-base": "5.0.0-24"
|
|
51
52
|
},
|
|
52
53
|
"scripts": {
|
|
53
54
|
"build": "heft build --clean",
|
package/.vscode/launch.json
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
// Use IntelliSense to learn about possible attributes.
|
|
3
|
-
// Hover to view descriptions of existing attributes.
|
|
4
|
-
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
5
|
-
"version": "0.2.0",
|
|
6
|
-
"configurations": [
|
|
7
|
-
{
|
|
8
|
-
"type": "node",
|
|
9
|
-
"request": "launch",
|
|
10
|
-
"name": "Launch Program",
|
|
11
|
-
"skipFiles": ["<node_internals>/**"],
|
|
12
|
-
"program": "${workspaceFolder}/lib/index.js",
|
|
13
|
-
"outFiles": ["${workspaceFolder}/**/*.js"]
|
|
14
|
-
}
|
|
15
|
-
]
|
|
16
|
-
}
|
package/.vscode/settings.json
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"typescript.tsdk": "node_modules\\typescript\\lib",
|
|
3
|
-
"search.exclude": {
|
|
4
|
-
"**/boneyard": true
|
|
5
|
-
},
|
|
6
|
-
"files.exclude": {
|
|
7
|
-
"**/boneyard/**/*.ts": true
|
|
8
|
-
},
|
|
9
|
-
"cSpell.words": [
|
|
10
|
-
"badp",
|
|
11
|
-
"dflt",
|
|
12
|
-
"Eulers",
|
|
13
|
-
"fixlint",
|
|
14
|
-
"furst",
|
|
15
|
-
"luxon",
|
|
16
|
-
"multivalue",
|
|
17
|
-
"nums",
|
|
18
|
-
"oopsy",
|
|
19
|
-
"packlets",
|
|
20
|
-
"papaparse",
|
|
21
|
-
"prefixp",
|
|
22
|
-
"rtrn",
|
|
23
|
-
"rushstack",
|
|
24
|
-
"TCONV",
|
|
25
|
-
"TDEST",
|
|
26
|
-
"TELEM",
|
|
27
|
-
"templating",
|
|
28
|
-
"TSRC",
|
|
29
|
-
"TTOELEM",
|
|
30
|
-
"xyzzy"
|
|
31
|
-
]
|
|
32
|
-
}
|