@fgv/ts-json 5.0.0-23 → 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 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-23",
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": "^5.8.3",
34
+ "typescript": "5.8.3",
35
35
  "eslint-plugin-n": "^16.6.2",
36
- "@rushstack/heft-node-rig": "~2.9.3",
37
- "@rushstack/heft": "~0.74.2",
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": "~4.4.0",
41
+ "@rushstack/eslint-config": "4.4.0",
42
42
  "eslint-plugin-tsdoc": "~0.4.0",
43
- "@fgv/ts-utils-jest": "5.0.0-23",
44
- "@fgv/ts-utils": "5.0.0-23",
45
- "@fgv/ts-json-base": "5.0.0-23"
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-23",
50
- "@fgv/ts-json-base": "5.0.0-23"
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",
@@ -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
- }
@@ -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
- }